DATAPLT-1268 Add shortcut for Iceberg-backed Glue Table#161
Merged
Conversation
MManopoli
reviewed
Dec 19, 2025
f2cf570 to
515ffe2
Compare
… environment values Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
jeffhiltz
commented
Feb 4, 2026
Contributor
Author
jeffhiltz
left a comment
There was a problem hiding this comment.
Just some minor comments.
Co-authored-by: Jeff Hiltz <jeffhiltz@gmail.com>
Co-authored-by: Jeff Hiltz <jeffhiltz@gmail.com>
3bb8534 to
6bfcccb
Compare
jeffhiltz
commented
Feb 9, 2026
Contributor
Author
jeffhiltz
left a comment
There was a problem hiding this comment.
I approve of the change, but since I originally opened the PR I'm not able to approve it.
bilindhajer
previously approved these changes
Feb 9, 2026
bilindhajer
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
GlueIcebergTableshortcut for creating AWS Glue tables backed byApache Iceberg format. This shortcut supports:
Usage
Limitations
Note that CloudFormation does not expose all table optimizer configuration options. For e.g. for orphan file deletion,
runRateInHoursis not accepted by CFN as an adjustable parameter, at the time of this writing. As such, this shortcut supports a subset of all possible options.Testing
Tested with mapbox internal stacks.