diff --git a/ingest_templates/dcp_cbbr_requests.yml b/ingest_templates/dcp_cbbr_requests.yml index 5456b32745..560333ee4e 100644 --- a/ingest_templates/dcp_cbbr_requests.yml +++ b/ingest_templates/dcp_cbbr_requests.yml @@ -17,10 +17,13 @@ attributes: ingestion: source: - type: local_file - path: ./dcp_cbbr_requests.csv + type: s3 + bucket: edm-recipes + key: inbox/dcp/dcp_cbbr_requests/{{ version }} BRs for OMB (All Boards).xlsx file_format: - type: csv + type: xlsx + sheet_name: OMB Template + dtype: str processing_steps: - name: clean_column_names - args: { "replace": { " -": "", "-": "_", " ": "_" }, "lower": True } + args: { "replace": { "-": "_", " ": "_" }, "lower": True } diff --git a/ingest_templates/omb_cbbr_agency_responses.yml b/ingest_templates/omb_cbbr_agency_responses.yml index d94c6016e0..b8c33698f2 100644 --- a/ingest_templates/omb_cbbr_agency_responses.yml +++ b/ingest_templates/omb_cbbr_agency_responses.yml @@ -15,10 +15,13 @@ attributes: ingestion: source: - type: local_file - path: ./omb_cbbr_agency_responses.csv + type: s3 + bucket: edm-recipes + key: inbox/dcp/omb_cbbr_agency_responses/{{ version }} OMB Raw Export.xlsx file_format: - type: csv + type: xlsx + sheet_name: AGCY reponses + dtype: str processing_steps: - name: clean_column_names args: { "replace": { " ": "_" }, "lower": True } diff --git a/products/cbbr/recipe.yml b/products/cbbr/recipe.yml index b734d3c47c..bb161eb302 100644 --- a/products/cbbr/recipe.yml +++ b/products/cbbr/recipe.yml @@ -1,6 +1,6 @@ name: Community Board Budget Requests product: db-cbbr -version: FY2026 +version: FY2027 inputs: missing_versions_strategy: find_latest datasets: