Created
November 27, 2021 10:33
-
-
Save kshitijcode/63589df70022f52a5db77d5e9dae01d9 to your computer and use it in GitHub Desktop.
Pipeline Parameters
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
| ## 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