diff --git a/airflow/dags/sync_ntd_data_xlsx/agency_information/2022_annual_database_agency_information.yml b/airflow/dags/sync_ntd_data_xlsx/agency_information/2022_annual_database_agency_information.yml new file mode 100644 index 0000000000..05a72df43b --- /dev/null +++ b/airflow/dags/sync_ntd_data_xlsx/agency_information/2022_annual_database_agency_information.yml @@ -0,0 +1,7 @@ +operator: operators.NtdDataProductXLSXOperator + +product: 'annual_database_agency_information' +xlsx_file_url: 'https://www.transit.dot.gov/ntd/data-product/2022-annual-database-agency-information' # placeholder for scraped url from scrape_ntd_xlsx_urls task +year: '2022' # one of: 'historical' (long history), 'mutli-year' (select history), or a specific year (ex: 2022) +dependencies: + - scrape_ntd_xlsx_urls