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 2021/04/23 02:45:29 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #15499: Add Connection Documentation for Providers

uranusjr commented on a change in pull request #15499:
URL: https://github.com/apache/airflow/pull/15499#discussion_r618901658



##########
File path: airflow/providers/amazon/aws/transfers/mysql_to_s3.py
##########
@@ -41,7 +41,7 @@ class MySQLToS3Operator(BaseOperator):
     :type s3_bucket: str
     :param s3_key: desired key for the file. It includes the name of the file. (templated)
     :type s3_key: str
-    :param mysql_conn_id: reference to a specific mysql database
+    :param mysql_conn_id: :ref:Reference to `mysql connection id<howto/connection:mysql>`.

Review comment:
       Is this the correct quoting? I’d expect something like this instead:
   
   ```rst
   :ref:`Reference to mysql connection id <howto/connection:mysql>`
   ```




-- 
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:
users@infra.apache.org