lsst.dax.apdb
22.0.1-5-g75bb458+b62fada561
|
Public Member Functions | |
def | __init__ (self, str schema_file, Optional[str] extra_schema_file=None) |
Public Attributes | |
tableSchemas | |
Class for management of APDB schema. Attributes ---------- tableSchemas : `dict` Maps table name to `TableDef` instance. 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.