You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: