lsst.dax.apdb  22.0.1-4-g2c3f5ac+98d2fe5ef5
Static Public Attributes | List of all members
lsst.dax.apdb.apdb.ApdbConfig Class Reference
Inheritance diagram for lsst.dax.apdb.apdb.ApdbConfig:
lsst.dax.apdb.apdbSql.ApdbSqlConfig

Static Public Attributes

 read_sources_months
 
 read_forced_sources_months
 
 schema_file
 
 extra_schema_file
 

Detailed Description

Part of Apdb configuration common to all implementations.

Member Data Documentation

◆ extra_schema_file

lsst.dax.apdb.apdb.ApdbConfig.extra_schema_file
static
Initial value:
= Field(dtype=str,
doc="Location of (YAML) configuration file with extra schema",
default=_data_file_name("apdb-schema-extra.yaml"))

◆ read_forced_sources_months

lsst.dax.apdb.apdb.ApdbConfig.read_forced_sources_months
static
Initial value:
= Field(dtype=int,
doc="Number of months of history to read from DiaForcedSource",
default=12)

◆ read_sources_months

lsst.dax.apdb.apdb.ApdbConfig.read_sources_months
static
Initial value:
= Field(dtype=int,
doc="Number of months of history to read from DiaSource",
default=12)

◆ schema_file

lsst.dax.apdb.apdb.ApdbConfig.schema_file
static
Initial value:
= Field(dtype=str,
doc="Location of (YAML) configuration file with standard schema",
default=_data_file_name("apdb-schema.yaml"))

The documentation for this class was generated from the following file: