diff --git a/code/datafactory/dataflow/OttRawToCurated.json b/code/datafactory/dataflow/OttRawToCurated.json index 629d3ff..6d576a7 100644 --- a/code/datafactory/dataflow/OttRawToCurated.json +++ b/code/datafactory/dataflow/OttRawToCurated.json @@ -50,11 +50,11 @@ "AzureDataLakeSource sink(allowSchemaDrift: true,", " validateSchema: false,", " format: 'delta',", - " fileSystem: 'curated',", - " folderPath: 'ott',", - " mergeSchema: false,", - " autoCompact: false,", - " optimizedWrite: false,", + " fileSystem: ($sinkFileSystem),", + " folderPath: ($sinkFolderPath),", + " mergeSchema: true,", + " autoCompact: true,", + " optimizedWrite: true,", " vacuum: 0,", " deletable: false,", " insertable: true,",