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
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:This PR adds support for such scenarios