mcbrewster opened a new pull request #9437: Add Azure ingestion flow to web console URL: https://github.com/apache/druid/pull/9437 <img width="1162" alt="Screen Shot 2020-02-28 at 1 03 39 PM" src="https://user-images.githubusercontent.com/37322608/75587377-2f302780-5a2b-11ea-8eb1-c16f6a52a7d5.png"> <img width="1159" alt="Screen Shot 2020-02-28 at 1 03 30 PM" src="https://user-images.githubusercontent.com/37322608/75587415-45d67e80-5a2b-11ea-9410-fc2fa1266033.png"> Adds the ability to ingest data from azure via the web console. There is now a tile that allows the user to access the Azure ingestion flow if druid-azure-extensions is in the load list. The default input type will be azure. The user can then put a can then input data using A URI or a Prefix. the resulting IO config changes will be : ``` "ioConfig": { "type": "index_parallel", "inputSource": { "type": "azure", "prefixes": [ "azure://containerName" ] } }, ``` or ``` "ioConfig": { "type": "index_parallel", "inputSource": { "type": "azure", "prefixes": [ "azure://container-name/path-name.json" ] } }, ``` The user can configure the rest of the spec using the normal web console flow. Additionally azure is now available as an input type in the input menu for all flows <img width="342" alt="Screen Shot 2020-02-28 at 1 05 59 PM" src="https://user-images.githubusercontent.com/37322608/75587357-20e20b80-5a2b-11ea-92b6-cbec6ecccee5.png">
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
