Aleksandr Sabitov created AIRFLOW-4579:
------------------------------------------

             Summary: Ability add arbitrary environment variable to connection
                 Key: AIRFLOW-4579
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4579
             Project: Apache Airflow
          Issue Type: Improvement
          Components: hooks
            Reporter: Aleksandr Sabitov


Some connections/hooks sometimes need some adjustment of configuration which 
can be provided via environment variables. In order do not set global 
environment variables it' better to have option to have them defined within 
connection.

Example where it is needed - Oracle connection type where we need to change NLS 
settings:

{"sid": "ORADB", "dsn": "11.22.33.44", 
"ENV_VARS":\{"NLS_LANG":"American_America.UTF8","some_var":"some_value"}}



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

Reply via email to