You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sam Kitajima-Kimbrel (JIRA)" <ji...@apache.org> on 2017/11/07 03:34:00 UTC

[jira] [Created] (AIRFLOW-1788) EMR hook doesn't accept all boto3 EMR parameters

Sam Kitajima-Kimbrel created AIRFLOW-1788:
---------------------------------------------

             Summary: EMR hook doesn't accept all boto3 EMR parameters
                 Key: AIRFLOW-1788
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1788
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Sam Kitajima-Kimbrel
            Assignee: Sam Kitajima-Kimbrel


Expected: `SecurityConfiguration` and other optional arguments to boto3's run_job_flow() method are passed through via the EMR hook in Airflow.

Actual: only a subset of parameters are passed through because they're hardcoded in the hook.

Recommended fix: use **kwargs



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)