dshvedchenko commented on issue #54768:
URL: https://github.com/apache/airflow/issues/54768#issuecomment-3210051967
can mode be inferred ?? like
```python
body = msg.model_dump(mode="python" if isinstance(msg.value,
str) else "json")
frame = _RequestFrame(id=next(self.id_counter), body=body)
```
--
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]