Ingest Snowflake as Parquet
Copy data from Snowflake to Parquet format in Azure Data Lake Storage Gen2.
Category: Ingest to Lakehouse | Tags: Ingestion
To use this activity within the API, use an ActivityCode of SNOWFLAKE-ADLS.
Available Connections
SourceConnection:
TargetConnection:
Example JSON
An example of what the Task Config would look like for a task using this activity. Some of these variables would be set at the group level to avoid duplication between tasks.
{
"SourceConnection": "MY-SOURCE-CONN",
"ExtractQuery": "",
"DataLakeSystemFolder": "my_folder",
"DataLakeDatasetFolder": "data",
"TargetConnection": "MY-TARGET-CONN",
"DeltaSchemaName": "example_schema",
"DeltaTableName": "my_table"
}
Variable Reference
The following variables are supported:
DataLakeDatasetFolder(Required) - Name of the folder in the Data Lake containing the dataset.DataLakeSystemFolder(Required) - Name of the parent (System) folder in the Data Lake containing the dataset.DeltaSchemaName(Optional) - The name of the Schema this transformation lives in.DeltaTableName(Optional) - The name of the Table representing this transformation.ElevateToDelta(Optional) - Ingest directly to Lakehouse TableExtractQuery(Required) - Query in Snowflake SQL format.SourceConnection(Required) - Source connection to use.TargetConnection(Optional) - Target connection to use.