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?
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