From 4470315a454a2d378a37cfc6a3f141f138688ade Mon Sep 17 00:00:00 2001 From: Charles Costanzo Date: Mon, 16 Sep 2024 16:25:15 -0400 Subject: [PATCH] revise to all lowercase for dag tasks --- .../FRA_regulated_mode_major_security_events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/dags/sync_ntd_data_api/safety_service_and_security_historical/FRA_regulated_mode_major_security_events.yml b/airflow/dags/sync_ntd_data_api/safety_service_and_security_historical/FRA_regulated_mode_major_security_events.yml index 01f31a0a3d..43bf62ca76 100644 --- a/airflow/dags/sync_ntd_data_api/safety_service_and_security_historical/FRA_regulated_mode_major_security_events.yml +++ b/airflow/dags/sync_ntd_data_api/safety_service_and_security_historical/FRA_regulated_mode_major_security_events.yml @@ -1,7 +1,7 @@ operator: operators.NtdDataProductAPIOperator year: 'historical' -product: 'FRA_regulated_mode_major_security_events' +product: 'fra_regulated_mode_major_security_events' root_url: 'https://data.transportation.gov/resource/' endpoint_id: '65fa-qbkf' file_format: '.json'