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
I am using the package mysql-connector-python version 9.1.0.
When I run dbt debug in the terminal to test the MySQL connection in profiles.yml, the expected line Connection test: [OK connection ok] is missing in the output.
However, after downgrading to an older version of mysql-connector-python (e.g., pip install mysql-connector-python==8.0.29), the missing line appears
Steps To Reproduce
Install dbt-core and dbt-mysql: bash pip install dbt-core dbt-mysql
Initialize a dbt project: bash dbt init
Run dbt debug in the terminal: bash dbt debug
The output of dbt --version:
Core:
- installed: 1.7.19
The operating system you're using: Windows 10 Home x64 bit
The output of python --version: python3.12
The text was updated successfully, but these errors were encountered:
I am using the package mysql-connector-python version 9.1.0.
When I run dbt debug in the terminal to test the MySQL connection in profiles.yml, the expected line Connection test: [OK connection ok] is missing in the output.
However, after downgrading to an older version of mysql-connector-python (e.g., pip install mysql-connector-python==8.0.29), the missing line appears
Steps To Reproduce
Install dbt-core and dbt-mysql: bash pip install dbt-core dbt-mysql
Initialize a dbt project: bash dbt init
The output of
dbt --version
:The operating system you're using: Windows 10 Home x64 bit
The output of
python --version
: python3.12The text was updated successfully, but these errors were encountered: