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 2020/01/10 09:20:56 UTC

[GitHub] [airflow] dstandish commented on a change in pull request #7087: [AIRFLOW-XXXX] Clarify breaking changes to macros in updating.md

dstandish commented on a change in pull request #7087: [AIRFLOW-XXXX] Clarify breaking changes to macros in updating.md
URL: https://github.com/apache/airflow/pull/7087#discussion_r365138074
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -1190,7 +1190,7 @@ Examples:
 
 ### Semantics of next_ds/prev_ds changed for manually triggered runs
 
-next_ds/prev_ds now map to execution_date instead of the next/previous schedule-aligned execution date for DAGs triggered in the UI.
+next_ds/prev_ds and next_execution_date/prev_execution_date now map to execution_date instead of the next/previous schedule-aligned execution date for DAGs triggered in the UI.
 
 Review comment:
   this is still a bit unclear.  didn't they always "map to execution_date"?
   does it mean that they now sort by execution date without regard to triggering mechanism, where previously they only looked at scheduled runs?
   or does it mean it now looks at _actual_ execution date instead of that which the schedule implies?

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