Skip to content

Commit

Permalink
execution_dates
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 17, 2024
1 parent 4596e66 commit 4a074b3
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 @@ -14,7 +14,7 @@ def compare_transforms_and_bq_rows():
execution_dates = DagRun.find(
dag_id="history_archive_without_captive_core", execution_date=yesterday
)
print(f"Execution dates: {execution_dates.execution_date}")
print(f"Execution dates aaaaaaaare: {execution_dates}")

# Get the DAG
dag_bag = DagBag()
Expand Down

0 comments on commit 4a074b3

Please sign in to comment.