Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

AwsGlueSchemaRegistry

class
class AwsGlueSchemaRegistry(
region_name: AwsRegionSpec,
credentials: AwsGlueSchemaRegistryCredentialsSpec,
registry_name: RegistryNameSpec,
schema_name: SchemaNameSpec,
configs: CfgSpec | None = None,
)

Categories: source

AWS Glue schema registry attached to a KafkaStreamSrcConn.

Set as the connection's schema_registry for SR-aware serdes.

Parameters

parameter
region_nameAwsRegionSpec (str | Secret)

AWS region the registry lives in, e.g. us-east-1; accepts a plain string or a Secret.

parameter

AwsAccessSecretKey (access key id / secret access key) Glue authenticates against.

parameter
registry_nameRegistryNameSpec (str | Secret)

Glue registry name; plain string or Secret.

parameter
schema_nameSchemaNameSpec (str | Secret)

Schema name within the registry; plain string or Secret.

parameter
configsCfgSpec | None (dict | None)

Optional dict of boto3-client overrides (see CfgSpec).