Taragolis merged PR #39173:
URL: https://github.com/apache/airflow/pull/39173
--
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: commits-unsubscr...@airflo
raphaelauv commented on PR #39173:
URL: https://github.com/apache/airflow/pull/39173#issuecomment-2095242916
@Taragolis it's done , thanks
--
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 spec
Taragolis commented on PR #39173:
URL: https://github.com/apache/airflow/pull/39173#issuecomment-2094343552
@raphaelauv could you resolve conflicts?
--
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
hussein-awala commented on code in PR #39173:
URL: https://github.com/apache/airflow/pull/39173#discussion_r1575309828
##
airflow/operators/trigger_dagrun.py:
##
@@ -89,6 +89,7 @@ class TriggerDagRunOperator(BaseOperator):
(default: 60)
:param allowed_states: List
raphaelauv commented on code in PR #39173:
URL: https://github.com/apache/airflow/pull/39173#discussion_r1575291363
##
airflow/operators/trigger_dagrun.py:
##
@@ -89,6 +89,7 @@ class TriggerDagRunOperator(BaseOperator):
(default: 60)
:param allowed_states: List of
hussein-awala commented on code in PR #39173:
URL: https://github.com/apache/airflow/pull/39173#discussion_r1575288209
##
airflow/operators/trigger_dagrun.py:
##
@@ -89,6 +89,7 @@ class TriggerDagRunOperator(BaseOperator):
(default: 60)
:param allowed_states: List
raphaelauv opened a new pull request, #39173:
URL: https://github.com/apache/airflow/pull/39173
If I have a lot of TriggerDagRunOperator in failed stated ( where some
failed before triggering the dag_run and some after ) for any reason ( airflow
worker unclean stop .., zombie task ... )