Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around occasional OWM API errors (#27)
# Description Mark minutely weather response data as optional # Issues Closes #28 # Other Notes The [API docs](https://openweathermap.org/api/one-call-3#parameter) indicate the `minutely` data should always be present in a response, but in practice it is sometimes missing. Neon does not currently use this part of the response, so HANA will now treat it as optional. Co-authored-by: Daniel McKnight <[email protected]>
- Loading branch information