Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created November 29, 2021 05:13
Show Gist options
  • Select an option

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

Select an option

Save kshitijcode/79a8476dba082321bb803a4d0aa6669e to your computer and use it in GitHub Desktop.
def test_source_to_gold_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_gold_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