Forum Discussion

dgwilson's avatar
dgwilson
Resolver III
1 year ago
Solved

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 - ...
  • dgwilson's avatar
    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?