Search code examples
snowflake-cloud-data-platformazure-data-factory

Issue when copying to SnowFlake directly in Azure Data Factory


When attempting to copy directly to SnowFlake in Azure Data Factory I get the error

Direct copying data to Snowflake is only supported when copying from Azure Blob Storage or Amazon S3 with DelimitedText, Parquet or JSON format, for other scenarios, please enable staging.

Can someone let me know how to enable staging?

enter image description here

I am updating question with sink settings enter image description here


Solution

  • Configure the enableStaging setting in the copy activity to specify whether you want the data to be staged in storage before you load it into a destination data store. When you set enableStaging to TRUE, specify the additional properties listed in the following table.

    Below MSFT Doc helps : https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-performance-features

    enter image description here