Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date Casting from timestamp[us] to timestamp[ns] #18596

Closed
maduvnj opened this issue Feb 7, 2022 · 3 comments · Fixed by #18873
Closed

Date Casting from timestamp[us] to timestamp[ns] #18596

maduvnj opened this issue Feb 7, 2022 · 3 comments · Fixed by #18873
Labels
#bug Bug report inactive Inactive for >= 30 days need:more-info Requires more information from author

Comments

@maduvnj
Copy link

maduvnj commented Feb 7, 2022

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

@maduvnj maduvnj added the #bug Bug report label Feb 7, 2022
@villebro
Copy link
Member

villebro commented Feb 7, 2022

Hi @maduvnj you need to provide some more information about how this is happening. Can you add at least what database this is happening on? (looks like Oracle?)

@geido geido added the need:more-info Requires more information from author label Feb 7, 2022
@maduvnj
Copy link
Author

maduvnj commented Feb 8, 2022

Yes we are connecting to Oracle database.

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report inactive Inactive for >= 30 days need:more-info Requires more information from author
Projects
None yet
3 participants