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"