Skip to content

Commit

Permalink
len(execution_dates)
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 17, 2024
1 parent 3609e45 commit 6368f88
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 @@ -27,7 +27,7 @@ def compare_transforms_and_bq_rows():
)
.all()
)
print(f"Execution dates aaaaaaaare: {execution_dates}")
print(f"How many execution dates: {len(execution_dates)}")

# Get the DAG
dag_bag = DagBag()
Expand Down

0 comments on commit 6368f88

Please sign in to comment.