Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.
Browse files Browse the repository at this point in the history
laysabit committed Apr 17, 2024
1 parent 4c1635c commit 645d2c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
@@ -10,12 +10,13 @@


def compare_transforms_and_bq_rows():
yesterday = pendulum.datetime(2024, 4, 16, tz="UTC") # Try yesterday_ds again
# Try yesterday_ds again
yesterday = pendulum.datetime(2024, 4, 16, tz="UTC")
# Get all the execution dates for the current date
# Get the session from the settings
session = settings.Session()

# Get all the execution dates for the current date (yesterday)
# Get all the execution dates for the current date (yesterday)
execution_dates = (
session.query(DagRun)
.filter(

0 comments on commit 645d2c8

Please sign in to comment.