Skip to content

Commit

Permalink
disable odx 20240517
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed May 18, 2024
1 parent e6ce66a commit 0b205d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/research_etl/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

Expand All @@ -25,7 +26,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 0b205d2

Please sign in to comment.