Skip to content

Commit

Permalink
2 days
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 28, 2024
1 parent 8132c3a commit d50a8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def treating_errors(successful_transforms, BQ_results):

def comparison(**context):
execution_date = context["execution_date"]
yesterday = pendulum.instance(execution_date).subtract(days=1)
yesterday = pendulum.instance(execution_date).subtract(days=2)

# Define the table names
tables1 = ["ledgers", "operations", "trades", "effects", "transactions"]
Expand Down

0 comments on commit d50a8d6

Please sign in to comment.