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 Selecting a model that has multiple versions should show the lineage connection of the version which dbt's`ref` macro resolves. If `ref` yields v1, then lineage and the...
### Expected behavior Should be able to click on 'generate model' in sources.yml and have a model generated. ### Actual behavior An error occured while trying to generate the model....
### Expected behavior Expected to see result of compiled dbt preview ### Actual behavior I get an error: ``` Exception: Runtime Error Runtime Error Runtime Error not connected Detailed error...
### Describe the feature Being able to run a SQL query and check the result set in a webview is very helpful during development or debugging. However, one usually wants...
### Expected behavior Should be able to view compiled SQL and be able to run and get query results either entire model or of selection ### Actual behavior Not able...
### Describe the feature We have the need to run additional parameters to a DBT compile command to do some authentication with BigQuery. It would be ideal to have an...
### Describe the feature I would like to extend the dbt run command with an additional command (not just arguments) Example: `dbt run && data-diff --dbt` ### Describe alternatives you've...
### Describe the feature Hello, I am working with a lot of DBT projects (we use local package). The extension starts one Python script for each dbt_project found. Each takes...
### Describe the feature Within the tabs of power user in vscode, you should have the ability to create (partially) a source.yml or model.yml generated by ChatGTP4. When you have...
### Expected behavior Expect that sqlfmt will format correctly in vscode. ### Actual behavior produces an error illegal value for 'line' ``` Could not process difference output from sqlfmt. Detailed...