vscode-dbt-power-user icon indicating copy to clipboard operation
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

Results 248 vscode-dbt-power-user issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
good first issue

### 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...

enhancement

### 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....

bug

### 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...

bug

### 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...

bug

### 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...

enhancement
good first issue
help wanted

### 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 }}"...

enhancement

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...

enhancement

## 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...