Skip to content

Commit

Permalink
Fix typo on DataflowStartFlexTemplateOperator documentation (#37595)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarafonseca-123 committed Feb 21, 2024
1 parent 103a19e commit 52d2032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/google/cloud/operators/dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,10 +784,10 @@ class DataflowStartFlexTemplateOperator(GoogleCloudBaseOperator):
pipeline code, step two will not start until the process stops. When this process stops,
steps two will run, but it will only execute one iteration as the job will be in a terminal state.
If you in your pipeline do not call the wait_for_pipeline method but pass wait_until_finish=True
If you in your pipeline do not call the wait_for_pipeline method but pass wait_until_finished=True
to the operator, the second loop will wait for the job's terminal state.
If you in your pipeline do not call the wait_for_pipeline method, and pass wait_until_finish=False
If you in your pipeline do not call the wait_for_pipeline method, and pass wait_until_finished=False
to the operator, the second loop will check once is job not in terminal state and exit the loop.
:param impersonation_chain: Optional service account to impersonate using short-term
credentials, or chained list of accounts required to get the access_token
Expand Down

0 comments on commit 52d2032

Please sign in to comment.