theopus commented on PR #40584: URL: https://github.com/apache/airflow/pull/40584#issuecomment-2206238195
> Thank you for the contribution! Is this new behavior the same in deferrable mode? @moiseenkov deferrable is a bit different, since only DONE/FAILED/STOPPED are terminal states and RUNNING isn't. https://github.com/apache/airflow/blob/c5c50cc07f6fcd704981139beb54095d8b9938c7/airflow/providers/google/cloud/operators/dataflow.py#L652-L661 https://github.com/apache/airflow/blob/3583329c1b53530c4c2e551e37affe78761ed3e5/airflow/providers/google/cloud/triggers/dataflow.py#L108-L147 should change behavior & propagate `wait_until_finished` & `expected_terminal_state` to trigger? -- 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]
