kgyrtkirk opened a new pull request, #17699: URL: https://github.com/apache/druid/pull/17699
Enables to use `datasets` in druidtest uri-s. The `datasets` may point to either a file or a directory (in which case all files become candidates) to be interpeted as ingestiontions. The system will not run a full ingestion - but to simplify usage recognizing an ingestion seemed like the easiest way. Example: ``` !use druidtest://?componentSupplier=StandardComponentSupplier&datasets=examples/quickstart/tutorial/rollup-index.json ``` File locations are relative to the projectroot of the project ; for both the `datasets` option and for the `LocalInputSource`-es looking for their inputs inside the ingestions. Setting `datasets` to a value supresses the initialization of the componentsupplier's builtin datasets. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
