Skip to content

Commit

Permalink
print(dag_run.execution_date)
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 19, 2024
1 parent 14a108b commit 4a43503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,9 @@ def get_from_combinedExport(**context):

gcs_hook = GCSHook(google_cloud_storage_conn_id="google_cloud_storage_default")

for dag_run in execution_dates:
print(dag_run.execution_date)

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 4a43503

Please sign in to comment.