Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save HowardvanRooijen/9336d501e31cb58c3059d2d8f8cf62c4 to your computer and use it in GitHub Desktop.

Select an option

Save HowardvanRooijen/9336d501e31cb58c3059d2d8f8cf62c4 to your computer and use it in GitHub Desktop.
{
"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