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

fix: use @field_serializer for pydantic Urls #363

Merged
merged 4 commits into from
Nov 6, 2023
Merged

Conversation

dwinston
Copy link
Collaborator

@dwinston dwinston commented Nov 6, 2023

ensures model_dump preserves python datetimes, which are handled by pymongo.

reverts mode='json' option to model_dump, to preserve datetimes.

fixes #349

ensures `model_dump` preserves python `datetime`s, which are handled by pymongo.

reverts mode='json' option to model_dump, to preserve datetimes.

fixes #349
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

Successfully merging this pull request may close these issues.

Dagster job ensure_job_triggered is failing due to invalid usage of > comparator
2 participants