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?
rbriga
1 year agoImpactful Individual
The latest updates to the Snowflake 2.0 implementation (February-March 2025) seem to have fixed the duplicates issue.