From 165b10772ae56ad94f096291b1d158ea152a2cc5 Mon Sep 17 00:00:00 2001 From: Damon McCullough Date: Thu, 12 Mar 2026 13:09:48 -0400 Subject: [PATCH 1/2] update cpdb version --- products/cpdb/recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/cpdb/recipe.yml b/products/cpdb/recipe.yml index 67b3a21c23..5c1b3d33a3 100644 --- a/products/cpdb/recipe.yml +++ b/products/cpdb/recipe.yml @@ -1,6 +1,6 @@ name: CPDB product: db-cpdb -version: 25adopt +version: 26prelim inputs: missing_versions_strategy: find_latest datasets: From 45ee894dc575dd784247a8f6b07efdbdf91ce84a Mon Sep 17 00:00:00 2001 From: Damon McCullough Date: Wed, 15 Apr 2026 15:12:15 -0400 Subject: [PATCH 2/2] fix FISA soruce data a double-quote charcter at the beginning of description column for the RDAMPSIP project causes the rest of the file to be inserted into the downstream description for that project, breaking CPDB csvs --- ingest_templates/fisa_capitalcommitments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingest_templates/fisa_capitalcommitments.yml b/ingest_templates/fisa_capitalcommitments.yml index a1bc0b8af1..712a5195ca 100644 --- a/ingest_templates/fisa_capitalcommitments.yml +++ b/ingest_templates/fisa_capitalcommitments.yml @@ -10,7 +10,7 @@ ingestion: source: type: s3 bucket: edm-recipes - key: inbox/fisa_capitalcommitments/AICP_OREQ_CAPPLN_PJCP_20260218121103.asc + key: inbox/fisa_capitalcommitments/AICP_OREQ_CAPPLN_PJCP_20260218121103_fixed.asc file_format: type: csv encoding: ISO-8859-1