MaksYermak commented on code in PR #61546:
URL: https://github.com/apache/airflow/pull/61546#discussion_r2786699133


##########
providers/google/tests/system/google/cloud/cloud_run/example_cloud_run.py:
##########
@@ -285,6 +325,28 @@ def _create_job_instance_with_label():
     )
     # [END howto_operator_cloud_run_execute_job_with_overrides]
 
+    execute4 = CloudRunExecuteJobOperator(
+        task_id=execute4_task_name,
+        project_id=PROJECT_ID,
+        region=region,
+        job_name=job4_name,
+        dag=dag,
+        deferrable=False,
+        transport="rest",
+    )
+
+    # [START howto_operator_cloud_run_execute_job_deferrable_rest]

Review Comment:
   Sorry, yes sure I wanted to tag you :)



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