vscode-dbt-power-user icon indicating copy to clipboard operation
vscode-dbt-power-user copied to clipboard

[dbt 1.8] An error occured while initializing the dbt project: No module named 'dbt.adapters.factory'

Open anandgupta42 opened this issue 1 year ago • 1 comments

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!

anandgupta42 avatar Mar 26 '24 18:03 anandgupta42

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

anandgupta42 avatar Mar 26 '24 19:03 anandgupta42

fixed in 0.39.5

anandgupta42 avatar May 07 '24 18:05 anandgupta42