dstandish opened a new issue, #58290: URL: https://github.com/apache/airflow/issues/58290
### Body The hook on_asset_changed is invoked whenever there is an asset event. The problem is we pass the asset and not the event. But, this means that we have no way to know what happened to the asset. We only know it was "updated" (and not for example what partition may have been updated) Maybe we should change the signature to use asset event instead? Or maybe we should add asset event? Or maybe we should make a new hook, `on_asset_event` cc @Lee-W @uranusjr ### 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]
