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 @@
b2acebf0af39a39d83fdac76ae48d761001e7052
6a87ce5c73a74bc2a55dc437e052bc86bb3ebce1
2 changes: 1 addition & 1 deletion databricks/sdk/service/catalog.py

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

4 changes: 2 additions & 2 deletions databricks/sdk/service/jobs.py

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

5 changes: 3 additions & 2 deletions databricks/sdk/service/supervisoragents.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/catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ These dataclasses are used in the SDK to represent API requests and responses fo

.. py:class:: SecurableKind

Latest kind: CONNECTION_SLACK_ACCESS_AND_INTEGRATION_LOGS_OAUTH_U2M = 319; Next id: 320
Latest kind: CONNECTION_COMMUNITY_OAUTH_U2M_MAPPING = 322; Next id: 323

.. py:attribute:: TABLE_DB_STORAGE
:value: "TABLE_DB_STORAGE"
Expand Down
2 changes: 1 addition & 1 deletion docs/workspace/supervisoragents/supervisor_agents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

Creates a Tool under a Supervisor Agent. Specify one of "genie_space", "knowledge_assistant",
"uc_function", "uc_connection", "app", "volume", "lakeview_dashboard", "uc_table",
"vector_search_index" in the request body.
"vector_search_index", "catalog", "schema" in the request body.

:param parent: str
Parent resource where this tool will be created. Format: supervisor-agents/{supervisor_agent_id}
Expand Down
Loading