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

(glue): Flex execution option #22224

Closed
2 tasks
joekendal opened this issue Sep 25, 2022 · 3 comments · Fixed by #26203
Closed
2 tasks

(glue): Flex execution option #22224

joekendal opened this issue Sep 25, 2022 · 3 comments · Fixed by #26203
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. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2

Comments

@joekendal
Copy link

Describe the feature

Following the release of AWS Glue Flex it would be good if CDK/CFN could support this

Use Case

To save costs

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

2.41.0

Environment details (OS name and version, etc.)

Prefer not to say

@joekendal joekendal added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 25, 2022
@github-actions github-actions bot added the @aws-cdk/aws-glue Related to AWS Glue label Sep 25, 2022
@peterwoodworth
Copy link
Contributor

CloudFormation will need to support this before we can on our L1 or L2 constructs. I suggest raising an issue with them on the CloudFormation coverage roadmap if one doesn't exist already.

Currently you should be able to achieve this with an AwsCustomResource until CloudFormation supports this directly

@peterwoodworth peterwoodworth added needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. and removed needs-triage This issue or PR still needs to be triaged. labels Sep 26, 2022
@kaizencc kaizencc added p2 effort/small Small work item – less than a day of effort labels Sep 30, 2022
@kaizencc kaizencc removed their assignment Sep 30, 2022
@kaizencc kaizencc changed the title (aws_glue_alpha): Flex execution option (glue): Flex execution option Sep 30, 2022
@hunt3ri
Copy link

hunt3ri commented Nov 24, 2022

The CloudFormation property appears to be available now, it's listed here as execution_class where it can be set to a string "FLEX" if I understand correctly

https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_glue/CfnJob.html

@mergify mergify bot closed this as completed in #26203 Jul 3, 2023
mergify bot pushed a commit that referenced this issue Jul 3, 2023
This PR adds ExecutionClass for Glue job's L2 construct. This allows you to specify `FLEX` option.

Closes #22224

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@github-actions
Copy link

github-actions bot commented Jul 3, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants