potiuk commented on issue #18982:
URL: https://github.com/apache/airflow/issues/18982#issuecomment-943328455


   It's possible even today:
   
   ```
   from airflow.models.xcom import XCom
   
   XCom.set(
               key=key,
               value=value,
               task_id=self.task_id,
               dag_id=self.dag_id,
               execution_date=execution_date or self_execution_date,
               session=session,
           )
   ```
   


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