You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/12/28 15:46:44 UTC

[GitHub] [airflow] kaxil commented on a diff in pull request #28625: Add note for pymssql requirement

kaxil commented on code in PR #28625:
URL: https://github.com/apache/airflow/pull/28625#discussion_r1058434982


##########
docs/apache-airflow-providers-microsoft-mssql/index.rst:
##########
@@ -91,6 +91,8 @@ PIP package                              Version required
 ``pymssql``                              ``>=2.1.5; platform_machine != "aarch64"``
 =======================================  ==========================================
 
+Note: For ``pymssql`` installation some Linux distributions ``pip`` version is too old to support all the flavors of ``manylinux`` wheels, so upgrading ``pip`` is necessary. An example of such distributions would be Ubuntu 18.04 or Python3.6 module in RHEL8 and CentOS8.

Review Comment:
   You should use the sphinx note directive
   
   https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-note



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org