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

upgrade to support dbt-core v1.7.0 #157

Open dataders opened 1 year ago

dataders commented 1 year ago

Background

Minor version v1.7 is targeted for final release on Ocotber 26, 2023. As a maintainer of a dbt adapter, we strongly encourage you to release a corresponding minor version increment to ensure users of your adapter can make use of this new minor version.

How to upgrade

https://github.com/dbt-labs/dbt-core/discussions/8307 is an open discussion with more detailed information. If you have questions, please put them there!

teddyzhu commented 11 months ago

I have changed the version file "dbt-mysql/dbt/adapters/mysql/version.py" to 1.7.0, and it works for my demo project. I think it's insufficiently for my simple test.

mwallace582 commented 9 months ago

This issue has been partially addressed in an alpha version of dbt-mysql (v1.7.0a1).

While this release of the adapter is compatible with dbt-core 1.7 and supports basic functionality, we have not yet fully addressed the checklist items for full 1.7 support.