apache_beam.typehints.schema_registry module

This module is intended for internal use only. Nothing defined here provides any backwards-compatibility guarantee.

class apache_beam.typehints.schema_registry.SchemaTypeRegistry[source]

Bases: object

generate_new_id()[source]
add(typing, schema)[source]
get_typing_by_id(unique_id)[source]
get_schema_by_id(unique_id)[source]