viniolivieri opened a new issue, #27581: URL: https://github.com/apache/airflow/issues/27581
### Apache Airflow Provider(s) apache-druid ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.3.3 ### Operating System Amazon Linux 2 ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened We have been using Imply Druid for aggregating data and only HTTPS requests are allowed to submit specs in our druid cluster. Considering using DruidOperator for doing this job, we faced a problem that the operator only has support for HTTP requests. Even if the HTTP connection is set with `https` schema, inside the definition of the operator it doesn't consider at all. ### What you think should happen instead I think that what should be done is that when `schema` is set in the HTTP connection used by the DruidOperator, it should consider on what type of request is going to be done. ### How to reproduce _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
