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

Handle datetimes correctly for dataframe + multivalue #512

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

kbolashev
Copy link
Member

The backend expects datetimes to be sent as timestamp + additionally a timeZone field in the metadata, if there's a timezone.

The dataframe code wasn't handling that right.
This bug fixes it.

Made sure to test an upload locally from a dataframe, to be sure that it's working e2e now. Got the same data I uploaded back

@kbolashev kbolashev added the bug Something isn't working label Aug 1, 2024
@kbolashev kbolashev self-assigned this Aug 1, 2024
Copy link

dagshub bot commented Aug 1, 2024

Copy link
Member

@guysmoilov guysmoilov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my, that is indeed not DRY.
But, if it works...

@kbolashev kbolashev merged commit 44e5051 into master Aug 1, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants