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

DOMO-401387: Datetime transformation during upload to domo #98

Open
emilybrehmer-rxa opened this issue Jan 19, 2024 · 1 comment
Open

Comments

@emilybrehmer-rxa
Copy link

I am using pydomo in a jupyter notebook to write a dataframe to a domo instance using the ds_create or ds_update method. The date value stored in my dataframe is formatted as '%m-%d-%Y' and gets converted to a date timestamp during the execution. The issue I'm having is the date is also converted to UTC. I attempted to identify the date values as UTC in the dataframe object, giving it a type datetime64[ns, 'UTC'], but that gets converted to a string value.

I working on a work around to since this throws off all the date values I'm currently using by 1 day, setting January 4th as January 3rd. However a streamlined approach that allowed a time zone identification would be very helpful.

Thank you

@samrands
Copy link
Collaborator

I've created a ticket for this issue and it'll get worked on once it's prioritized. Thanks for helping improve the SDK.

@samrands samrands changed the title Datetime transformation during upload to domo DOMO-401387: Datetime transformation during upload to domo Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants