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.