Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created November 30, 2021 04:13
Show Gist options
  • Select an option

  • Save kshitijcode/4ba76d1adda9dd852e69989e74b88067 to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/4ba76d1adda9dd852e69989e74b88067 to your computer and use it in GitHub Desktop.
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