KKcorps commented on a change in pull request #6348: [AIRFLOW-XXX] GSoD: Adding 
'Create a custom operator' doc
URL: https://github.com/apache/airflow/pull/6348#discussion_r336962212
 
 

 ##########
 File path: docs/howto/custom-operator.rst
 ##########
 @@ -85,7 +94,7 @@ Let's extend our previous example to fetch name from MySQL:
                     *args, **kwargs) -> None:
                 super().__init__(*args, **kwargs)
                 self.name = name
-                self.conn_id = conn_id
+                self.mysql_conn_id = mysql_conn_id
 
 Review comment:
   updated now

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


With regards,
Apache Git Services

Reply via email to