ApdbSchema

class lsst.dax.apdb.ApdbSchema(schema_file: str, schema_name: str = 'ApdbSchema')

Bases: object

Class for management of APDB schema.

Parameters:
schema_file : str

Name of the YAML schema file.

schema_name : str, optional

Name of the schema in YAML files.

Attributes:
tableSchemas : dict

Maps table name to TableDef instance.