Skip to content

Commit 81700a1

Browse files
committed
Add title to transform header
1 parent fb2e4f8 commit 81700a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ async def retrieve_current_transform_status(self):
338338
# Is this the first time we've polled status? We now know the request ID.
339339
# Update the display and set our download directory.
340340
if not self.current_status:
341-
rich.print(f"[bold]ServiceX Transform {s.request_id}[/bold]")
341+
rich.print(f"[bold]ServiceX Transform {s.title}: {s.request_id}[/bold]")
342342
self.download_path = self.cache.cache_path_for_transform(s)
343343

344344
self.current_status = s

0 commit comments

Comments
 (0)