Skip to content

cdk-glue-alpha: Have properties for setting partition projection #35428

@xkjjx

Description

@xkjjx

Describe the feature

Partition projection allows one to not write code that constantly updates the list of available partitions in a glue table. Currently, to set this in CDK, you have to manually set parameters. There should be a seamless way to do this in CDK so that the parameters are set automatically.

Use Case

You can set up partition projection without worrying about the minute implementation details and string formatting.

Proposed Solution

There should be types with clear bounds that show the possibilities with partition projection, and CDK should automatically convert these to properties.

Other Information

https://docs.aws.amazon.com/athena/latest/ug/partition-projection.html

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS CDK Library version (aws-cdk-lib)

aws-cdk-lib@2.179.0

AWS CDK CLI version

2.1000.2 (build bc82193)

Environment details (OS name and version, etc.)

MacOS 15.3.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-glueRelated to AWS Glueeffort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions