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 [Docs blocks](https://docs.getdbt.com/docs/collaborate/documentation#using-docs-blocks) is jinja code for reusable documentation, which can be extremely useful in some cases. Unfortunately, the Documentation Editor does not play well with it in...
### Describe the feature I want to disable irrelevant notifications, that I see after every VSCode startup.  Why these errors irrelevant for me? * `An error occured while initializing...
### Describe the feature when adding refs we use ' around the model name instead of " making the auto complete not 100% useful as we have to change the...
### Expected behavior When clicking "Generate model" from source, the model is properly generated:  ### Actual behavior Clicking generate model generates two error messages: ```bash Traceback (most recent call...
### Describe the feature provide a way for user to pick target profiles ### Describe alternatives you've considered _No response_ ### Who will benefit? _No response_ ### Are you willing...
### Describe the feature The select node in the lineage panel should be highlighted with a distinct color to differentiate it from other nodes. ### Describe alternatives you've considered _No...
### Describe the feature Click on column name in the configure panel brings you to the column preview in query results. In other words, a click on a column sets...
### Expected behavior I would expect to get checkmarks (or some other icon) for boolean fields. ### Actual behavior Instead, when I query table with a boolean field, I get...
### Expected behavior It should not mark the `+dataset` with value to be an error in the `dbt_project.yml` when we want to output the model to multiple schemas I think...
### Expected behavior Compiled preview look the same as actual compiled code ### Actual behavior As title suggests. It seems that jinja's trimming whitespaces is not being considered. See screenshots....