lsst.dax.apdb g5ea96fc03c+341ea1ce94
|
Public Member Functions | |
Schema | from_felis (cls, felis.datamodel.Schema dm_schema) |
Static Public Attributes | |
str | name |
str | id |
list | tables [Table] |
felis | version = None |
str | description = None |
Mapping | annotations = dataclasses.field(default_factory=dict) |
Complete schema description, collection of tables.
Schema lsst.dax.apdb.schema_model.Schema.from_felis | ( | cls, | |
felis.datamodel.Schema | dm_schema ) |
Convert felis schema definition to instance of this class. Parameters ---------- dm_schema : `felis.datamodel.Schema` Felis schema definition. Returns ------- schema : `Schema` Converted schema definition.