@aws-cdk/aws-redshift-alpha: Add comments for redshift tables construct #22682
Labels
@aws-cdk/aws-redshift
Related to Amazon Redshift
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Currently we have this construct:
https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-redshift-alpha.Table.html
In order to be able to fully utilize CI/CD for tables and generate version controlled documentation, we need to be able to add table descriptions through code. A simple
description
attribute like in Glue tables should be enough:https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-glue.Table.html
Use Case
The current table construct allows the programmatic creation and modification of tables, however, in real life, comments for documentation are critical in any big data use case for automated documentation.
This addition will bring CDK one step closer to being able to fully manage a Redshift's table table structure and documentation.
Proposed Solution
Add a
description
attribute to the table construct.Other Information
No response
Acknowledgements
CDK version used
2.45
Environment details (OS name and version, etc.)
AmazonLinux2
The text was updated successfully, but these errors were encountered: