lsst.pipe.tasks  21.0.0-85-g296c1d01+374697a2d0
Static Public Attributes | List of all members
lsst.pipe.tasks.ingest.IngestConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.ingest.IngestConfig:
lsst.pipe.tasks.ingestPgsql.PgsqlIngestConfig

Static Public Attributes

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

Detailed Description

Configuration for IngestTask

Definition at line 391 of file ingest.py.

Member Data Documentation

◆ allowError

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

Definition at line 395 of file ingest.py.

◆ clobber

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

Definition at line 396 of file ingest.py.

◆ parse

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

Definition at line 393 of file ingest.py.

◆ register

lsst.pipe.tasks.ingest.IngestConfig.register = ConfigurableField(target=RegisterTask, doc="Registry entry")
static

Definition at line 394 of file ingest.py.


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