diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index 1a48101bf..d13bdc601 100755 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -b2acebf0af39a39d83fdac76ae48d761001e7052 \ No newline at end of file +6a87ce5c73a74bc2a55dc437e052bc86bb3ebce1 \ No newline at end of file diff --git a/databricks/sdk/service/catalog.py b/databricks/sdk/service/catalog.py index 8f6b78fb5..36c172645 100755 --- a/databricks/sdk/service/catalog.py +++ b/databricks/sdk/service/catalog.py @@ -9248,7 +9248,7 @@ def from_dict(cls, d: Dict[str, Any]) -> Securable: class SecurableKind(Enum): - """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""" TABLE_DB_STORAGE = "TABLE_DB_STORAGE" TABLE_DELTA = "TABLE_DELTA" diff --git a/databricks/sdk/service/jobs.py b/databricks/sdk/service/jobs.py index f21c157ec..c31589d56 100755 --- a/databricks/sdk/service/jobs.py +++ b/databricks/sdk/service/jobs.py @@ -3927,7 +3927,7 @@ class PeriodicTriggerConfigurationTimeUnit(Enum): @dataclass class PipelineParams: full_refresh: Optional[bool] = None - """If true, triggers a full refresh on the delta live table.""" + """If true, triggers a full refresh on the spark declarative pipeline.""" def as_dict(self) -> dict: """Serializes the PipelineParams into a dictionary suitable for use as a JSON request body.""" @@ -3955,7 +3955,7 @@ class PipelineTask: """The full name of the pipeline task to execute.""" full_refresh: Optional[bool] = None - """If true, triggers a full refresh on the delta live table.""" + """If true, triggers a full refresh on the spark declarative pipeline.""" def as_dict(self) -> dict: """Serializes the PipelineTask into a dictionary suitable for use as a JSON request body.""" diff --git a/databricks/sdk/service/supervisoragents.py b/databricks/sdk/service/supervisoragents.py index 5b5acae10..9d3a66a5f 100755 --- a/databricks/sdk/service/supervisoragents.py +++ b/databricks/sdk/service/supervisoragents.py @@ -273,7 +273,8 @@ def from_dict(cls, d: Dict[str, Any]) -> SupervisorAgent: class Tool: tool_type: str """Tool type. Must be one of: "genie_space", "knowledge_assistant", "uc_function", "uc_connection", - "app", "volume", "lakeview_dashboard", "serving_endpoint", "uc_table", "vector_search_index".""" + "app", "volume", "lakeview_dashboard", "serving_endpoint", "uc_table", "vector_search_index", + "catalog", "schema".""" description: str """Description of what this tool does (user-facing).""" @@ -478,7 +479,7 @@ def create_supervisor_agent(self, supervisor_agent: SupervisorAgent) -> Supervis def create_tool(self, parent: str, tool: Tool, tool_id: str) -> Tool: """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} diff --git a/docs/dbdataclasses/catalog.rst b/docs/dbdataclasses/catalog.rst index 0aaac9b29..11493ac1f 100755 --- a/docs/dbdataclasses/catalog.rst +++ b/docs/dbdataclasses/catalog.rst @@ -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" diff --git a/docs/workspace/supervisoragents/supervisor_agents.rst b/docs/workspace/supervisoragents/supervisor_agents.rst index c8515e69b..ddf390268 100755 --- a/docs/workspace/supervisoragents/supervisor_agents.rst +++ b/docs/workspace/supervisoragents/supervisor_agents.rst @@ -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}