Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save HowardvanRooijen/0debd8fb6508022c1f014f2f513d3db8 to your computer and use it in GitHub Desktop.

Select an option

Save HowardvanRooijen/0debd8fb6508022c1f014f2f513d3db8 to your computer and use it in GitHub Desktop.
{
"database":"@{pipeline().parameters.database}",
"schema":"sales",
"stage":"azure_adf_stage",
"targetTable":"LINEITEM",
"files":["@{pipeline().parameters.inputPath}"],
"warehouse":"@{pipeline().parameters.warehouse}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment