From 32f39814bbbc382908e720f101af1c409e87cbb7 Mon Sep 17 00:00:00 2001 From: Ian Sullivan Date: Thu, 20 Nov 2025 14:55:23 -0800 Subject: [PATCH 1/2] Set default schema for APDB --- pipelines/_ingredients/ApPipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/_ingredients/ApPipe.yaml b/pipelines/_ingredients/ApPipe.yaml index 496da2a..3245fad 100644 --- a/pipelines/_ingredients/ApPipe.yaml +++ b/pipelines/_ingredients/ApPipe.yaml @@ -133,6 +133,7 @@ tasks: connections.diaSourceTable: dia_source_detector doRemoveSkySources: True doUseApdbSchema: True # Force the table columns to match the APDB definition in sdm_schemas + schemaFile: "apdb.yaml" getRegionTimeFromVisit: class: lsst.pipe.tasks.getRegionTimeFromVisit.GetRegionTimeFromVisitTask config: From 1587612cb5d87c0b7089e1ca76d7c060bc1f7238 Mon Sep 17 00:00:00 2001 From: Ian Sullivan Date: Thu, 20 Nov 2025 17:06:20 -0800 Subject: [PATCH 2/2] Generalize schema name --- pipelines/_ingredients/ApPipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/_ingredients/ApPipe.yaml b/pipelines/_ingredients/ApPipe.yaml index 3245fad..47b69ea 100644 --- a/pipelines/_ingredients/ApPipe.yaml +++ b/pipelines/_ingredients/ApPipe.yaml @@ -132,7 +132,7 @@ 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" getRegionTimeFromVisit: class: lsst.pipe.tasks.getRegionTimeFromVisit.GetRegionTimeFromVisitTask