This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Multiple queries with a series that doesnt exist shouldn't throw an exception #201
Closed
Description
When querying multiple series if one of the series does not exist it throws an exception and you cant get any results.
Some series are based off of continuous queries that may not have run yet. So I cant really know if the series exist yet without multiple queries to the database to first check if a given series exists.
I am not sure of the best solution to this but I don't think the client should throw an exception for this specific error case.
Metadata
Metadata
Assignees
Labels
No labels