We have a Database that was created with a case sensitive name in Snowflake called MyDatabase. CREATE DATABASE "MyDatabase" To query this database, we have to run a query like: S...
v-yingjl
Community Support
5 years agoHi tkboisvert ,
Try to query like this:
SELECT * FROM "MyDatabase"."PUBLIC"."ITEMSTABLE"
Or refer this blog by using Value.NativeQuery():
Dynamic M Parameters, Snowflake Native SQL And Paginated Reports
Best Regards,
Community Support Team _ Yingjie Li