From 65f2910a2ffe83359a07769fb6747e0443bad24e Mon Sep 17 00:00:00 2001 From: Damon McCullough Date: Thu, 2 Jul 2026 10:22:19 -0400 Subject: [PATCH] temporarily source DOF data from inbox ginger is retired; manually uploaded files to edm-recipes/inbox/dof/{version} for a one-off archive run via github action --- ingest_templates/pluto_input_cama_dof.yml | 5 +++-- ingest_templates/pluto_input_geocodes.yml | 5 +++-- ingest_templates/pluto_pts.yml | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ingest_templates/pluto_input_cama_dof.yml b/ingest_templates/pluto_input_cama_dof.yml index 8326574307..1f4128b51a 100644 --- a/ingest_templates/pluto_input_cama_dof.yml +++ b/ingest_templates/pluto_input_cama_dof.yml @@ -14,8 +14,9 @@ attributes: ingestion: source: - type: ginger - path: Prod_FromDOF/CAMA.zip + type: s3 + bucket: edm-recipes + key: inbox/dof/{{ version }}/CAMA.zip file_format: type: csv delimiter: "|" diff --git a/ingest_templates/pluto_input_geocodes.yml b/ingest_templates/pluto_input_geocodes.yml index d220cb8fd1..80a3202cce 100644 --- a/ingest_templates/pluto_input_geocodes.yml +++ b/ingest_templates/pluto_input_geocodes.yml @@ -7,8 +7,9 @@ attributes: ingestion: source: - type: ginger - path: Prod_FromDOF/PTS_Propmast.gz + type: s3 + bucket: edm-recipes + key: inbox/dof/{{ version }}/PTS_Propmast.gz file_format: type: csv delimiter: "\t" diff --git a/ingest_templates/pluto_pts.yml b/ingest_templates/pluto_pts.yml index 1ecc4f5dbe..ca68afe592 100644 --- a/ingest_templates/pluto_pts.yml +++ b/ingest_templates/pluto_pts.yml @@ -7,8 +7,9 @@ attributes: ingestion: source: - type: ginger - path: Prod_FromDOF/PTS_Propmast.gz + type: s3 + bucket: edm-recipes + key: inbox/dof/{{ version }}/PTS_Propmast.gz file_format: type: csv delimiter: "\t"