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_r364946706
########## File path: docs/installation.rst ########## @@ -162,6 +165,10 @@ Here's the list of the subpackages and what they enable: | | | example, ``mysqlclient`` 1.3.12 can only be | | | | used with MySQL server 5.6.4 through 5.7. | +---------------------+-----------------------------------------------------+----------------------------------------------------------------------+ +| odbc | ``pip install 'apache-airflow[odbc]'`` | ODBC data sources including MS SQL Server. Can use MsSqlOperator, | +| | | or as metastore database backend. Uses pyodbc. | +| | | See :ref:`howto/connection/odbc` for more info. | ++---------------------+-----------------------------------------------------+----------------------------------------------------------------------+ Review comment: ok you're right i was thinking this table was about datasources, but it's about subpackages... i'll update ---------------------------------------------------------------- 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
