ephraimbuddy opened a new pull request, #25788: URL: https://github.com/apache/airflow/pull/25788
For mapped tasks that expands at runtime, the Dagrun.verify_integrity is being called even when there's no change to the mapped indexes. This is because the missing_indexes variable contains keys to the mapped task with empty diff([]) value at times. This leads to the "if" check thinking there's something in the defaultdict. -- 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]
