gopidesupavan commented on issue #57191:
URL: https://github.com/apache/airflow/issues/57191#issuecomment-3444671818
you can return string json object from the task and use it.
```
@task
def fetch_job():
return json.dumps({"job_id": 123, "target_id": 987})
```
--
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]