Skip to content

Commit

Permalink
Updating dataflow: OttRawToCurated
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 24, 2024
1 parent 503b489 commit 037c1b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/datafactory/dataflow/OttRawToCurated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,",
Expand Down

0 comments on commit 037c1b1

Please sign in to comment.