AetherUnbound commented on issue #36602: URL: https://github.com/apache/airflow/issues/36602#issuecomment-1879055145
@Taragolis I understand that. However, my point is that `https` prefixed connections _are still valid_ for the `HttpHook`, _were_ valid until the `HttpOperator` changed in v4.7.0, and [the documentation for the connection type](https://airflow.apache.org/docs/apache-airflow-providers-http/4.8.0/connections/http.html) says that `https` is a valid schema which contradicts the current behavior of the operator. So I believe either the behavior should be adjusted or the documentation should be updated to reflect 1) the breaking change that exists for this operator and 2) the fact that only `http` schema is accepted for the connection URI. -- 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]
