Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 17, 2024
1 parent 427a6b3 commit bf90f18
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 @@ -22,7 +22,7 @@ def compare_transforms_and_bq_rows():
DagRun.dag_id == "history_archive_without_captive_core",
DagRun.execution_date >= yesterday.start_of('day'),
DagRun.execution_date < yesterday.add(days=1).start_of('day'),
DagRun.state == State.SUCCESS
DagRun.state == State.SUCCESS,
)
.all()
)
Expand Down

0 comments on commit bf90f18

Please sign in to comment.