Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-06-18 Thread via GitHub
le-chartreux commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2176415067 Hello Airflow Community, While waiting for a resolution to the trigger rule issue, I wanted to share a workaround that I've implemented. While it may not address ever

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-06-18 Thread via GitHub
le-chartreux commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2176028789 Awesome, thank you @mateuslatrova! -- 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 g

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-06-18 Thread via GitHub
le-chartreux commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2175651390 Hello, I am also facing this issue, it will be awesome if someone can find a solution (or at least a workaround). Best regards and thank you for developing Airflow! --

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-06-01 Thread via GitHub
mateuslatrova commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2143497500 > > > Please do. It would be great if you can confirm that you are able to reproduce the issue. > > > > > > I have just reproduced the issue using @RNHTTR 's exampl

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-06-01 Thread via GitHub
RNHTTR commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2143495865 > > Please do. It would be great if you can confirm that you are able to reproduce the issue. > > I have just reproduced the issue using @RNHTTR 's example code. > > Do

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-06-01 Thread via GitHub
mateuslatrova commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2143468562 > Please do. It would be great if you can confirm that you are able to reproduce the issue. I have just reproduced the issue using @RNHTTR 's example code. Does

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-05-31 Thread via GitHub
gavinhonl commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2142237406 Please do. It would be great if you can confirm that you are able to reproduce the issue. -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-05-30 Thread via GitHub
mateuslatrova commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2141089158 Hi, could I take this issue? -- 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 t

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-05-25 Thread via GitHub
RNHTTR commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2131306606 Here's a slightly simpler reproduction without nested task groups or branching: ```python from airflow.decorators import dag, task, task_group from pendulum import datet

Re: [I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-05-24 Thread via GitHub
boring-cyborg[bot] commented on issue #39801: URL: https://github.com/apache/airflow/issues/39801#issuecomment-2128857918 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap

[I] Tasks with 'none_failed_min_one_success' trigger_rule skipping before Dynamic Task Group is fully expanded [airflow]

2024-05-24 Thread via GitHub
gavinhonl opened a new issue, #39801: URL: https://github.com/apache/airflow/issues/39801 ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.3 and 2.9.1 ### What happened? If a