glue_update_schema {paws.analytics} | R Documentation |
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
)
SchemaId |
[required] This is a wrapper structure to contain schema identity fields. The structure contains:
|
SchemaVersionNumber |
Version number required for check pointing. One of |
Compatibility |
The new compatibility setting for the schema. |
Description |
The new description for the schema. |