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 4e882e0 commit ea3aca2Copy full SHA for ea3aca2
servicex/query.py
@@ -338,7 +338,7 @@ async def retrieve_current_transform_status(self):
338
# Is this the first time we've polled status? We now know the request ID.
339
# Update the display and set our download directory.
340
if not self.current_status:
341
- rich.print(f"[bold]ServiceX Transform {s.request_id}[/bold]")
+ rich.print(f"[bold]ServiceX Transform {s.title}: {s.request_id}[/bold]")
342
self.download_path = self.cache.cache_path_for_transform(s)
343
344
self.current_status = s
0 commit comments