Schema Registry
Each schema table is registered in SchemaRegistry
dynamically at the runtime.
build_schema
Build schema dataclass from json file path.
Parameters:
-
name
(str | SchemaName
) –Name of schema table.
-
filepath
(str
) –Path to json file.
Returns:
-
list[SchemaTable]
–List of schema dataclasses.
SchemaRegistry
A manager class to register schema tables.