@databricks/sdk-uc-tables 0.1.0-dev.5 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,15 +1,10 @@
1
1
  # @databricks/sdk-uc-tables
2
2
 
3
- > [!WARNING]
3
+ > [!NOTE]
4
4
  >
5
- > ## PREVIEW - NOT FOR PRODUCTION USE
5
+ > ## Beta
6
6
  >
7
- > **This SDK is in preview and is subject to change without notice.**
8
- >
9
- > - **Do NOT use in production environments**
10
- > - **Breaking changes may occur at any time**
11
- > - **APIs are experimental and unstable**
12
- > - **Use for development and testing only**
7
+ > **This SDK is in Beta and is supported for production use cases.** Interfaces might still change slightly before GA (e.g. name standardization and minor ergonomic tweaks). We are keen to hear feedback from early adopters — please [file issues](https://github.com/databricks/sdk-js/issues), and we will address them.
13
8
 
14
9
  ## Installation
15
10
 
@@ -72,7 +72,7 @@ export declare const DataSourceFormat: {
72
72
  };
73
73
  export type DataSourceFormat = (typeof DataSourceFormat)[keyof typeof DataSourceFormat] | (string & {});
74
74
  /**
75
- * Latest kind: CONNECTION_ADOBE_CAMPAIGNS_OAUTH_M2M = 345; Next id: 346.
75
+ * Latest kind: CONNECTION_CONFLUENT_SCHEMA_REGISTRY_BASIC = 346; Next id: 347.
76
76
  * Reserved numbers: 316, 317, 327, 330, 341 (former ENDPOINT_LLM_*,
77
77
  * MODEL_SERVICE_STANDARD, MODEL_SERVICE_SYSTEM_DELTASHARING, MCP_SERVICE_STANDARD).
78
78
  */
package/dist/v1/model.js CHANGED
@@ -73,7 +73,7 @@ export const DataSourceFormat = {
73
73
  ICEBERG: 'ICEBERG',
74
74
  };
75
75
  /**
76
- * Latest kind: CONNECTION_ADOBE_CAMPAIGNS_OAUTH_M2M = 345; Next id: 346.
76
+ * Latest kind: CONNECTION_CONFLUENT_SCHEMA_REGISTRY_BASIC = 346; Next id: 347.
77
77
  * Reserved numbers: 316, 317, 327, 330, 341 (former ENDPOINT_LLM_*,
78
78
  * MODEL_SERVICE_STANDARD, MODEL_SERVICE_SYSTEM_DELTASHARING, MCP_SERVICE_STANDARD).
79
79
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databricks/sdk-uc-tables",
3
- "version": "0.1.0-dev.5",
3
+ "version": "0.2.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,9 +33,9 @@
33
33
  "directory": "packages/uc/tables"
34
34
  },
35
35
  "dependencies": {
36
- "@databricks/sdk-auth": ">=0.1.0-dev.6 <1.0.0",
37
- "@databricks/sdk-core": ">=0.1.0-dev.7 <1.0.0",
38
- "@databricks/sdk-options": ">=0.1.0-dev.6 <1.0.0",
36
+ "@databricks/sdk-auth": ">=0.2.0 <1.0.0",
37
+ "@databricks/sdk-core": ">=0.2.0 <1.0.0",
38
+ "@databricks/sdk-options": ">=0.2.0 <1.0.0",
39
39
  "@js-temporal/polyfill": "^0.5.0",
40
40
  "json-bigint": "^1.0.0",
41
41
  "zod": "^4.3.6"