Skip to content

Commit

Permalink
execution_date_str = execution_date_str[:-2] + ':' + execution_date_s…
Browse files Browse the repository at this point in the history
…tr[-2:]
  • Loading branch information
laysabit committed Apr 19, 2024
1 parent d880a26 commit 14a108b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def get_from_combinedExport(**context):
execution_date_str = dag_run.execution_date.strftime(
"%Y-%m-%d %H:%M:%S%z"
).replace(" ", "T")
print(f" EM STRING É:{execution_date_str}")
print(type(dag_run.execution_date))
execution_date_str = execution_date_str[:-2] + ":" + execution_date_str[-2:]

# 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 14a108b

Please sign in to comment.