Re: [PR] feat: soft_fail TriggerDagRunOperator [airflow]

2024-05-06 Thread via GitHub
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

Re: [PR] feat: soft_fail TriggerDagRunOperator [airflow]

2024-05-05 Thread via GitHub
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

Re: [PR] feat: soft_fail TriggerDagRunOperator [airflow]

2024-05-04 Thread via GitHub
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

Re: [PR] feat: soft_fail TriggerDagRunOperator [airflow]

2024-04-22 Thread via GitHub
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

Re: [PR] feat: soft_fail TriggerDagRunOperator [airflow]

2024-04-22 Thread via GitHub
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

Re: [PR] feat: soft_fail TriggerDagRunOperator [airflow]

2024-04-22 Thread via GitHub
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

[PR] feat: soft_fail TriggerDagRunOperator [airflow]

2024-04-22 Thread via GitHub
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 ... )