-
Did something change with the latest release? When I used to build a model, the command went to the open terminal window and there I would see success/failure. In the latest version (0.4.3) I am switched to the output tab. Is there a way to disable this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
We now depend on the Python extension to better support virtual environments. See https://code.visualstudio.com/docs/languages/python#_environments. We don't want depend anymore on user terminal, as we will come with more features that depend on DBT internals or other python code. When you run a model with the play button, it should output the build log there. For now the output channel doesn't support colors, but you should still see the result of your run there. Do you see your DBT version being detected as in the screen shots on the README? We will very soon come out will a new version that works just as in the terminal but in a readonly version but still using the principes stated above. Let us know if it works! |
Beta Was this translation helpful? Give feedback.
We now depend on the Python extension to better support virtual environments. See https://code.visualstudio.com/docs/languages/python#_environments. We don't want depend anymore on user terminal, as we will come with more features that depend on DBT internals or other python code.
When you run a model with the play button, it should output the build log there. For now the output channel doesn't support colors, but you should still see the result of your run there. Do you see your DBT version being detected as in the screen shots on the README?
We will very soon come out will a new version that works just as in the terminal but in a readonly version but still using the principes stated above.