Azure SQL DB to Snowflake

Rohit Kulkarni 656 Reputation points
2021-07-12T11:47:04.313+00:00

Hello Team,

I am trying to upload the data from Azure SQL DB Table to Snowflake db table.As snowflake is in AWS and we are creating the pipeline in azure data factory.

Please refer the below error :

113770-image.png

Regards
Rohit

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

2 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 37,886 Reputation points
    2021-07-12T12:41:36.9+00:00

    Error message clearly states that Snowflake is hosted on AWS and not on Azure so this is not supported. By default the Azure Integration Runtime thinks that it is hosted on Azure but doesn't fine it

    You can upvote similar feedback posted here -

    https://feedback.azure.com/forums/270578-data-factory/suggestions/41937709-snowflake-connector-support-for-both-azure-and-aws


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.

  2. KranthiPakala-MSFT 35,522 Reputation points Microsoft Employee
    2021-07-13T06:55:55.7+00:00

    Hi @Rohit Kulkarni ,

    Thanks for using Microsoft Q&A forum and posting your query.

    As anonymous userChaudhari called out, ADF native Snowflake connector doesn't support Snowflake hosted in AWS. It supports Snowflake on Azure only. This has been called out in the public documentation under supported capabilities section.

    114028-image.png

    Workaround: As the ADF Snowflake native connector doesn't fit your requirement you could try using ADF ODBC connector instead, as Snowflake supports ODBC - https://docs.snowflake.com/en/user-guide/odbc-parameters.html

    I would highly recommend you to please upvote and comment on the feedback in ADF uservoice forum, which would help to increase the priority of feature request.

    Hope this info helps.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.