Configure Plywood to not throw exception on unknown dimension
rocel opened this issue · 0 comments
rocel commented
Hello,
I'm using Plywood (great lib!) for querying Druid with the plywood-druid-requester component.
I get could not resolve $some_dimension_name exceptions when I query some dimensions/metrics that has not been ingested in Druid yet (but are expected to come).
Is there a way to configure plywood, or the plywood-druid-requester, to not throw an exception?
The normal behaviour of Druid (no exception, and return dimensions values to null and metrics' to 0) would be expected.