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 392fa35 commit 017eea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datafactory/dataflow/OttRawToCurated.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"transformations": [],
"scriptLines": [
"parameters{",
" sourceFolderPath as string (toString('ott')),",
" sourceFileName as string (toString('data.csv'))",
" sourceFolderPath as string,",
" sourceFileName as string",
"}",
"source(useSchema: false,",
" allowSchemaDrift: true,",
Expand Down

0 comments on commit 017eea4

Please sign in to comment.