You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Christopher Quinones (JIRA)" <ji...@apache.org> on 2016/07/29 16:13:20 UTC

[jira] [Created] (AIRFLOW-384) Use params property for all request types in HTTP Hook

Christopher Quinones created AIRFLOW-384:
--------------------------------------------

             Summary: Use params property for all request types in HTTP Hook
                 Key: AIRFLOW-384
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-384
             Project: Apache Airflow
          Issue Type: Bug
          Components: hooks
            Reporter: Christopher Quinones
            Assignee: Christopher Quinones
            Priority: Minor


In order to pass params to http hooks, one is required to add them directly to the endpoint.  The requests package already supports passing a dictionary of params into it to avoid adding extra logic at the DAG level.

Adopt params in http_hook.py.  This also ensures that params are not printed to the console.  In some of my use cases, parameters are secure and should not be printed into the airflow DAG output.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)