You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/20 11:53:34 UTC

[GitHub] [airflow] vashchukmaksim commented on issue #10913: HTTP connection parse path as schema but use as protocol

vashchukmaksim commented on issue #10913:
URL: https://github.com/apache/airflow/issues/10913#issuecomment-803297256


   The above doesn't work for me, so I came up with the following that works in my case for HTTP:
   
   AIRFLOW_CONN_API_AUTH=http://app_auth:8000/http
   
   So I added `http` at the end and later use relative path in SimpleHttpOperator's endpoint argument.


-- 
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:
users@infra.apache.org