Skip to content

Commit 9bb0090

Browse files
authored
Rename per-operation Spark URL hyperlinked text (#119)
1 parent f464003 commit 9bb0090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/dataproc_spark_connect/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def _display_operation_link(self, operation_id: str):
596596
return
597597
html_element = f"""
598598
<div>
599-
<p><a href="{url}">Spark UI</a> (Operation: {operation_id})</p>
599+
<p><a href="{url}">Spark Job</a> (Operation: {operation_id})</p>
600600
</div>
601601
"""
602602
display(HTML(html_element))

0 commit comments

Comments
 (0)