We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e94b commit 5013cd0Copy full SHA for 5013cd0
filenameprocessor/src/file_name_processor.py
@@ -45,7 +45,7 @@ def handle_record(record) -> dict:
45
46
vaccine_type = "unknown"
47
supplier = "unknown"
48
- expiry_timestamp = "not_set"
+ expiry_timestamp = "unknown"
49
50
if bucket_name != SOURCE_BUCKET_NAME:
51
return handle_unexpected_bucket_name(bucket_name, file_key)
0 commit comments