vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
[dbt 1.8] An error occured while initializing the dbt project: No module named 'dbt.adapters.factory'
Expected behavior
The functionality should work as it does in 1.7
Actual behavior
An error occured while initializing the dbt project: No module named 'dbt.adapters.factory'
Steps To Reproduce
@svipulrao98 Can you please add the steps to reproduce?
Log output/Screenshots
No response
Operating System
All
dbt version
1.8
dbt Adapter
Snowflake
dbt Power User version
1.8
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
dbt-adapters is an indepedent python lib now. https://github.com/dbt-labs/dbt-adapters/blob/1c137eec49e429eeb5551ca1525e14a5fd57e9d8/dbt/adapters/factory.py#L49 is the new home for method
fixed in 0.39.5