Skip to content

Commit 2ee24f1

Browse files
committed
add s3-object-name to TransformationResult.to_json
1 parent b724501 commit 2ee24f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

servicex_app/servicex_app/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ def to_json(cls, x):
374374
'request-id': x.request_id,
375375
'file-id': x.id,
376376
'file-path': x.file_path,
377+
's3-object-name': x.s3_object_name,
377378
'transform_status': x.transform_status,
378379
'transform_time': x.transform_time,
379380
'total-events': x.total_events,

0 commit comments

Comments
 (0)