ashb commented on code in PR #55408:
URL: https://github.com/apache/airflow/pull/55408#discussion_r2333491377
##########
airflow-core/src/airflow/serialization/serialized_objects.py:
##########
@@ -293,7 +293,7 @@ def _encode_watcher(watcher: AssetWatcher):
"name": var.name,
"uri": var.uri,
"group": var.group,
- "extra": var.extra,
+ "extra": var.event_extra_template or {},
Review Comment:
I suspect that this will need to be encoded too.
--
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]