Can we make `dbt ls` to be configured not to be done automaticaly?
See original GitHub issueHi,
Looks latest upgrade creates a dependency on python extension? It is causing several ‘regressions’ on my setup:
-
my dbt installation is done by homebrew which is not using default python, without switching python context it complains
no dbt installatoin in curent python
. -
A complain on toolbar
your dbt is not up to date
. In my use case for I am still on 0.18 -
Any minor change to sql file will cause a long time list model operation…the rerun cannot start before that is done. Every change-validation cycle takes around 5 mins…
-
All the logs goes to
dbt output
( I guess that is an improvement ? ), Looks cool but if I have multiple run it is hard to identify the log without syntax highlight ( which is in terminal print ). Also new terminal provides more flexibility.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
Hi Jesse,
I will release a new version shortly with following flag to disable the automatic listing.
dbt list should be really fast, it just looks at all your refs and regenerate the model graph. How many models are there in your project?
We can indeed make this configurable to not automatically execute dbt list on source file change.