airflow-plugins/mssql_plugin

README needed for python dependencies

cdabel opened this issue · 2 comments

Hi, I'd be happy to draft a README for using this plugin if you could provide me with the dependencies needed to use the plugin.

In particular, pymssql: What version is needed?

nvm, I figured out them out:
OS-level dependencies: unixodbc, freetds <-- I installed these with homebrew
python module dependencies: Cython, smartopen, pymssql. <-- Installed with pip

The latest versions of each above sufficed.