vogievetsky commented on a change in pull request #9437: Add Azure ingestion
flow to web console
URL: https://github.com/apache/druid/pull/9437#discussion_r385998538
##########
File path: web-console/src/utils/ingestion-spec.tsx
##########
@@ -2653,6 +2729,10 @@ export function downgradeSpec(spec: any): any {
deepSet(spec, 'ioConfig.firehose.type', 'static-s3');
break;
+ case 'azure':
+ deepSet(spec, 'ioConfig.firehose.type', 'static-azure');
+ break;
Review comment:
Same story as above.
----------------------------------------------------------------
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]