You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the latest dbt-core version(2.9.1) stop using dbt.logger module, the dlt.dbt.package does not with dbt-core version 2.9+.
Traceback (most recent call last):
File "/opt/dbt-project/.venv/lib/python3.12/site-packages/dlt/helpers/dbt/dbt_utils.py", line 26, in
import dbt.logger
ModuleNotFoundError: No module named 'dbt.logger'
dlt version
1.5.0
Describe the problem
Because the latest dbt-core version(2.9.1) stop using
dbt.logger
module, the dlt.dbt.package does not with dbt-core version 2.9+.Expected behavior
No response
Steps to reproduce
Operating system
macOS
Runtime environment
Local
Python version
3.11
dlt data source
github
dlt destination
Google BigQuery
Other deployment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: