lsst.pipe.tasks  13.0-51-g46e0a8d
 All Classes Namespaces Files Functions Variables Groups Pages
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

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

Detailed Description

Configuration for IngestTask

Definition at line 373 of file ingest.py.

Member Data Documentation

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

Definition at line 377 of file ingest.py.

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

Definition at line 378 of file ingest.py.

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

Definition at line 375 of file ingest.py.

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

Definition at line 376 of file ingest.py.


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