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
### Expected behavior Cannot control click the schema or table name in a `source` macro; clicking the model in the `PARENT MODELS` sidebar tries to open a file in the...
### Expected behavior Let's add an 3rd option to run without any config at all ### Actual behavior User has to onboard a config in SaaS or upload a yaml...
### Describe the feature DBT allows users to create documentation blocks inside *.md files to be linked with the `{{ doc() }}` function within the model configuration ([source](https://docs.getdbt.com/reference/dbt-jinja-functions/doc)). When the...
### Expected behavior When using 'sync with database' in the documentation editor, I expect it to use the same schema as it would be used during a dbt run executed...
### Expected behavior When using a cross-project reference with dbt-loom, `dbt compile` should work in dbt-power-user, as it is working when running the cmd in CLI. ### Actual behavior `dbt...
## Overview For explanations and context, read: https://github.com/AltimateAI/vscode-dbt-power-user/pull/919 This PR is what is called "Option 1" in that other PR. Resolves #856 by letting sqlfmt do the job entirely instead...
### Expected behavior With a configuration set in the extension setting "dbt.queryTemplate", the query preview tool should use that template instead of the default "select top 500". ### Actual behavior...
### Describe the feature Hi, Thanks for the great extension! I'm using dbt power user in dev containers, all pre-configured to work well with our dbt project. However, when a...
### Describe the feature A feature that allows users to have multiple query result tabs open simultaneously. When working on analyses, users often execute different queries and need to switch...
### Expected behavior Kill Terminal when only one terminal is open does not close the terminal panel ### Actual behavior Kill Terminal when only one terminal is open does not...