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 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...
### 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....
### 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...
### 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...
### 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...
### 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,...
### 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...
### Describe the feature "Execute Query" forces a limit and runs the query as ``` select * from { -- the sql } limit 500 ``` This has the effect...