vscode-dbt-power-user
                                
                                
                                
                                    vscode-dbt-power-user copied to clipboard
                            
                            
                            
                        This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc
### Describe the feature Play, db and thunder buttons (when a model sql file is open) execute a model in different ways. Leaving the play button aside, db and thunder...
### Describe the feature Currently at my org, we heavily rely on deferred mode for all dbt commands, including dbt run and dbt build. The dbt power user extension allows...
### Expected behavior Vscode default substitute variables e.g. `${workspaceFolder}` doesn't work for `runModelCommandAdditionalParams` and `buildModelCommandAdditionalParams`. In my workflow, I use dbt deferred mode. Ideally, my `settings.json` would look like: e.g....
### Expected behavior Hello, I do not want to have the profile specified in the dbt_project.yml. My expectation was that when I add the profile option in the additional params...
### Expected behavior When clicking on "generate models" from a `sources.yml` file, the model is created but without any column. For the record, everything else works (e.g. previewing a query...
### Describe the feature Add Build and Test commands for upstream and downstream models in the Parent Models and Children Models panes. I used dbt Power User for the first...
### Expected behavior I have a very simple .yml file describing the sources I use, structured like this : ```` version: 2 sources: - name: sources database: "{{ target.project }}"...
Currently there is no way to specify the `--target` flag for compilation of models using this plugin e.g. `dbt compile --target foo --model my_model`. A plugin config flag would be...
## Overview ### Problem Describe the problem you are solving. Mention the ticket/issue if applicable. ### Solution Describe the implemented solution. Add external references if needed. ### Screenshot/Demo A picture...