glue_update_schema {paws.analytics} | R Documentation |
Updates the description, compatibility setting, or version checkpoint for a schema set
Description
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.
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:
|
SchemaVersionNumber |
Version number required for check pointing. One of |
Compatibility |
The new compatibility setting for the schema. |
Description |
The new description for the schema. |
[Package paws.analytics version 0.9.0 Index]