diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index 56da24bf7..4bc23e887 100644 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -6a63813a81db5d1794c2b8cddd33db1cdbb85aa7 \ No newline at end of file +071223944153a8b9818864fcb3aac9847547e7b0 \ No newline at end of file diff --git a/databricks-sdk-java/src/main/java/com/databricks/sdk/service/catalog/ConnectionInfo.java b/databricks-sdk-java/src/main/java/com/databricks/sdk/service/catalog/ConnectionInfo.java old mode 100755 new mode 100644 index 948ca6bb2..6aad7c8f3 --- a/databricks-sdk-java/src/main/java/com/databricks/sdk/service/catalog/ConnectionInfo.java +++ b/databricks-sdk-java/src/main/java/com/databricks/sdk/service/catalog/ConnectionInfo.java @@ -8,7 +8,7 @@ import java.util.Map; import java.util.Objects; -/** Next ID: 23 */ +/** Next ID: 24 */ @Generated public class ConnectionInfo { /** User-provided free-form text description. */ diff --git a/databricks-sdk-java/src/main/java/com/databricks/sdk/service/dashboards/GenieSpace.java b/databricks-sdk-java/src/main/java/com/databricks/sdk/service/dashboards/GenieSpace.java old mode 100755 new mode 100644 index ba43cf50a..1ac43e67b --- a/databricks-sdk-java/src/main/java/com/databricks/sdk/service/dashboards/GenieSpace.java +++ b/databricks-sdk-java/src/main/java/com/databricks/sdk/service/dashboards/GenieSpace.java @@ -17,7 +17,11 @@ public class GenieSpace { * The contents of the Genie Space in serialized string form. This field is excluded in List Genie * spaces responses. Use the [Get Genie Space](:method:genie/getspace) API to retrieve an example * response, which includes the `serialized_space` field. This field provides the structure of the - * JSON string that represents the space's layout and components. + * JSON string that represents the space's layout and components. NOTE: Keep example in sync with: + * - docs/web/docs/genie/conversation-api.md - + * data-rooms/data-rooms/test/unit/entities/testdata/documentation_example_serialized_space.json + * NOTE: The proto example below is a simplified subset of the full JSON testdata file. See the + * testdata file for a comprehensive example with all fields. */ @JsonProperty("serialized_space") private String serializedSpace; diff --git a/databricks-sdk-java/src/main/java/com/databricks/sdk/service/database/DatabaseTable.java b/databricks-sdk-java/src/main/java/com/databricks/sdk/service/database/DatabaseTable.java old mode 100755 new mode 100644 index 8bae3d07a..c9247a81e --- a/databricks-sdk-java/src/main/java/com/databricks/sdk/service/database/DatabaseTable.java +++ b/databricks-sdk-java/src/main/java/com/databricks/sdk/service/database/DatabaseTable.java @@ -22,13 +22,11 @@ public class DatabaseTable { /** * Target Postgres database object (logical database) name for this table. * - *
When creating a table in a registered Postgres catalog, the target Postgres database name is - * inferred to be that of the registered catalog. If this field is specified in this scenario, the - * Postgres database name MUST match that of the registered catalog (or the request will be - * rejected). - * *
When creating a table in a standard catalog, this field is required. In this scenario, * specifying this field will allow targeting an arbitrary postgres database. + * + *
Registration of database tables via /database/tables is currently only supported in standard + * catalogs. */ @JsonProperty("logical_database_name") private String logicalDatabaseName;