glue_check_schema_version_validity: Validates the supplied schema

View source: R/glue_operations.R

glue_check_schema_version_validityR Documentation

Validates the supplied schema

Description

Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using DataFormat as the format. Since it does not take a schema set name, no compatibility checks are performed.

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

Usage

glue_check_schema_version_validity(DataFormat, SchemaDefinition)

Arguments

DataFormat

[required] The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

SchemaDefinition

[required] The definition of the schema that has to be validated.


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