Skip to content

Commit 762454c

Browse files
authored
Merge pull request #7 from openstates/update-logs
Update logs to check dag run start
2 parents a61b013 + 72f774c commit 762454c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def download_files_from_gcs(file_path: str) -> None:
4848
bucket = cloud_storage_client.bucket(BUCKET_NAME)
4949
source_prefix = f"{SCRAPE_LAKE_PREFIX}/{file_path}"
5050

51+
logger.info(f"Attempting to download from {source_prefix}")
5152
blobs = bucket.list_blobs(prefix=source_prefix)
5253
datadir = f"_data/{file_path}"
5354
# Create local file directory

0 commit comments

Comments
 (0)