Setup Microsoft ODBC drivers for use with pyodbc
From DevOps Notebook
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" # brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release # brew update # HOMEBREW_ACCEPT_EULA=Y brew install msodbcsql17 mssql-tools