You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a database which - for some reason outside of my control - is set up bounded by speech marks. When trying to access the schema, it fails as the JSON ---- "database": ""ProdDB"", ---- seems to be resolving to ProdDB.INFORMATION_SCHEMA and not "ProdDB".INFORMATION_SCHEMA. The data warehouse is held on Snowflake.
The text was updated successfully, but these errors were encountered:
I have a database which - for some reason outside of my control - is set up bounded by speech marks. When trying to access the schema, it fails as the JSON ---- "database": ""ProdDB"", ---- seems to be resolving to ProdDB.INFORMATION_SCHEMA and not "ProdDB".INFORMATION_SCHEMA. The data warehouse is held on Snowflake.
The text was updated successfully, but these errors were encountered: