ApdbSchema

class lsst.dax.apdb.ApdbSchema(schema_file: str, extra_schema_file: Optional[str] = None)

Bases: object

Class for management of APDB schema.

Parameters:
schema_file : str

Name of the YAML schema file.

extra_schema_file : str, optional

Name of the YAML schema file with extra column definitions.

Attributes:
tableSchemas : dict

Maps table name to TableDef instance.