Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 24, 2024
1 parent 4b82742 commit c1e9771
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 @@ -107,7 +107,7 @@ def get_from_stateTables(**context):
# execution_date = context["execution_date"]
# yesterday = pendulum.instance(execution_date).subtract(days=1)
# yesterday = datetime.combine(yesterday, time(), tzinfo=pytz.timezone("UTC"))
yesterday = pendulum.datetime(2024, 4, 16, 0, 0, tz=pendulum.UTC)
yesterday = datetime(2024, 4, 16, 0, 0, tzinfo=pytz.UTC)

session = settings.Session()

Expand Down

0 comments on commit c1e9771

Please sign in to comment.