Skip to content

Commit 82f9d6b

Browse files
pass is_vl_op to Sea backend ExecuteResponse
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 8a138e8 commit 82f9d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def _results_message_to_execute_response(
353353
description=description,
354354
has_been_closed_server_side=False,
355355
lz4_compressed=lz4_compressed,
356-
is_staging_operation=False,
356+
is_staging_operation=response.manifest.is_volume_operation,
357357
arrow_schema_bytes=None,
358358
result_format=response.manifest.format,
359359
)

0 commit comments

Comments
 (0)