Fokko edited a comment on issue #5010: [AIRFLOW-4192] Reorganize task context 
variables
URL: https://github.com/apache/airflow/pull/5010#issuecomment-478356870
 
 
   Thanks for working on this @BasPH 
   
   I believe that `yesterday_ds` does not make sense since we cannot assume 
that the schedule is daily. I don't see any usage of this variable. Personally 
I do use `next_execution_date` quite extensively. When you have a job that runs 
daily, but you want to change this to an hourly job. In such a case you don't 
want to change `{{ (execution_date + macros.timedelta(days=1)) }}` to `{{ 
(execution_date + macros.timedelta(hours=1)) }}`everywhere.
   
   @bolkedebruin What was your plan with the `{in,out}lets`?

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


With regards,
Apache Git Services

Reply via email to