Question

In my Data Load I read values from Quotes and fill them into my Data Source. In the Data Source I get a correct number of rows, however only columns marked as "key" get populated.

Some more details:

Answer

Set the Calculation Context to the "Init" value.

You probably use 'Row' elements in your logic. You can theoretically mix direct datamartRowSet with regular row element mapping, but it usually doesn't make much sense. ​When you use row elements, the job machinery iterates over the source data, and uses the row elements to map results to fields (element name == field.name). When you use datamartRowset directly, you basically call the shots, and you can set any field you like.