|
tuple | register = ConfigurableField(target=PgsqlRegisterTask, doc="Registry entry") |
|
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?") |
|
Definition at line 106 of file ingestPgsql.py.
tuple lsst.pipe.tasks.ingestPgsql.PgsqlIngestConfig.register = ConfigurableField(target=PgsqlRegisterTask, doc="Registry entry") |
|
static |
The documentation for this class was generated from the following file: