You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/31 05:41:00 UTC

[jira] [Commented] (AIRFLOW-4912) Not able to update emr_defaults extra's with job_flow_overrides

    [ https://issues.apache.org/jira/browse/AIRFLOW-4912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027207#comment-17027207 ] 

ASF GitHub Bot commented on AIRFLOW-4912:
-----------------------------------------

stale[bot] commented on pull request #5550: AIRFLOW-4912: Support to update nested keys in emr_defaults conn extras.
URL: https://github.com/apache/airflow/pull/5550
 
 
   
 
----------------------------------------------------------------
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


> Not able to update emr_defaults extra's with job_flow_overrides
> ---------------------------------------------------------------
>
>                 Key: AIRFLOW-4912
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4912
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: aws
>    Affects Versions: 1.10.3
>            Reporter: Jyoti Arora
>            Priority: Minor
>
> Consider 
>  emr_defaults extras -
> {"Name": "default_job_flow_name","ReleaseLabel": "emr-5.23.0", "Instances": { "Ec2KeyName": "airflow_emr","Ec2SubnetId": "subnet-a59824cc", "InstanceGroups": [
> { "Name": "Master nodes", "Market": "ON_DEMAND","InstanceRole": "MASTER", "InstanceType": "m4.xlarge","InstanceCount": 1 }
> ,..]}
> Now i am not able to update in nested dict for example i.e Instances.Ec2SubnetId using job_flow_overides in airflow DAG.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)