Updates 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.
glue_update_schema(
SchemaId,
SchemaVersionNumber = NULL,
Compatibility = NULL,
Description = NULL
)[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 SchemaArn or SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or
SchemaName has to be provided.
Version number required for check pointing. One of VersionNumber or
Compatibility has to be provided.
The new compatibility setting for the schema.
The new description for the schema.