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
This leads to some quite inscrutable error messages in CoVE.
e.g.
Error message: TypeError('datetime.datetime(2023, 12, 15, 0, 0) is not JSON serializable')
It's probably best to just cast as a string.
Internal reference: https://opendataservices.plan.io/issues/47141
The text was updated successfully, but these errors were encountered:
unflatten: Allow datetimes in json output (convert them to str)
2ceae35
#438 ThreeSixtyGiving/dataquality#103
fed1789
Bjwebb
No branches or pull requests
This leads to some quite inscrutable error messages in CoVE.
e.g.
It's probably best to just cast as a string.
Internal reference: https://opendataservices.plan.io/issues/47141
The text was updated successfully, but these errors were encountered: