lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
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

ConfigurableField parse = ConfigurableField(target=ParseTask, doc="File parsing")
 
ConfigurableField register = ConfigurableField(target=RegisterTask, doc="Registry entry")
 
Field allowError = Field(dtype=bool, default=False, doc="Allow error in ingestion?")
 
Field 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

Field 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

Field 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

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

Definition at line 393 of file ingest.py.

◆ register

ConfigurableField 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: