aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

[AWS::Glue::Table] - [Coverage] - IntegrationTableProperties

Open
#2,518 0 comments 0 reactions 0 assignees View on GitHub
Coverage
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### Name of the resource

AWS::Glue::Table

### Resource name

_No response_

### Description

`IntegrationTableProperties`, which can be created via the CLI command [CreateIntegrationTableProperties](https://docs.aws.amazon.com/glue/latest/webapi/API_CreateIntegrationTableProperties.html), are currently not supported in CloudFormation.

This resource is what enables configuration of Zero-ETL integration [SourceTableConfig](https://docs.aws.amazon.com/glue/latest/webapi/API_CreateIntegrationTableProperties.html#Glue-CreateIntegrationTableProperties-request-SourceTableConfig) and [TargetTableConfig](https://docs.aws.amazon.com/glue/latest/webapi/API_CreateIntegrationTableProperties.html#Glue-CreateIntegrationTableProperties-request-TargetTableConfig), the latter of which is how the `UnnestSpec` property of the integration is set. Without `IntegrationTableProperties`, there is no way to override the default `UnnestSpec` value of `FULL`, which prevents certain valid DynamoDB source tables from being used in Zero-ETL integrations entirely.

### Other Details

https://docs.aws.amazon.com/glue/latest/webapi/API_CreateIntegrationTableProperties.html

Contributor guide

Open the contributing guide

Research direction

Start with the AWS::Glue::Table coverage implementation and the CreateIntegrationTableProperties API documentation linked in the issue. Trace how existing table properties are represented and tested, then support IntegrationTableProperties with SourceTableConfig, TargetTableConfig, and UnnestSpec; done means valid Zero-ETL configurations can override the default UnnestSpec.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.