Skip to content

Commit

Permalink
chore: update schedule interval
Browse files Browse the repository at this point in the history
Co-authored-by: Pol <[email protected]>
  • Loading branch information
javikalsan and polmonso committed Dec 19, 2024
1 parent b202d1f commit 839160c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/meff_update_closing_prices_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ def get_random_moll() -> str:


with DAG(
dag_id="meff_slice_closing_prices_dag",
dag_id="meff_slice_closing_prices_dag_v2",
start_date=datetime(2022, 6, 9),
schedule_interval="0 16 * * *",
schedule_interval="0 3 * * *",
catchup=False,
tags=["Meff", "Transform"],
max_active_runs=1,
Expand Down

0 comments on commit 839160c

Please sign in to comment.