-
Notifications
You must be signed in to change notification settings - Fork 251
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
fix(Set outputBucket on aws-kinesisstreams-gluejob): Property is currently not set #448
Labels
Comments
biffgaut
added a commit
that referenced
this issue
Oct 12, 2021
to include S3 bucket for Glue Job that the consturct creates (#452) * update glue max allocation units to 2 * update glue max allocation units to 2 * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * removing additional lines from the file * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * documentation rephrase * new construct first commit with README and architecture * adding minimal deployable code to README * adding minimal deployable code to README * fix for github issue #448 Co-authored-by: nihitkas <nihitkas@amazon.com> Co-authored-by: biffgaut <78155736+biffgaut@users.noreply.github.com>
biffgaut
added a commit
that referenced
this issue
Feb 25, 2022
…: Update Python module name for aws-kinesisfirehose-s3 (#592) * update glue max allocation units to 2 * update glue max allocation units to 2 * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * removing additional lines from the file * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * documentation rephrase * new construct first commit with README and architecture * adding minimal deployable code to README * adding minimal deployable code to README * fix for github issue #448 * python module name correction The python module name has `-` instead of `_`. Update the readme with the correct python module names Co-authored-by: nihitkas <nihitkas@amazon.com> Co-authored-by: biffgaut <78155736+biffgaut@users.noreply.github.com>
biffgaut
added a commit
that referenced
this issue
Mar 29, 2022
* update glue max allocation units to 2 * update glue max allocation units to 2 * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * removing additional lines from the file * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * documentation rephrase * new construct first commit with README and architecture * adding minimal deployable code to README * adding minimal deployable code to README * fix for github issue #448 * python module name correction The python module name has `-` instead of `_`. Update the readme with the correct python module names * fix for changes with CDK V2 for use with Asset instances * update sample use case for glue job etl * fix CDK V2 unit test failures * update formatting for code file * update formatting for code file * update formatting for code file * fix for CDK V2 unit test failures * fix for CDK V2 unit test failures * incorporate review comments * fixed unit test failure for glue job helper * update linting for glue job construct * fix unit test failure * fix unit test failure Co-authored-by: nihitkas <nihitkas@amazon.com> Co-authored-by: biffgaut <78155736+biffgaut@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The output bucket created in deployGlueJob is not returned to the construct, so is not available to set this property.
Reproduction Steps
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: