This commit is contained in:
Alekhya Kommasani 2023-08-09 08:55:42 -04:00
Родитель 0a39d766be
Коммит 3adc5cee8c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1104,6 +1104,7 @@ def read_file(name, config):
with gzip.open(gzfilename, "r") as f:
return json.loads(f.read())
# Retained s3 logic for backwards compatibility only due to the AWS to GCP migration
def write_file(name, stuff, config):
end_date = datetime.today()