common.storages.live_schema_storage
LiveSchemaStorage Objects
class LiveSchemaStorage(SchemaStorage)
is_live_schema_committed
def is_live_schema_committed(name: str) -> bool
Checks if live schema is present in storage and have same hash
update_live_schema
def update_live_schema(schema: Schema, can_create_new: bool = True) -> None
Will update live schema content without writing to storage. Optionally allows to create a new live schema