question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can we make `dbt ls` to be configured not to be done automaticaly?

See original GitHub issue

Hi,

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:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
mdesmetcommented, Jan 22, 2021

Hi Jesse,

I will release a new version shortly with following flag to disable the automatic listing.

image

1reaction
mdesmetcommented, Jan 7, 2021

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ls (list) - dbt Developer Hub
The dbt ls command lists resources in your dbt project. It accepts selector arguments that are similar to those provided in dbt run....
Read more >
Creating A DBT Project | Timeflow Academy
In this lesson we will: Begin using the DBT Command Line Interface (CLI);; Create and configure our first DBT project and see some...
Read more >
Orchestrate dbt with Airflow | Astronomer Documentation
Learn how to use the dbt Cloud Provider to orchestrate dbt Cloud with Airflow. Learn use cases for orchestrating dbt Core using the...
Read more >
Running dbt with Airflow - Datafold
dbt and Airflow are Python Packages, and Python Packages do not work ... You can configure Pyenv Virtualenv to automatically activate and ...
Read more >
dbt Guide - GitLab
Changes that are made to any files in the repo will automatically be updated within the container. There is no need to restart...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found