From 6368f88056f252c640b06990c246a6a5c9742dce Mon Sep 17 00:00:00 2001 From: Laysa de Sousa Bitencourt Date: Wed, 17 Apr 2024 15:17:03 -0300 Subject: [PATCH] len(execution_dates) --- dags/stellar_etl_airflow/test_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/stellar_etl_airflow/test_sources.py b/dags/stellar_etl_airflow/test_sources.py index dbbcaad1..865ca88f 100644 --- a/dags/stellar_etl_airflow/test_sources.py +++ b/dags/stellar_etl_airflow/test_sources.py @@ -27,7 +27,7 @@ def compare_transforms_and_bq_rows(): ) .all() ) - print(f"Execution dates aaaaaaaare: {execution_dates}") + print(f"How many execution dates: {len(execution_dates)}") # Get the DAG dag_bag = DagBag()