From 037c1b1e102ceb296a7866bad841494b29b91b77 Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:56:21 +0200 Subject: [PATCH] Updating dataflow: OttRawToCurated --- code/datafactory/dataflow/OttRawToCurated.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,",