dstandish commented on a change in pull request #6850: [AIRFLOW-6296] add ODBC hook & deprecate pymssql URL: https://github.com/apache/airflow/pull/6850#discussion_r364945731
########## File path: docs/installation.rst ########## @@ -152,8 +152,11 @@ Here's the list of the subpackages and what they enable: +---------------------+-----------------------------------------------------+----------------------------------------------------------------------+ | mongo | ``pip install 'apache-airflow[mongo]'`` | Mongo hooks and operators | +---------------------+-----------------------------------------------------+----------------------------------------------------------------------+ -| mssql | ``pip install 'apache-airflow[mssql]'`` | Microsoft SQL Server operators and hook, | -| | | support as an Airflow backend | +| mssql (pymssql) | ``pip install 'apache-airflow[mssql]'`` | Microsoft SQL Server operators and hook, | +| | | support as an Airflow backend. Uses pymssql. | Review comment: good idea ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
