You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2018/12/06 09:54:00 UTC

[jira] [Assigned] (AIRFLOW-3447) Intended usage of ts_nodash macro broken with migration to new time system.

     [ https://issues.apache.org/jira/browse/AIRFLOW-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik reassigned AIRFLOW-3447:
-----------------------------------

    Assignee: Kaxil Naik

> Intended usage of ts_nodash macro broken with migration to new time system.
> ---------------------------------------------------------------------------
>
>                 Key: AIRFLOW-3447
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3447
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: core
>            Reporter: Luka Draksler
>            Assignee: Kaxil Naik
>            Priority: Minor
>              Labels: easyfix
>             Fix For: 1.10.2
>
>
> Migration to timezone aware times broke the intended usage of ts_nodash macro.
> ts_nodash is used in certain placeholders to create different names (table names, cluster names...). As such it is alphanumeric only, it contains no characters that could be deemed illegal by various naming restrictions. Migration to new time system changed that.
> As an example, this would be returned currently: 
> {{20181205T125657.169324+0000}}
> {{before:}}
> {{20181204T030000}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)