Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be0fc4f9ef0216589efada62b68de67c0c9913a1
8c885a1631a745503f153339052c53d6801b9dfe
2 changes: 1 addition & 1 deletion NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
* Add `column_selection` field for `databricks.sdk.service.ml.Function`.
* Add `cascade` field for `databricks.sdk.service.pipelines.DeletePipelineRequest`.
* Add `default_branch` field for `databricks.sdk.service.postgres.ProjectSpec`.
* Add `default_branch` field for `databricks.sdk.service.postgres.ProjectStatus`.
* Add `default_branch` field for `databricks.sdk.service.postgres.ProjectStatus`.
2 changes: 0 additions & 2 deletions databricks/sdk/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion databricks/sdk/service/sql.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dbdataclasses/sql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ These dataclasses are used in the SDK to represent API requests and responses fo

.. py:class:: QueryStatus

Statuses which are also used by OperationStatus in runtime
Statuses which are also used by OperationStatus in runtime. When adding a new QueryStatus, make sure to update com.databricks.sqlgateway.history.QueryStatusOrdering

.. py:attribute:: CANCELED
:value: "CANCELED"
Expand Down
Loading