GitHub user pykenny added a comment to the discussion: Can't clear only a single map index from a dynamic mapped task without clearing the other map indexes as well. Known limitation or bug?
But since you’re using setup/teardown, it’s likely that all the teardowns are run when your DAG failed by the failed task. In that case you’ll end up with having the need to rerun all the mapped setup tasks. GitHub link: https://github.com/apache/airflow/discussions/46566#discussioncomment-12103911 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
