Forum Discussion
dgwilson
1 year agoResolver III
Snowflake Conector 2.0 Preview - January 2025
Asking here if anyone else has had issues testing the new Snowflake Connector in the January 2025 release of Power BI Desktop? Version: 2.139.1576.0 64-bit (January 2025) Link to documentation - ...
- 1 year ago
Answering my own question here... The syntax seems a bit different to the doc.
[Role=SF_Access_Role, Implementation="2.0"]
This
Source = Snowflake.Databases(SF_Address,SF_Warehouse, Implementation="2.0", [Role=SF_Access_Role]),
becomes
Source = Snowflake.Databases(SF_Address,SF_Warehouse, Implementation="2.0", [Role=SF_Access_Role, Implementation="2.0"]),It seemed very slow initially to retrieve a simple data set.
2nd go was quite fast. I'll have to try another table now... there may have been a background install maybe?
AntoineAB1
1 year agoFrequent Visitor
Hello,
I'm not expert but that looks like some issue that people had with ZScaler? If your organization have ZScaler set up on your machines, you might want to look into the related topics.
SUMESHKUMAR22
1 year agoHelper IV
AntoineAB1 , thanks for quick support.