notatallshaw-gts commented on issue #31544: URL: https://github.com/apache/airflow/issues/31544#issuecomment-3785436695
+1 to this feature request, I recently upgraded from Airflow 2.3.4 to Airflow 2.11.0 and I hit this scenario: 1. A ShorCurcuitOperator skipped downstream tasks, based on some tasks skipping certain holidays 2. But I want to manually run one of the immediate downstream tasks 3. Clearing the the task does not work because the task checks if it's in the upstreams `skipmixin_key` xcom list So to run the task I need to either have permissions to clear the xcom from the ShorCurcuitOperator, run the Airflow CLI, or enforce a rule on all my DAGs that nothing but an empty operator should depend directly on a ShorCurcuitOperator. I understand the technical reasons the old force run feature was remove, but this is a common use case regression for me. -- 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]
