vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
Allow deferred compile through something like compileModelCommandAdditionalParams
Describe the feature
Currently at my org, we heavily rely on deferred mode for all dbt commands, including dbt run and dbt build. The dbt power user extension allows additional params for dbt build and dbt run but not dbt compile.
I would like to see a configuration called compileModelCommandAdditionalParams, which will allow me to pass in additional dbt flags for dbt compile. So that in the "compiled dbt preview", I would be able to see generated query under deferred mode.
Similarly, I would want to be able to get "query results" using deferred queries.
Describe alternatives you've considered
No response
Who will benefit?
For those who are working heavily with dbt deferred mode will benefit
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!