Snowflake sample database tables are retrieved instead of my private database-Django-snowflake package

109 views Asked by At

I have specified correct database config variable with all the required credentials of my local database that is hosted,but when I am trying to auto generate models for my tables from inspectdb command,I am receiving only SNOW_FLAKE_SAMPLE schema tables into my models file

I tried using options key which is specified on django-snowflake package description but receiving same tables from snowflake_sample_database schema.

These is a problem of snowflake-django package only,because i am able to connect through snowflake.connector

Ps-I have given a read access only and database which is required is only visible on snow flake portal when i am on a worksheet dashboard.

0

There are 0 answers