Skip to content

Commit

Permalink
[refactor] rename aws emr tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabelle committed Feb 3, 2025
1 parent 9ddf48b commit 05d2f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion add-aws-emr-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace: company.team

tasks:
- id: ad_step_cluster
type: io.kestra.plugin.aws.emr.AddJobFlowsSteps
type: io.kestra.plugin.aws.emr.SubmitSteps
accessKeyId: {{ secret('AWS_ACCESS_KEY') }}
secretKeyId: {{ secret('AWS_SECRET_KEY') }}
region: eu-west-3
Expand Down
2 changes: 1 addition & 1 deletion create-aws-emr-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace: company.team

tasks:
- id: create_cluster
type: io.kestra.plugin.aws.emr.CreateCluster
type: io.kestra.plugin.aws.emr.CreateClusterAndSubmitSteps
accessKeyId: {{ secret('AWS_ACCESS_KEY') }}
secretKeyId: {{ secret('AWS_SECRET_KEY') }}
region: eu-west-3
Expand Down

0 comments on commit 05d2f6b

Please sign in to comment.