Skip to content

Commit

Permalink
update dag config
Browse files Browse the repository at this point in the history
  • Loading branch information
cayod committed Oct 24, 2023
1 parent 857ef8b commit 2f9bf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/history_ledger_transaction_with_captive_core_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
dag = DAG(
"history_ledger_transaction_with_captive_core",
default_args=get_default_dag_args(),
catchup=True,
start_date=datetime.datetime(2023, 9, 20, 15, 0),
catchup=False,
start_date=datetime.datetime(2023, 10, 24, 13, 0),
description="This DAG exports ledger transaction from the history archive using CaptiveCore. This supports parsing sponsorship and AMMs.",
schedule_interval="*/30 * * * *",
params={
Expand Down

0 comments on commit 2f9bf16

Please sign in to comment.