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