You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/26 23:19:21 UTC

[GitHub] [airflow] notatallshaw commented on issue #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution

notatallshaw commented on issue #6370: AIRFLOW-5701: Don't clear xcom explicitly before execution
URL: https://github.com/apache/airflow/pull/6370#issuecomment-546647813
 
 
   I generally prefer this change but it should be worth noting where people are trying to get the last execution dates xcom value and are using `xcom_pull(key=key, include_prior_dates=True)` this will be a backwards compatibility break on retry.
   
   I don't know how heavily that is relied on but I don't know any other use of `include_prior_dates` so someone must of added it for a reason?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services