Created
November 30, 2021 04:13
-
-
Save kshitijcode/4ba76d1adda9dd852e69989e74b88067 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_processed_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, | |
| sql_connection_client) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment