Skip to content

Commit

Permalink
Change check file to get update time
Browse files Browse the repository at this point in the history
  • Loading branch information
cayod committed Dec 12, 2023
1 parent 74c2076 commit 7769c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/stellar_etl_airflow/build_get_update_library_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def send_library_to_gcs(file_url, bucket_name, destination_blob_name):

def check_file_upload_date(bucket_name, file_name):
blob = create_gcs_blob(bucket_name, file_name)
return blob.time_created
return blob.update()

0 comments on commit 7769c9a

Please sign in to comment.