[
https://issues.apache.org/jira/browse/AIRFLOW-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16068336#comment-16068336
]
Neil Hanlon commented on AIRFLOW-504:
-------------------------------------
Where exactly?
https://github.com/apache/incubator-airflow/blob/master/UPDATING.md
I see this, which references needing to update travis, but nothing else in the
code base[1]
I'm happy to add it into UPDATING.md and/or the documentation, if you'd like.
[1] https://github.com/apache/incubator-airflow/pull/1794
> datetime.now() has microseconds Mysql does not store these resulting in issues
> ------------------------------------------------------------------------------
>
> Key: AIRFLOW-504
> URL: https://issues.apache.org/jira/browse/AIRFLOW-504
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Bolke de Bruin
> Priority: Critical
> Fix For: 1.8.0
>
>
> >>> datetime.datetime.utcnow()
> datetime.datetime(2016, 9, 11, 12, 22, 22, 483998)
> >>> datetime.datetime.now()
> datetime.datetime(2016, 9, 11, 14, 22, 31, 363392)
> >>>
> Mysql rounds those to "2016-05-13 00:00:00". If sqlalchemy now tries to find
> the the record by primary key (eg. session.merge) it cannot find them due to
> lost precision.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)