readSchemaFromApdb¶
- lsst.ap.association.readSchemaFromApdb(apdb: Apdb) dict[str, lsst.dax.apdb.schema_model.Table | None] ¶
Extract the schema from an APDB instance.
- Parameters:
- apdb
lsst.dax.apdb.Apdb
AP database connection object.
- apdb
- Returns:
- schemaTabledict[str, schema_model.Table | None]
A dict of the schemas in the given table defined in the specified file.