Public Member Functions | |
| None | validate (self) |
| config.ApdbSqlConfig | to_model (self) |
Public Member Functions inherited from lsst.dax.apdb.config.ApdbConfig | |
| ApdbConfig | from_uri (cls, ResourcePathExpression uri) |
| None | save (self, ResourcePathExpression uri) |
Static Public Attributes | |
| db_url = Field[str](doc="SQLAlchemy database connection URI") | |
| isolation_level | |
| connection_pool | |
| connection_timeout | |
| sql_echo = Field[bool](doc="If True then pass SQLAlchemy echo option.", default=False) | |
| dia_object_index | |
| htm_level = Field[int](doc="HTM indexing level", default=20) | |
| htm_max_ranges = Field[int](doc="Max number of ranges in HTM envelope", default=64) | |
| htm_index_column | |
| ra_dec_columns = ListField[str](default=["ra", "dec"], doc="Names of ra/dec columns in DiaObject table") | |
| dia_object_columns | |
| prefix = Field[str](doc="Prefix to add to table names and index names", default="") | |
| namespace | |
| timer = Field[bool](doc="If True then print/log timing information", default=False) | |
Static Public Attributes inherited from lsst.dax.apdb.config.ApdbConfig | |
| str | schema_file |
| str | ss_schema_file |
| str | schema_name |
| int | read_sources_months |
| int | read_forced_sources_months |
| bool | enable_replica |
| int | replica_chunk_seconds |
Additional Inherited Members | |
Static Protected Attributes inherited from lsst.dax.apdb.config.ApdbConfig | |
| ClassVar | _implementation_type [str] |
Legacy APDB configuration class for SQL implementation (ApdbSql).
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |