astro-anand commented on code in PR #53939:
URL: https://github.com/apache/airflow/pull/53939#discussion_r2388176410
##########
task-sdk/src/airflow/sdk/execution_time/context.py:
##########
@@ -374,6 +374,7 @@ def _get_asset_from_db(name: str | None = None, uri: str |
None = None) -> Asset
ToSupervisor,
)
from airflow.sdk.execution_time.task_runner import SUPERVISOR_COMMS
+ from airflow.serialization.serde import deserialize
Review Comment:
Yes you're right. This PR is not ready yet. I was trying to test if we could
pass the Asset metadata through the serialization layer (like XComs) per
@amoghrajesh's recommendation. What do you think the best way to do this would
be?
--
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]