astahlman commented on issue #1936: [AIRFLOW-419] Setting task instance status 
through UI causes exception
URL: https://github.com/apache/airflow/pull/1936#issuecomment-482324038
 
 
   Do we actually need to truncate the fractional seconds in the database? The 
dateutil parser seems to be able to handle timestamps with or without the 
microseconds field:
   
   ```
   >>> import dateutil.parser
   >>> dateutil.parser.parse('2019-04-01 00:00:00.000000') == 
dateutil.parser.parse('2019-04-01 00:00:00')
   True
   ```

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