Terraform Feature Request - Allow creation of Glue Table to use schema from Schema Registry #17302
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
Community Note
Description
The
aws_glue_catalog_table
resource is missing the option to specify a schema from a Schema Registry in thestorage_descriptor
. The relevant Glue API Document is linked in the References.New or Affected Resource(s)
Potential Terraform Configuration
References
glue create-table
: https://docs.aws.amazon.com/cli/latest/reference/glue/create-table.htmlThis uses a SchemaReference object with the option
--table-input
to load the schema from a registry instead of specifying it manually or from S3.The text was updated successfully, but these errors were encountered: