Fokko commented on a change in pull request #4633: AIRFLOW-3791: Dataflow -
Support check status if pipeline spans on multiple jobs
URL: https://github.com/apache/airflow/pull/4633#discussion_r303654008
##########
File path: airflow/contrib/operators/dataflow_operator.py
##########
@@ -156,6 +175,8 @@ def __init__(
delegate_to=None,
poll_sleep=10,
job_class=None,
+ check_if_running=CheckJobRunning.IgnoreJob,
Review comment:
Can we set this to `WaitForRun`, this is in line with the rest of the
behavior in Airflow.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services