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/04/06 07:40:59 UTC

[GitHub] [airflow] BasPH commented on a change in pull request #5010: [AIRFLOW-4192] Reorganize task context variables

BasPH commented on a change in pull request #5010: [AIRFLOW-4192] Reorganize task context variables
URL: https://github.com/apache/airflow/pull/5010#discussion_r272787486
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -24,6 +24,24 @@ assists users migrating to a new version.
 
 ## Airflow Master
 
+### Some task context variables are removed
+The following task context variables are removed. Some are obsolete, some are duplicates whose 
+value is also given via other variables, and some are "derived" values from other variables which 
+are also given in the task context.
+
+* `yesterday_ds`: can be derived from `execution_date`
 
 Review comment:
   Sure, I've added this example to [the docs](https://github.com/apache/airflow/pull/5010/files#diff-35b9954899f172a9d4e1b8488cade790R85), and added examples for all removed variables to [UPDATING.md](https://github.com/apache/airflow/pull/5010/files#diff-bb7ee25332d5fdca3ead2f545d72b359R32).

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