Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created November 27, 2021 11:02
Show Gist options
  • Select an option

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

Select an option

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