uranusjr opened a new pull request #21563: URL: https://github.com/apache/airflow/pull/21563
I traced all the `TaskInstance.task` calls I could find (may not be comprehensive but I did what I could), and analysed whether `task` can be mapped or not on each of their call paths. I added a runtime check when they are guaranteed to be _not_ mapped, and additional `unmap` calls when needed. I also implemented `MappedOperator.resources` since it is needed. This also depends on the `inlets` and `outlets` properties proposed in #21495 (right now they are type-ignored so CI can pass). -- 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]
