Date Casting from timestamp[us] to timestamp[ns] #18596
Labels
#bug
Bug report
inactive
Inactive for >= 30 days
need:more-info
Requires more information from author
When using Superset 1.3.0., and when querying oracle database with query SELECT to_date('9999-12-31','yyyy-MM-dd') from dual; we get
Casting from timestamp[us] to timestamp[ns] would result in out of bounds timestamp: 253402214400000000
It has to do with pandas dataframe and timestamp how can we change it. In previous releases of Superset we changed the source code to get rid of this error, but when getting new releases the error is here again.
Thanks,
Matej
The text was updated successfully, but these errors were encountered: