Schema¶
-
class
lsst.daf.butler.
Schema
(config=None, limited=False)¶ Bases:
object
The SQL schema for a Butler Registry.
Parameters: - config :
SchemaConfig
orstr
, optional Load configuration. Defaults will be read if
config
is not aSchemaConfig
.- limited :
bool
If
True
, ignore tables, views, and associated foreign keys whose config descriptions include a “limited” key set toFalse
.
Attributes: - config :