We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When passing a df with a datetime value, the underlying Gremlin query fails with a MalformedQueryException
Create a df in the property for with a datetime filed and attempt to save it using to_property_graph().
to_property_graph()
Data is properly saved as a datetime field in Neptune
No response
Linux
3.10.8
3.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When passing a df with a datetime value, the underlying Gremlin query fails with a MalformedQueryException
How to Reproduce
Create a df in the property for with a datetime filed and attempt to save it using
to_property_graph()
.Expected behavior
Data is properly saved as a datetime field in Neptune
Your project
No response
Screenshots
No response
OS
Linux
Python version
3.10.8
AWS SDK for pandas version
3.11
Additional context
No response
The text was updated successfully, but these errors were encountered: