Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions ingest_templates/pluto_input_cama_dof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "|"
Expand Down
5 changes: 3 additions & 2 deletions ingest_templates/pluto_input_geocodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions ingest_templates/pluto_pts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading