Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 17, 2024
1 parent 9e14b81 commit 03bfe06
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 @@ -37,7 +37,7 @@ def compare_transforms_and_bq_rows():
total_successful_transforms += successful_transforms_ledgers

print(
f"Total successful transforms for {"{{ yesterday_ds }}"}: {total_successful_transforms}"
f"Total successful transforms for yesterday: {total_successful_transforms}"
)

# key_path = Variable.get("api_key_path")
Expand Down

0 comments on commit 03bfe06

Please sign in to comment.