john-bodley opened a new pull request #5274: [get_df] Fix datetime conversion
URL: https://github.com/apache/incubator-superset/pull/5274
 
 
   This PR fixes an issue where epoch time columns which have [already been 
converted](https://github.com/apache/incubator-superset/blob/master/superset/connectors/sqla/models.py#L127)
 to a timestamp in the query are trying to be coerced in Pandas as a timestamp 
under the assumption that these values are still in the epoch format. Given 
these are already timestamps one merely needs to cast them to a 
`pandas.Timestamp` object.
   
   to: @graceguo-supercat @michellethomas @mistercrunch @timifasubaa 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to