lsst.pipe.tasks  21.0.0-31-g3fcf0262+ee4727a31a
Static Public Attributes | List of all members
lsst.pipe.tasks.ingestPgsql.PgsqlIngestConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.ingestPgsql.PgsqlIngestConfig:
lsst.pipe.tasks.ingest.IngestConfig

Static Public Attributes

 register = ConfigurableField(target=PgsqlRegisterTask, doc="Registry entry")
 
 parse = ConfigurableField(target=ParseTask, doc="File parsing")
 
 allowError = Field(dtype=bool, default=False, doc="Allow error in ingestion?")
 
 clobber = Field(dtype=bool, default=False, doc="Clobber existing file?")
 

Detailed Description

Definition at line 104 of file ingestPgsql.py.

Member Data Documentation

◆ allowError

lsst.pipe.tasks.ingest.IngestConfig.allowError = Field(dtype=bool, default=False, doc="Allow error in ingestion?")
staticinherited

Definition at line 395 of file ingest.py.

◆ clobber

lsst.pipe.tasks.ingest.IngestConfig.clobber = Field(dtype=bool, default=False, doc="Clobber existing file?")
staticinherited

Definition at line 396 of file ingest.py.

◆ parse

lsst.pipe.tasks.ingest.IngestConfig.parse = ConfigurableField(target=ParseTask, doc="File parsing")
staticinherited

Definition at line 393 of file ingest.py.

◆ register

lsst.pipe.tasks.ingestPgsql.PgsqlIngestConfig.register = ConfigurableField(target=PgsqlRegisterTask, doc="Registry entry")
static

Definition at line 105 of file ingestPgsql.py.


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