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 Some way for a user to switch the configured version of dbt after the setup wizard step. ### Describe alternatives you've considered _No response_ ### Who...

enhancement

### Expected behavior When clicking on a string in the results of a notebook Jinja SQL query, the sidebar pops-up. It should display the string in the sidebar for readability....

bug

### Describe the feature While using the DBT cloud CLI, sqlfluff has to be handled by dbt cloud. The only way to trigger it is by typing the command dbt...

enhancement

### Expected behavior When `toggle interactivity` is set to `opened lock` I expect to be able to move the tiles (models, seeds, etc.) in the lineage on the canvas. In...

bug

### Describe the feature I would like to request the ability to step through Jinja code as it compiles using the VSCode debugger. Currently, this can be achieved using ipdb...

enhancement

### Expected behavior Documentation editor should handle data-tests properly ### Actual behavior The editor seems to have problem with the combination of data-tests and quote setting. When quote is present,...

bug

### Expected behavior The preview feature should send a valid SQL query to my Fabric Synapse datawarehouse, using the ODBC Driver 18 for SQL Server. Running dbt, debugging, testing works...

bug

### Describe the feature "Execute Query" forces a limit and runs the query as ``` select * from { -- the sql } limit 500 ``` This has the effect...

enhancement