PgsqlRegisterTask¶
Python API summary¶
from lsst.pipe.tasks.ingestPgsql import PgsqlRegisterTask
- 
classPgsqlRegisterTask(config=None, name=None, parentTask=None, log=None)
- Task that will generate the registry for the Mapper - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the PgsqlRegisterTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
columns¶
- Default
- {'object': 'text', 'visit': 'int', 'ccd': 'int', 'filter': 'text', 'date': 'text', 'taiObs': 'text', 'expTime': 'double'}
- Field type
- Key type
- Value type
List of columns for raw table, with their types
ignore¶
Ignore duplicates in the table?
permissions¶
Permissions mode for registry; 0o664 = rw-rw-r–
table¶
Name of table
unique¶
List of columns to be declared unique for the table
visit¶
List of columns for raw_visit table