Created
November 27, 2021 11:02
-
-
Save kshitijcode/b4042f16b8cdc98e181ecf89c06fa211 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
| def test_source_to_curated_workflow(azure_credential, | |
| synapse_endpoint: str, | |
| pipeline_name: str, | |
| storage_account_name: str, | |
| container_name: str, | |
| base_path: str, | |
| input_sample_file_name: str, | |
| adls_connection_client, | |
| sql_connection_client): | |
| source_to_raw_tests(azure_credential, | |
| synapse_endpoint, | |
| pipeline_name, | |
| storage_account_name, | |
| container_name, | |
| base_path, | |
| input_sample_file_name, | |
| adls_connection_client) | |
| raw_to_processed_tests(azure_credential, | |
| synapse_endpoint, | |
| pipeline_name, | |
| storage_account_name, | |
| container_name) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment