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
run dbt debug, see error 1273 (HY000): Unknown collation: 'utf8mb4_0900_ai_ci'
Expected behavior
dbt runs without issue.
The output of dbt --version:
Core:
- installed: 1.7.18
- latest: 1.8.8 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- mysql5: 1.7.0 - Could not determine latest version
- mariadb: 1.7.0 - Could not determine latest version
- mysql: 1.7.0 - Up to date!
The operating system you're using:
macOS Sequoia 15.1
The output of python --version:
Python 3.12.7
The text was updated successfully, but these errors were encountered:
Describe the bug
Unknown collation breaking adapter
Steps To Reproduce
1.7.0
dbt debug
, see error1273 (HY000): Unknown collation: 'utf8mb4_0900_ai_ci'
Expected behavior
dbt runs without issue.
The output of
dbt --version
:The operating system you're using:
macOS Sequoia 15.1
The output of
python --version
:Python 3.12.7
The text was updated successfully, but these errors were encountered: