-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(glue): Iceberg Table Support on S3Table construct #29660
Comments
I'm willing to work on implementing this feature myself if my idea looks good. |
Thanks for creating this feature request and offering to work on a PR - I think this sounds like a good idea. |
So far you can do like this to create an Iceberg table
|
Just as a side note, there is currently an open issue in CloudFormation whereby you cannot update a iceberg table after creation, as the table format will be deleted when an update takes place in the CloudFormation template. Just a little thing to make note of |
Describe the feature
Add cfn-glue-table-opentableformatinput to the Glue S3 Table construct
In addition, create new construct
TableOptimizer
supporting AWS::Glue::TableOptimizerThen add option param that create
TableOptimizer
corresponding to the Open Table Format based table to the Glue S3 Table construct.Use Case
Acknowledgements
The text was updated successfully, but these errors were encountered: