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