Skip to content

Commit

Permalink
how many runs
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 19, 2024
1 parent 4ffa1b2 commit df44212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def get_from_combinedExport(**context):

gcs_hook = GCSHook(google_cloud_storage_conn_id="google_cloud_storage_default")

print(f"how many runs: {len(execution_dates)}")

for dag_run in execution_dates:
execution_date_str = dag_run.execution_date.strftime(
"%Y-%m-%d %H:%M:%S%z"
Expand Down

0 comments on commit df44212

Please sign in to comment.