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.

Prevent terminal to be DBT terminal by default?

See original GitHub issue

Just recently picked up the new release and now every time I start vscode the default terminal is “DBT” (btw dbt should not be capitalised according to their guidelines --minor comment).

I wonder if there is a way to have this terminal not be activated or selected by default?

Alternatively an option to not run dbt ls at start up (#38 ) would work but it’s a sad solution.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
bastienboutonnetcommented, Jan 23, 2021

@mdesmet makes sense yeah, I don’t know if anyone is running into the same behaviour as me, but at least this option means I’ll be able to not be constantly “annoyed” by the new terminal focus. Thanks a lot for looking into this!

1reaction
mdesmetcommented, Jan 22, 2021

Hi @bastienboutonnet ,

I’ve added a flag to disable the automatic listing. But i prefer to keep the issue open until we better understand what’s going on, or for other people to see.

Here is how to setup the flag:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

dbt Command reference - dbt Developer Hub
dbt Command reference · build: build and test all selected resources (models, seeds, snapshots, tests) · clean (CLI only): deletes artifacts ...
Read more >
About the CLI | dbt Developer Hub
Run your project from the command line: macOS ships with a default Terminal program, however you can also use iTerm or the command...
Read more >
Global Configs | dbt Developer Hub
By default, dbt includes print() messages in standard out (stdout). You can use the NO_PRINT config to prevent these messages from showing up...
Read more >
run | dbt Developer Hub
dbt run executes compiled sql model files against the current target database. dbt connects to the target database and runs the relevant SQL ......
Read more >
CLI overview - dbt Developer Hub
Use `pwd` to ensure that your terminal's working directory is your dbt project. Once you verify your dbt project is your working directory, ......
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