lsst.dax.apdb gbebdf9febd+35dc457219
Loading...
Searching...
No Matches
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 = 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
 

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[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=None,
optional=True,
deprecated="This field is deprecated, its value is not used.",
)

◆ read_forced_sources_months

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

◆ schema_file

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

◆ use_insert_id

lsst.dax.apdb.apdb.ApdbConfig.use_insert_id
static
Initial value:
= Field[bool](
doc=(
"If True (default), make and fill additional tables used for getHistory methods. "
"Databases created with earlier versions of APDB may not have these tables, "
"and corresponding methods will not work for them."
),
default=True,
)

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