Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created November 27, 2021 10:33
Show Gist options
  • Select an option

  • Save kshitijcode/63589df70022f52a5db77d5e9dae01d9 to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/63589df70022f52a5db77d5e9dae01d9 to your computer and use it in GitHub Desktop.
Pipeline Parameters
## Base Path of File
"basePath": base_path,
"filePath": "employee_*.parquet",
## Target Table
"targetTable": target_table,
# Bad table Data
"badDataTable": "bad_employees",
# ADLS Container Name
"containerName": container_name,
# Storage Account Name
"storageAccountName": storage_account_name,
# Name of Database
"database": database,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment