Skip to content

Commit

Permalink
docs(example_dags): add loguri to EmrCreateJobFlowOperator for bypass…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed May 24, 2023
1 parent 8e42232 commit 9dcda50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"JobFlowRole": JOB_FLOW_ROLE,
"ServiceRole": SERVICE_ROLE,
"LogUri": "s3://example_emr_sensor_cluster/"
}

DEFAULT_ARGS = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"Steps": [],
"JobFlowRole": JOB_FLOW_ROLE,
"ServiceRole": SERVICE_ROLE,
"LogUri": "s3://example_emr_sensor_cluster/"
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"Steps": [],
"JobFlowRole": JOB_FLOW_ROLE,
"ServiceRole": SERVICE_ROLE,
"LogUri": "s3://example_emr_sensor_cluster/"
}


Expand Down

0 comments on commit 9dcda50

Please sign in to comment.