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

Replace pyodbc with mysql-connector-python #38

Closed dbeatty10 closed 3 years ago

dbeatty10 commented 3 years ago

resolves #37

Description

Replace pyodbc with mysql-connector-python.

This introduces a DB API 2.0 compliant Python driver and removes the need to install an external ODBC driver in the environment.

Checklist

Deferring items from the following checklist until subsequent pull requests (namely #39):