Skip to content

Commit c32b281

Browse files
add link to doc of GetChunk response model
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent dd2864b commit c32b281

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,12 @@ def from_dict(cls, data: Dict[str, Any]) -> "CreateSessionResponse":
158158

159159
@dataclass
160160
class GetChunksResponse:
161-
"""Response from getting chunks for a statement."""
161+
"""
162+
Response from getting chunks for a statement.
163+
164+
The response model can be found in the docs, here:
165+
https://docs.databricks.com/api/workspace/statementexecution/getstatementresultchunkn
166+
"""
162167

163168
data: Optional[List[List[Any]]] = None
164169
external_links: Optional[List[ExternalLink]] = None

0 commit comments

Comments
 (0)