Brunda10 commented on PR #55408: URL: https://github.com/apache/airflow/pull/55408#issuecomment-3279827456
Thanks @uranusjr, I’ve added support for event_extra_template so tasks can render and attach runtime metadata to asset events. Just to confirm: right now event_extra_template is only rendered at runtime, and the resulting dictionary is attached to AssetEvent.extra (in the asset_event table). It is not persisted in the asset table, since it represents per-run metadata rather than static asset properties — following the earlier suggestion to keep the change simple and lightweight. -- 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]
