lsst.dax.apdb gfdc9b3dea0+60507bba20
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.apdbCassandra.ApdbCassandraConfig 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, "
"definitions in this file are merged with the definitions in "
"'schema_file', extending or replacing parts of the 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: