Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue with dbt-doris Plugin and dbt-core Version 1.5.10 #8

Open
beneo opened this issue Mar 12, 2024 · 1 comment
Open

Comments

@beneo
Copy link

beneo commented Mar 12, 2024

Hello dbt and dbt-doris Teams,

I am encountering a compatibility issue when trying to use the dbt-doris plugin with dbt-core. Below are the versions and system details:

Environment

  • dbt-core version: 1.5.10 (Latest: 1.7.9 - Update available!)
  • dbt-doris plugin version: 0.3.4 (Not compatible!)
  • Doris version: 2.0.5-rc02-67c9ccfa5d
  • Python version: 3.8.18
  • Operating System: macOS-13.5.2-arm64-arm-64bit

Issue Description

While trying to connect dbt with Doris using the dbt-doris plugin, I receive an error indicating that the plugin is not compatible with my current dbt-core version. Additionally, when running dbt debug, it reports a connection error with the following message:

Connection test: [ERROR]
dbt was unable to connect to the specified database.
The database returned the following error:
  >Database Error
  2013: Lost connection to MySQL server during query

Doris Version

SHOW VARIABLES LIKE "%version%";

version,5.7.99,5.7.99,0
version_comment,Doris version doris-2.0.5-rc02-67c9ccfa5d,Doris version doris-2.0.5-rc02-67c9ccfa5d,0

Despite this, I am able to successfully connect to Doris using both Navicat and DataGrid, as well as through direct code connections, which suggests that the issue lies specifically with the dbt-doris plugin connection.

Thank you for your support and assistance.

Best regards,
beneo

@beneo
Copy link
Author

beneo commented Mar 12, 2024

bug fix by

pip install --upgrade mysql-connector-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant