GitHub user AlexRusuDatavid created a discussion: Pulling from xcom object 
storage

What is the intended way of pulling data from xcom object storage? 
`context[ti].xcom_pull` retrieves s3 refference in my case. 
The only way to actually get data is doing something like : 
`
actual_data = XCom.get_one(
    run_id=ti.run_id,
    task_id=task_id,
    dag_id=ti.dag_id,
    key=key
        )
`

GitHub link: https://github.com/apache/airflow/discussions/55132

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to