Public Member Functions | |
| NewApdbConfig | to_model (self) |
| ApdbConfig | legacy_load (cls, bytes config) |
Static Public Attributes | |
| read_sources_months = Field[int](doc="Number of months of history to read from DiaSource", default=12) | |
| read_forced_sources_months | |
| schema_file | |
| schema_name = Field[str](doc="Name of the schema in YAML configuration file.", default="ApdbSchema") | |
| extra_schema_file | |
| use_insert_id | |
| replica_chunk_seconds | |
Part of Apdb configuration common to all implementations.
| ApdbConfig lsst.dax.apdb.legacy_config.ApdbConfig.legacy_load | ( | cls, | |
| bytes | config ) |
Load legacy configuration from pex_config configuration file.
Parameters
----------
config : `bytes`
Configuration data.
Returns
-------
config : `ApdbConfig`
Legacy configuration instance.
| NewApdbConfig lsst.dax.apdb.legacy_config.ApdbConfig.to_model | ( | self | ) |
Convert pex_config configuration to a new pydantic model.
|
static |
|
static |
|
static |
|
static |
|
static |