vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
"Generate Models" quick button doesn't include columns (with BigQuery?)
Expected behavior
When clicking on "generate models" from a sources.yml file, the model is created but without any column.
For the record, everything else works (e.g. previewing a query result).
Actual behavior
When clicking on "generate models" from a sources.yml file, the model is created including the columns.
Steps To Reproduce
- Initialize a new dbt project with BigQuery as backend
- Add some fake data
- Create
sources.ymlfile pointing - Click "Generate model"
Log output/Screenshots
Operating System
Windows 11 and WSL2 on Ubuntu 20.04
dbt version
1.4.6
dbt Adapter
BigQuery 1.4.3
dbt Power User version
0.12.2
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
I am also experiencing this same issue, but with Snowflake!
Is this still the case with latest version? Please reopen if still the case.