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

## Overview ## Checklist - [ ] I have run this code and it appears to resolve the stated issue - [ ] `README.md` updated and added information about my...

## Overview ## Checklist - [ ] I have run this code and it appears to resolve the stated issue - [ ] `README.md` updated and added information about my...

### Expected behavior When a model is opened in VS Code and this model is linked to the exposures, the block "Children Models" shows a list of models (possibly also...

bug

### Describe the feature Test dbt integration with multiple dbt versions to ensure stability ### Describe alternatives you've considered _No response_ ### Who will benefit? _No response_ ### Are you...

enhancement
help wanted
hacktoberfest2023

### Expected behavior given the above sample model `sample_model.sql` ``` select * from tbl where my_filter = 1 ``` When I use the block comment shortcut `CTRL+/`, I expect it...

bug

It would be great if this extension extracted the model description and showed it in a python-docstring-like manner on hover (or cmd + shift + space). Data types would be...

enhancement
help wanted

Hi there! I don't think this plugin supports autocompletion for columns as of today. Would this be something that would be possible to add? It should be possible to read...

enhancement
help wanted
autocomplete

### Describe the feature It would be useful to have the feature to look over the lineage graphs of all nodes in NewLineagePanel. For example, when editing `dbt_project.yml`, can't we...

enhancement

### Expected behavior In our company we have a slight different folder structure - the main difference is that we have separate folders for configurations and resources. It seems that...

bug

### Describe the feature While writing the documentation, whenever we sync the column names with DB (Snowflake), it pulls & save in schema.yml file as Uppercase. I was wondering if...

enhancement