Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am trying to query data from Snowflake and the data is pulled successfully and can be seen in the preview in when I am in the Query Editor. When I try to 'Apply changes', there is an error message: "This session does not have a current database" but the database field was inputted when I enter the required fields for the query. I have attached a screenshot. Any advice will be appreciated!
Solved! Go to Solution.
Did you input any SQL query? if yes, then that query has to have fully qualified table name like DATABASENAME.SCHEMANAME.TABLENAME.
For me this is a random but frequent occurance. If I just try a few times it eventually works without changing anything in the query.
Did you input any SQL query? if yes, then that query has to have fully qualified table name like DATABASENAME.SCHEMANAME.TABLENAME.