You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Matt Chapman (JIRA)" <ji...@apache.org> on 2018/08/22 20:49:00 UTC

[jira] [Created] (AIRFLOW-2937) HttpHook doesn't respect the URI scheme when the connection is defined via Environment Variable

Matt Chapman created AIRFLOW-2937:
-------------------------------------

             Summary: HttpHook doesn't respect the URI scheme when the connection is defined via Environment Variable
                 Key: AIRFLOW-2937
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2937
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Matt Chapman
            Assignee: Matt Chapman


AIRFLOW-645 almost solved this, but not quite.

I believe AIRFLOW-2876 is another misguided attempt at solving this problem, and shows that this is an issue for other users.

The core issue is that the HttpHook confusingly mixes up the ideas of 'URI scheme' and 'Database schema.' 

I'm submitting a patch that fixes the issue while maintaining backward compatibility, but does not solve the core confusion, which I suggest should be addressed in the next major release.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)