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 e4aedbc commit 953e1fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dags/history_ledger_transaction_with_captive_core_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
It is scheduled to export information to BigQuery at regular intervals.
"""
import ast
import datetime
import json

from airflow import DAG
Expand All @@ -20,8 +19,7 @@
dag = DAG(
"history_ledger_transaction_with_captive_core",
default_args=get_default_dag_args(),
start_date=datetime.datetime(2023, 9, 20, 15, 0),
catchup=True,
catchup=False,
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 953e1fa

Please sign in to comment.