plywood-druid-requester icon indicating copy to clipboard operation
plywood-druid-requester copied to clipboard

Resolve datasource names through joins

Open Fryuni opened this issue 3 years ago • 0 comments

When a query has a datasource of type join and the result is empty ([]) the resolver will not identify the data sources used on the query and therefore will fail with:

Error: No such datasource 'undefined'
    at /path/to/node_modules/plywood-druid-requester/build/druidRequester.js:179:23

This PR adds support for such scenarios

Fryuni avatar Sep 30 '21 18:09 Fryuni