Skip to content

Commit

Permalink
double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 17, 2024
1 parent bf90f18 commit 4c1635c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def compare_transforms_and_bq_rows():
session.query(DagRun)
.filter(
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.execution_date >= yesterday.start_of("day"),
DagRun.execution_date < yesterday.add(days=1).start_of("day"),
DagRun.state == State.SUCCESS,
)
.all()
Expand Down

0 comments on commit 4c1635c

Please sign in to comment.