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 searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Hi,
While i run dbt run --select dbt_model.sql here all the databases and tables of all the models reference in each run is hitting the glue catalog to validate the database exist causing the glue api to choke.
Expected Behavior
Hi,
While with each run dbt --select it should validate either just only the database in which the table is created.
Steps To Reproduce
create a multiple model on dbt
just run with dbt run --select model_name -d
In the logs you will see with every run the dbt run is calling information getdatabases calls to multiple database on which models are created