dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

the plugin does not get resolved correctly for Mac M1 #147

Open praveer-k opened 1 year ago

praveer-k commented 1 year ago

Describe the bug

After installing dbt-mysql dependency errors occur and running dbt command: File "/opt/homebrew/Cellar/python@3.11/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:

dbt-core==0.19.0
dbt-extractor==0.4.1
dbt-mysql==0.19.0.1

**The operating system you're using: Apple M1 mac pro

**The output of python --version: 3.11