Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
An assertion failure is generated if I connect to a table with a Geography column:
Test expression:
let
Source = Snowflake.Databases(<URL>, <Warehouse>, [CreateNavigationProperties=null, ConnectionTimeout=null, CommandTimeout=null]),
Test_Database = Source{[Name=<Database>,Kind="Database"]}[Data],
Schema = Test_Database{[Name=<Schema Name>,Kind="Schema"]}[Data],
// Error occurs on the line below
Test_Table = ADM_Schema{[Name=<Table With Geography Column>,Kind="Table"]}[Data]
in
Test_Table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.