jroachgolf84 commented on code in PR #60851:
URL: https://github.com/apache/airflow/pull/60851#discussion_r2813049103


##########
providers/common/sql/tests/system/common/sql/example_sql_execute_query.py:
##########
@@ -55,6 +56,13 @@
     )
     # [END howto_operator_sql_execute_query]
 
+    # [START howto_decorator_sql_execute_query]
+    @task.sql(split_statements=True, return_last=False)
+    def execute_query_taskflow():
+        return f"SELECT 1; SELECT * FROM {AIRFLOW_DB_METADATA_TABLE} LIMIT 1;"

Review Comment:
   You're right :) Updating this 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to