Updating a schema or registry - Amazon Glue
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Updating a schema or registry

Once created you can edit your schemas, schema versions, or registry.

Updating a registry

You can update a registry using the Amazon Glue APIs or the Amazon Glue console. The name of an existing registry cannot be edited. You can edit the description for a registry.

Amazon Glue APIs

To update an existing registry, use the UpdateRegistry action (Python: update_registry) API.

Specify a RegistryId structure to indicate the registry that you want to update. Pass a Description to change the description for a registry.

aws glue update-registry --description updatedDescription --registry-id RegistryArn="arn:aws:glue:us-east-2:901234567890:registry/registryName1"
Amazon Glue console

To update a registry using the Amazon Glue console:

  1. Sign in to the Amazon Web Services Management Console and open the Amazon Glue console at https://console.amazonaws.cn/glue/.

  2. In the navigation pane, under Data catalog, choose Schema registries.

  3. Choose a registry from the the list of registries, by checking its box.

  4. In the Action menu, choose Edit registry.