-
Notifications
You must be signed in to change notification settings - Fork 4k
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): Job construct #12443
Comments
@iliapolo there are now 3 PRs ready for review
|
@humanzz amazing, thanks so much for these PR's. Should we start with the |
@iliapolo I'd say either Connection or SecurityConfiguration are good to start with, or even both in parallel as they're independent. Job has dependencies on both, so for it to be complete both PRs will have to be merged first. It's currently kinda complete but for using them and I anticipate it will take some reviewing/discussion as it's not a small one. |
Thanks @humanzz , super excited to see this merged! 🔥 |
Any update on this? |
Would love to see this merged. Anything I can help with? |
Closes #12443 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
In #5172 and its PRs, the suggestion was made to break a PR down into 2
I've since had a look and realized the work needed involves 3 constructs
Since the original issue and PR have gone without progress for a time, I am contributing some effort here and as such will be creating 3 issues and hopefully 3 PRs to address each of the issues.
This is the first issue; to add the Glue
Job
constructUse Case
Be able to create Glue jobs with L2 constructs that utilize Glue connections. My immediate use case is to be able to connect data sources in a VPC
Proposed Solution
Introduce a
Job
L2 construct wrapping the Glue Job CloudFormation resourceThis is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: