Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pipelines/_ingredients/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ tasks:

connections.diaSourceTable: dia_source_detector
doRemoveSkySources: True
doUseApdbSchema: True # Force the table columns to match the APDB definition in sdm_schemas
doUseSchema: True # Force the table columns to match the APDB definition in sdm_schemas
schemaFile: "apdb.yaml"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if you make the change I proposed on pipe_tasks, you'll need to specify the schemaName here as well. (Otherwise it's weird that apdb.yaml behaves differently)

getRegionTimeFromVisit:
class: lsst.pipe.tasks.getRegionTimeFromVisit.GetRegionTimeFromVisitTask
config:
Expand Down