aws / aws/aws-cdk

(glue): Add api for "--job-bookmark-option"

Open
#21,954 5 comments 0 reactions 0 assignees View on GitHub
@aws-cdk/aws-glue effort/small feature-request p2
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

### Describe the feature

Enabling or disabling job bookmarks is an important part of a glue job. Unfortunately, it seems this is not yet supported by the `glue.Job`in a nice way, only via `default_arguments`.

### Use Case

It's a big feature of glue jobs, that you can resume from where you left off.

### Proposed Solution

Add a new flag somewhere which takes an enum with the required three values and add the appropriate flag into the default arguments.

### Other Information

_No response_

### Acknowledgements

- [X] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### CDK version used

2.40.0 (build 56ba2ab

### Environment details (OS name and version, etc.)

mac

Contributor guide

Open the contributing guide

Research direction

Start by locating the glue.Job API and its default_arguments handling in the AWS CDK repository. Check how existing job options and enum-like values are exposed, then identify the relevant tests; done means the three job-bookmark values add the appropriate --job-bookmark-option default argument and are covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.