Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(aws-glue-alpha): (add jobRunQueuingEnabled to Job) #31826

Closed
2 tasks done
jdebuseamazon opened this issue Oct 21, 2024 · 3 comments · Fixed by #31830
Closed
2 tasks done

(aws-glue-alpha): (add jobRunQueuingEnabled to Job) #31826

jdebuseamazon opened this issue Oct 21, 2024 · 3 comments · Fixed by #31830
Labels
@aws-cdk/aws-glue Related to AWS Glue effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@jdebuseamazon
Copy link
Contributor

Describe the feature

Add the jobRunQueuingEnabled property of CfnJob within aws-cdk-lib/aws-glue to Job within @aws-cdk/aws-glue-alpha.

Use Case

Setting this property currently requires a raw override; for example

(job.node.defaultChild as CfnJob).addOverride('Properties.JobRunQueuingEnabled', true)

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

v2.162.1

Environment details (OS name and version, etc.)

macOS Sequoia 15.0.1

@jdebuseamazon jdebuseamazon added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 21, 2024
@github-actions github-actions bot added the @aws-cdk/aws-glue Related to AWS Glue label Oct 21, 2024
@ashishdhingra ashishdhingra self-assigned this Oct 21, 2024
@ashishdhingra ashishdhingra added p2 investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Oct 21, 2024
@ashishdhingra
Copy link
Contributor

AWS::Glue::Job supports JobRunQueuingEnabled property. This is available in CfnJob L1 construct as jobRunQueuingEnabled, but not available in Job L2 (experimental) construct.

@jdebuseamazon Thanks for the PR contribution.

@ashishdhingra ashishdhingra added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Oct 21, 2024
@ashishdhingra ashishdhingra removed their assignment Oct 21, 2024
@mergify mergify bot closed this as completed in #31830 Nov 4, 2024
@mergify mergify bot closed this as completed in 5fca268 Nov 4, 2024
Copy link

github-actions bot commented Nov 4, 2024

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

1 similar comment
Copy link

github-actions bot commented Nov 4, 2024

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
@aws-cdk/aws-glue Related to AWS Glue effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants