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 2018/12/15 22:23:08 UTC

[GitHub] kaxil commented on a change in pull request #4323: [AIRFLOW-3447] Add 2 options for ts_nodash Macro

kaxil commented on a change in pull request #4323: [AIRFLOW-3447] Add 2 options for ts_nodash Macro
URL: https://github.com/apache/incubator-airflow/pull/4323#discussion_r241962520
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -24,6 +24,13 @@ assists users migrating to a new version.
 
 ## Airflow Master
 
+### Modification to `ts_nodash` macro
+`ts_nodash` previously contained TimeZone information alongwith execution date. For Example: `20150101T000000+0000`. This is not user-friendly for file or folder names which was a popular use case for `ts_nodash`. Hence this behavior has been changed and using `ts_nodash` will no longer contain TimeZone information. And a new macro `ts_nodash_with_tz` has been added which can be used to get a string with execution date and timezone info without dashes. 
 
 Review comment:
   Done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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