Skip to content

Commit 8036d85

Browse files
align tests with old message
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 9361d92 commit 8036d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _get_chunk_link(self, chunk_index: int) -> Optional["ExternalLink"]:
208208
link = self._chunk_index_to_link.get(chunk_index, None)
209209
if not link:
210210
raise ServerOperationError(
211-
f"Unable to retrieve link for chunk {chunk_index}",
211+
f"Error fetching link for chunk {chunk_index}",
212212
{
213213
"operation-id": self._statement_id,
214214
"diagnostic-info": None,

0 commit comments

Comments
 (0)