implydata / plywood

A toolkit for querying and interacting with Big Data

Home Page:https://plywood.imply.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure Plywood to not throw exception on unknown dimension

rocel opened this issue · comments

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.