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
After installing dbt-mysql dependency errors occur and running dbt command:
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py", line 815, in _get_field
raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <enum 'NVEnum'> for field novalue is not allowed: use default_factory
Describe the bug
After installing dbt-mysql dependency errors occur and running dbt command:
File "/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py", line 815, in _get_field
raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <enum 'NVEnum'> for field novalue is not allowed: use default_factory
Steps To Reproduce
pipenv shell --python 3.11
pipenv install dbt-core dbt-mysql
Expected behavior
dbt-mysql should work with the installed version of dbt-core
**The output of
dbt --version
:**The operating system you're using: Apple M1 mac pro
**The output of
python --version
: 3.11The text was updated successfully, but these errors were encountered: