Created
June 21, 2020 16:15
-
-
Save HowardvanRooijen/9336d501e31cb58c3059d2d8f8cf62c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "database":"@{pipeline().parameters.database}", | |
| "schema":"sales", | |
| "stage":"azure_adf_stage", | |
| "query":"select * from SupplierAgg", | |
| "filePrefix":"@{pipeline().parameters.outputPath}", | |
| "overwrite":true, | |
| "warehouse":"@{pipeline().parameters.warehouse}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment