dstandish opened a new issue, #58474: URL: https://github.com/apache/airflow/issues/58474
### Body There is a task context element `outlet_events` that deals with assets but not events. So, the task isn't currently able to modify the actual events that get created -- rather it can just manipulate an asset object (which doesn't have all the same properties as asset events do). This means that with the current design there's no way for the task to say what partition was touched for example. Is this ok? Dunno. It's certainly not ideal. But we need to think through what if anything we shall do about it. Should we modify / extend this interface somehow? Or add a new interface that really deals with the events? @uranusjr @Lee-W ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
