amoghrajesh commented on code in PR #67418:
URL: https://github.com/apache/airflow/pull/67418#discussion_r3296159176
##########
shared/state/src/airflow_shared/state/__init__.py:
##########
@@ -203,7 +205,7 @@ def cleanup(self) -> None:
``[state_store] default_retention_days``) and deciding what to delete.
"""
- def serialize_task_state_to_ref(self, *, value: str, key: str, ti_id: str)
-> str:
+ def serialize_task_state_to_ref(self, *, value: JsonValue, key: str,
ti_id: str) -> str:
Review Comment:
Nice call, handled that in: 597d03685f
--
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]