Skip to content

Commit

Permalink
[sdlf-stage-glue] Glue job name configurable through cfn parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Nov 21, 2024
1 parent 1877ae3 commit aa101ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdlf-stage-glue/src/glue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ Parameters:
pEnableTracing:
Description: Flag for whether XRay tracing is enabled
Type: String
pGlueJobName:
Description: Glue job name
Type: String
pGlueNumberOfWorkers:
Description: Number of workers assigned for the Glue job
Type: Number
Expand Down Expand Up @@ -501,7 +504,7 @@ Resources:
DefinitionSubstitutions:
lPostMetadata: !GetAtt rLambdaPostMetadataStep.Arn
lError: !GetAtt rLambdaErrorStep.Arn
lTransform: sdlf-legislators-glue-job
lTransform: !Ref pGlueJobName
lWorkerType: !Ref pGlueWorkerType
lNumberOfWorkers: !Ref pGlueNumberOfWorkers
# lArguments:
Expand Down

0 comments on commit aa101ce

Please sign in to comment.