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

Support connecting via UNIX sockets #165

Closed mwallace582 closed 9 months ago

mwallace582 commented 9 months ago

resolves #164

Description

With this change, it'll be possible to connect to a MySQL database via either TCP or UNIX sockets.

It's debatable whether tests are required for this PR, as it seems like overkill to increase the complexity of the dockerized databases & integration tests for a trivial feature like this. I'm happy to be overruled on that opinion however.

Checklist