lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
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 106 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 377 of file ingest.py.

◆ clobber

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

Definition at line 378 of file ingest.py.

◆ parse

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

Definition at line 375 of file ingest.py.

◆ register

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

Definition at line 107 of file ingestPgsql.py.


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