Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
NagaRK
Helper I
Helper I

Unable to connect to Snowflake from Microsoft Fabric Datapipeline

Hi Team,

 I was trying to pull the data from Snowflake to Fabric using Data pipeline copy activity. I am getting the error" Invalid Credentials". Could you please help me ? I have double checked the credenttials, its correct only  and also I hvave tried to organization account its same issues.  I have whitelisted region specific Ips of the Data factory in Snowflake, Snowflake allows IP4 addresses so whitelisted only those Ips. Could you pleas help me? PFA screenshot.

 

NagaRK_0-1747389528359.png

 

 

1 ACCEPTED SOLUTION

Hi @NagaRK ,

 

If the issue is intermittent, it could be due to dynamic IP addresses. In such cases, retrying the operation may work. Additionally, consider whitelisting a range of IP addresses to improve connection stability.

 

If you still face the same issue, Can you please raise a Microsoft support ticket for further investigation. You can create a Microsoft support ticket using the link below.


How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn

 

If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.

 

Thank you!!

View solution in original post

8 REPLIES 8
NagaRK
Helper I
Helper I

@v-sathmakuri sorry for late reply. The issue is with the IP whitelisting only.  We can find the IP that is getting blocked using the below sql command in Snowflake whenever we try to use Snowflake connector in Fabric . We have to just whitelist that IP in snowflake. Also all Fabric Ips needs to be whitelisted. 

 

 select *

from table(snowflake.information_schema.login_history())

where user_name = 'Your Snowflake user Name'

and is_success = 'NO';

Hi @NagaRK ,

Thank you for sharing the solution here.

v-sathmakuri
Community Support
Community Support

Hi @NagaRK ,

 

Thank you for reaching out to Microsoft Fabric Community.

 

Open your SnowFlake account, click on admin, and you will find warehouses. Use the same warehouse name when creating the connection in Fabrics. 

 

vsathmakuri_1-1747637350932.png

 

Ensure there are no spaces in the connection name. Make sure you have access to the SnowFlake account and the database. I tried the connection, and it was successful for me. PFBS for reference.

 

vsathmakuri_0-1747637318831.png

 

If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it! 

 

Thank you!!

@v-sathmakuri  Thank for your reply. It just worked for sometime without any whitelisting of IPs  and then I started getting same error again " Invalid Credentials" . This seems to be Fabric Major issue. I dont know what to do now. 

I have some question, which may help or maybe not.

 

1 can you create the connector of the type "snowflake" to snowflake seperately, in the connectors and gateways page? What happens if you try to save it there first?
In my snowflake connector I dont have the below section

smeetsh_0-1747953085206.png

This is what our connector looks like:

smeetsh_2-1747953203466.png

 

2 Make sure that the warehouse you are connecting to is specified correctly, snowflake is case sensitive if i recall correctly

3 Can you log in to the snowflake portal with the credentials provide, and run a simple select on a table in the warehouse you try to connect to?

When we set up our connector, we had to login to the snowflake portal, with the credentials provided, and when we did we got a message we needed to change our password...it looked like our provider basically forced us to change the password we were given by them, to make sure we would not sue the initial setup password.

4 contact the provider of the snowflake warehouse you try to connect to.

 

Hope this helps you a bit further

Cheers

Hans

 

Hi@NagaRK ,

 

sorry for the delay in my response!!

 

Are you experiencing an intermittent issue, or were you unable to establish a connection at all?

 

Thank you!!

HI @v-sathmakuri 

I am experiencing this issue intermittent. Sometimes it works and sometime it does not work.

Thanks.

Hi @NagaRK ,

 

If the issue is intermittent, it could be due to dynamic IP addresses. In such cases, retrying the operation may work. Additionally, consider whitelisting a range of IP addresses to improve connection stability.

 

If you still face the same issue, Can you please raise a Microsoft support ticket for further investigation. You can create a Microsoft support ticket using the link below.


How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn

 

If this helps, then please Accept it as a solution and dropping a "Kudos" so other members can find it more easily.

 

Thank you!!

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors