[
https://issues.apache.org/jira/browse/AIRFLOW-4912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jyoti Arora updated AIRFLOW-4912:
---------------------------------
Description:
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.
was:
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
> 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
(v7.6.3#76005)