Skip to content

Commit

Permalink
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 4f483a8 commit 3053880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def get_from_combinedExport(**context):

gcs_hook = GCSHook(google_cloud_storage_conn_id="google_cloud_storage_default")

for execution_date in execution_dates:
print(execution_date)
for dag_run in execution_dates:
print(dag_run.execution_date)

# Download the file and get its content, it runs 47 times day 16th of april
file_content = gcs_hook.download(
Expand Down

0 comments on commit 3053880

Please sign in to comment.