Skip to content

@aws-cdk/aws-glue-alpha: Add description to Glue table object #27740

@ksco92

Description

@ksco92

Describe the feature

Glue tables can already be created with CDK:

https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-glue-alpha.Database.html

For the purpose of documentation and data governance, the database description field from CFN should be added to this:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html#cfn-glue-database-databaseinput-description

Use Case

This will help people that created their data lakes fully on AWS with CDK to embed documentation on IaC. Having to use a different API or manually changing database descriptions is not a feasible option for large scale users with hundreds of databases.

Proposed Solution

Add the description field to the props of the database object.

Other Information

No response

Acknowledgements

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

CDK version used

latest

Environment details (OS name and version, etc.)

MacOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-glueRelated to AWS Glueeffort/smallSmall work item – less than a day 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