Skip to content

Commit

Permalink
disable odx_alt job
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed Apr 18, 2024
1 parent 7d78688 commit 5ad3acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/research_etl/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from research_etl.etl_gtfs.gtfs_job import run as gtfs_job
from research_etl.etl_korbato.korbato_job import run as odx_job

from research_etl.etl_korbato.korbato_job import alt_run as odx_catch_up_job
# from research_etl.etl_korbato.korbato_job import alt_run as odx_catch_up_job

# from research_etl.etl_afc.afc_job import run as afc_job
# from research_etl.mbta_open_data.csat_job import run as csat_job
Expand All @@ -25,7 +25,7 @@ def run_jobs() -> None:

gtfs_job(db_manager)
odx_job(db_manager)
odx_catch_up_job(db_manager)
# odx_catch_up_job(db_manager)
# afc_job(db_manager)
# csat_job(db_manager)
# gse_job(db_manager)
Expand Down

0 comments on commit 5ad3acb

Please sign in to comment.