ashb opened a new issue #16371:
URL: https://github.com/apache/airflow/issues/16371


   XCom.get_* methods current accept an execution_date, and need to accept a 
run_id now.
   
   We should add back-compat shims so that any python_operators that call these 
methods continue to work.
   
   There needs to remain a kwarg called `execution_date` for DAGs/third party 
code to call, but any uses in Airflow (TI.xcom_pull for instance) should be 
updated to pass run_id directly)


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to