-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(kinesisfirehose): support iceberg destination #35761
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
base: main
Are you sure you want to change the base?
feat(kinesisfirehose): support iceberg destination #35761
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This review is outdated)
.../@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.iceberg-destination.ts
Show resolved
Hide resolved
.../@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.iceberg-destination.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-kinesisfirehose/lib/iceberg-destination.ts
Outdated
Show resolved
Hide resolved
.../@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.iceberg-destination.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-kinesisfirehose/lib/iceberg-destination.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-kinesisfirehose/lib/iceberg-destination.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-kinesisfirehose/lib/iceberg-destination.ts
Outdated
Show resolved
Hide resolved
.../@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.iceberg-destination.ts
Show resolved
Hide resolved
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
…ub.com:Konippi/aws-cdk into support-iceberg-destination-in-kinesisfirehose
tmokmss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The L2 API looks good to me. I left comments mostly on the integ-test part. Also, can you resolve the past conversations that are already fixed? (because apparently I don't have permission to do that.) Thanks!
.../@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.iceberg-destination.ts
Outdated
Show resolved
Hide resolved
.../@aws-cdk-testing/framework-integ/test/aws-kinesisfirehose/test/integ.iceberg-destination.ts
Show resolved
Hide resolved
…ub.com:Konippi/aws-cdk into support-iceberg-destination-in-kinesisfirehose
…tination-in-kinesisfirehose
mazyu36
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution.
I've add some minor comments.
mazyu36
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM
Issue # (if applicable)
Closes #33666.
Reason for this change
Firehose supports the destination settings for Apache Iceberg Table.
https://docs.aws.amazon.com/firehose/latest/dev/apache-iceberg-destination.html
But at the present, L2 Construct does not support it.
Description of changes
This PR adds a new
IcebergDestinationto theaws-kinesisfirehosemodule that implements theIDestinationinterface.Describe any new or updated permissions being added
Description of how you validated changes
Unit tests and integration tests
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license