o-nikolas commented on issue #27029: URL: https://github.com/apache/airflow/issues/27029#issuecomment-1278187677
It looks like the druid hook is getting the protocol to use from the conn type, and since you're using a Druid connection that ends up being `druid://` in your url, but `requests` doesn't find any adapters for that protocol: https://github.com/apache/airflow/blob/0d78ba560dec2e7ea2670744800864906622a4a4/airflow/providers/apache/druid/hooks/druid.py#L65-L69 It also looks like you're not providing an endpoint, the default seems to be `{"endpoint": "druid/indexer/v1/task"}` I have no Druid experience so I can't advise much more than that unfortunately. -- 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]
