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

Continuous integration tests for MySQL 5.7 #70

Closed dbeatty10 closed 2 years ago

dbeatty10 commented 2 years ago

Describe the feature

Integration tests for both MySQL 5.7 and MySQL 8.0

Describe alternatives you've considered

Neither alternative is attractive since it is straightforward to test multiple database versions.

Additional context

MySQL 5.7 and 8.0 are sufficiently different to warrant individual testing.

Who will this benefit?

Many folks utilize MySQL 5.7, and it is officially supported until Oct 2023.

Are you interested in contributing this feature?

Yes, I will implement this feature.