bugraoz93 commented on code in PR #55744:
URL: https://github.com/apache/airflow/pull/55744#discussion_r2360469597
##########
airflow-ctl/src/airflowctl/api/operations.py:
##########
@@ -243,8 +243,11 @@ def create_event(
) -> AssetEventResponse | ServerResponseError:
"""Create an asset event."""
try:
+ # Ensure extra is an object; DB/UI choke on null
Review Comment:
There is no `choke` on
```suggestion
# Ensure extra is initialised before sent to API
```
--
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]