jkramer-ginkgo commented on issue #42117:
URL: https://github.com/apache/airflow/issues/42117#issuecomment-2363748517

   Maybe there's some diff between our configs and/or DAG-style but this xcom 
is properly being set and used. The dag is set up using `PythonOperator`s and 
`chain()`s for dependency management.
   
   [example]
   ```
   context["ti"].xcom_push(
       key="key", value={('201009_NB502104_0421_AHJY23BGXG (SEQ_WF: 138898)', 
None): 82359}
   )
   ```


-- 
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]

Reply via email to