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 As mentioned in #198, the Better Jinja extension, which is a required dependency for this one, makes it so that `Ctrl + /` adds a Jinja...

enhancement

### Describe the feature Currently when you put the Document editor view into a split pane in bottom panel, the descriptions textbox will get truncated like so : ![Image](https://github.com/user-attachments/assets/08ec826c-a3cd-4086-be8c-361402d6a08b) Would...

enhancement

### Expected behavior I can preview data using the dbt Power User extension. ### Actual behavior I always get a 403 access denied error message when I try to preview...

bug

### Expected behavior When I have a singular test open I expect to be able to document it exactly the same way I would doucment a normal dbt model (they...

enhancement

### Expected behavior Be able to call macro which use graph.nodes.values() method. ### Actual behavior When I use a macro which use [graph context](https://docs.getdbt.com/reference/dbt-jinja-functions/graph#accessing-models) and ask to compile to dbt-power-user...

bug

### Expected behavior When I hit Execute Query, and there is a bug in the DBT project outside of that query, the query will fail as expected. Eg "Some other...

bug

### Expected behavior When running a health check, it should run and produce output ### Actual behavior When I run a project health check regularly against a dbt-databricks project, the...

bug

### Expected behavior Providing an environment variable through a `.env` like `ENV_VAR=$HOME/path/to/file.json` should work as long as `$HOME` is set. ### Actual behavior The extension throws an exception (FileNotFound) ```...

bug

### Expected behavior the documentation should be generated ### Actual behavior Could not generate documentation: request to https://api.myaltimate.com/dbt/v2 failed, reason: If the issue persists, please [contact us](https://www.altimate.ai/support) via chat or...

bug

### Expected behavior When saving in the documentation editor to an existing yaml file, I expected that the columns would be in the order they're stored in the database. ###...

bug