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

Fix unicode decode error #169

Closed mwallace582 closed 4 months ago

mwallace582 commented 7 months ago

resolves #160

Description

Re-issue of pull request #161 now targeting 1.2.latest. Targeting this new branch ensures that the newly refactored CI tests will run before the pull request can merge.

I've done some manual testing (on Linux), and this is working as expected. Changing the encoding to something other than utf-8 breaks things like you might expect.

Checklist