Can Azure data factory use Snowflake hosted in AWS as sink?

kbeatty 1 Reputation point
2022-09-12T16:09:32.66+00:00

Getting this error when trying to use Snowflake hosted on AWS as sink in copy data activity:

Operation on target DataFactory_Test_send_log failed: ErrorCode=SnowflakeUnsupportedCouldPlatformForImport,'Type=Microsoft.DataTransfer.Common.Shared.
HybridDeliveryException,Message=Snowflake only support the account hosted in azure platform while as sink connector, please make sure your account is
hosted in azure, current region and platform is 'AWS_US_EAST_1',Source=Microsoft.DataTransfer.ClientLibrary,'

Please confirm data can be sinked to Snowflake on AWS. Thanks.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-09-12T21:06:18.557+00:00

    Hi, @kbeatty

    Only Azure is supported when specifying Snowflake for the sink.
    It is described in the following documents.

    https://learn.microsoft.com/en-us/azure/data-factory/connector-snowflake?tabs=data-factory

    Copy data to Snowflake that takes advantage of Snowflake's COPY into [table] command to achieve the best performance. It supports Snowflake on Azure.

    You can also use Snowflake on AWS as a source rather than a sink.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.