nivaldoh commented on code in PR #27156:
URL: https://github.com/apache/airflow/pull/27156#discussion_r1002557621


##########
airflow/providers/google/cloud/transfers/bigquery_to_mysql.py:
##########
@@ -45,13 +48,15 @@ class BigQueryToMySqlOperator(BaseOperator):
         to MySQL
 
     **Example**: ::
-
+    
+       # [START howto_operator_bigquery_to_mysql]
        transfer_data = BigQueryToMySqlOperator(
             task_id='task_id',
             dataset_table='origin_bq_table',
             mysql_table='dest_table_name',
             replace=True,
         )
+        # [END howto_operator_bigquery_to_mysql]

Review Comment:
   Use example in the docstring as BigQueryToMySqlOperator doesn't have its own 
system test, and creating one may not be necessary.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to