glue_register_schema_version: Adds a new version to the existing schema

View source: R/glue_operations.R

glue_register_schema_versionR Documentation

Adds a new version to the existing schema

Description

Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.

See https://www.paws-r-sdk.com/docs/glue_register_schema_version/ for full documentation.

Usage

glue_register_schema_version(SchemaId, SchemaDefinition)

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. Either SchemaArn or SchemaName and RegistryName has to be provided.

  • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

SchemaDefinition

[required] The schema definition using the DataFormat setting for the SchemaName.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.