You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: