Updates the description, compatibility setting, or version checkpoint for a schema set
Source:R/glue_operations.R
glue_update_schema.RdUpdates the description, compatibility setting, or version checkpoint for a schema set.
See https://www.paws-r-sdk.com/docs/glue_update_schema/ for full documentation.
Usage
glue_update_schema(
SchemaId,
SchemaVersionNumber = NULL,
Compatibility = NULL,
Description = NULL
)Arguments
- SchemaId
[required] This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided.SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
- SchemaVersionNumber
Version number required for check pointing. One of
VersionNumberorCompatibilityhas to be provided.- Compatibility
The new compatibility setting for the schema.
- Description
The new description for the schema.