debug s3 partitioning

This commit is contained in:
Kenneth Kehl
2024-10-03 07:00:07 -07:00
parent ae5c0d2d91
commit 4abd54094d
3 changed files with 10 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ def create_job(service_id):
original_file_name = data.get("original_file_name")
data.update({"service": service_id})
try:
current_app.logger.info(f"#s3-partitioning DATA IN CREATE_JOB: {data}")
data.update(**get_job_metadata_from_s3(service_id, data["id"]))
except KeyError:
raise InvalidRequest(