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
Socrata is now picky about datatypes in some cases. Code was modified to always surround non-numeric values with tics, but that doesn't always work.
Consider a way to reference the datatype for an attribute from Socrata data descriptor.
This could be done proactively or on failure.
Down the road consider caching results so these fetches don't need to be repeated if the getting and analysis of them is expensive.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Socrata is now picky about datatypes in some cases. Code was modified to always surround non-numeric values with tics, but that doesn't always work.
Consider a way to reference the datatype for an attribute from Socrata data descriptor.
This could be done proactively or on failure.
Down the road consider caching results so these fetches don't need to be repeated if the getting and analysis of them is expensive.
The text was updated successfully, but these errors were encountered: