@databricks/sdk-globalinitscripts 0.1.0-dev.3 → 0.1.0-dev.5
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 +28 -0
- package/dist/v2/client.d.ts +3 -3
- package/dist/v2/client.d.ts.map +1 -1
- package/dist/v2/client.js +36 -33
- package/dist/v2/client.js.map +1 -1
- package/dist/v2/transport.d.ts +30 -2
- package/dist/v2/transport.d.ts.map +1 -1
- package/dist/v2/transport.js +33 -16
- package/dist/v2/transport.js.map +1 -1
- package/dist/v2/utils.d.ts.map +1 -1
- package/dist/v2/utils.js +2 -1
- package/dist/v2/utils.js.map +1 -1
- package/package.json +9 -5
- package/src/v2/client.ts +0 -240
- package/src/v2/index.ts +0 -16
- package/src/v2/model.ts +0 -188
- package/src/v2/transport.ts +0 -73
- package/src/v2/utils.ts +0 -156
package/README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# @databricks/sdk-globalinitscripts
|
|
2
|
+
|
|
3
|
+
> [!WARNING]
|
|
4
|
+
>
|
|
5
|
+
> ## PREVIEW - NOT FOR PRODUCTION USE
|
|
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**
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install @databricks/sdk-globalinitscripts
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
```typescript
|
|
23
|
+
import {GlobalInitScriptsClient} from '@databricks/sdk-globalinitscripts/v2';
|
|
24
|
+
|
|
25
|
+
const client = new GlobalInitScriptsClient({});
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
For a full getting-started guide, see the [root README](../../README.md).
|
package/dist/v2/client.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import type { CallOptions } from '@databricks/sdk-options/call';
|
|
|
2
2
|
import type { ClientOptions } from '@databricks/sdk-options/client';
|
|
3
3
|
import type { CreateGlobalInitScriptRequest, CreateGlobalInitScriptResponse, DeleteGlobalInitScriptRequest, DeleteGlobalInitScriptResponse, GetGlobalInitScriptRequest, GlobalInitScriptDetails, ListGlobalInitScriptsRequest, ListGlobalInitScriptsResponse, UpdateGlobalInitScriptRequest, UpdateGlobalInitScriptResponse } from './model';
|
|
4
4
|
export declare class GlobalInitScriptsClient {
|
|
5
|
-
private readonly
|
|
6
|
-
private readonly workspaceId;
|
|
7
|
-
private readonly httpClient;
|
|
5
|
+
private readonly options;
|
|
8
6
|
private readonly logger;
|
|
9
7
|
private readonly userAgent;
|
|
8
|
+
private config;
|
|
10
9
|
constructor(options: ClientOptions);
|
|
10
|
+
private resolveConfig;
|
|
11
11
|
/** Creates a new global init script in this workspace. */
|
|
12
12
|
createGlobalInitScript(req: CreateGlobalInitScriptRequest, options?: CallOptions): Promise<CreateGlobalInitScriptResponse>;
|
|
13
13
|
/** Deletes a global init script. */
|
package/dist/v2/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/v2/client.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,gCAAgC,CAAC;AAWlE,OAAO,KAAK,EACV,6BAA6B,EAC7B,8BAA8B,EAC9B,6BAA6B,EAC7B,8BAA8B,EAC9B,0BAA0B,EAC1B,uBAAuB,EACvB,4BAA4B,EAC5B,6BAA6B,EAC7B,6BAA6B,EAC7B,8BAA8B,EAC/B,MAAM,SAAS,CAAC;AAiBjB,qBAAa,uBAAuB;IAClC,OAAO,CAAC,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/v2/client.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,gCAAgC,CAAC;AAWlE,OAAO,KAAK,EACV,6BAA6B,EAC7B,8BAA8B,EAC9B,6BAA6B,EAC7B,8BAA8B,EAC9B,0BAA0B,EAC1B,uBAAuB,EACvB,4BAA4B,EAC5B,6BAA6B,EAC7B,6BAA6B,EAC7B,8BAA8B,EAC/B,MAAM,SAAS,CAAC;AAiBjB,qBAAa,uBAAuB;IAClC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAIhC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAS;IAInC,OAAO,CAAC,MAAM,CAA4C;gBAE9C,OAAO,EAAE,aAAa;IAUlC,OAAO,CAAC,aAAa;IAKrB,0DAA0D;IACpD,sBAAsB,CAC1B,GAAG,EAAE,6BAA6B,EAClC,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,8BAA8B,CAAC;IAgC1C,oCAAoC;IAC9B,sBAAsB,CAC1B,GAAG,EAAE,6BAA6B,EAClC,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,8BAA8B,CAAC;IA4B1C,+EAA+E;IACzE,mBAAmB,CACvB,GAAG,EAAE,0BAA0B,EAC/B,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,uBAAuB,CAAC;IAyBnC;;;OAGG;IACG,qBAAqB,CACzB,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,6BAA6B,CAAC;IA4BzC;;;OAGG;IACG,sBAAsB,CAC1B,GAAG,EAAE,6BAA6B,EAClC,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,8BAA8B,CAAC;CA+B3C"}
|
package/dist/v2/client.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { VERSION as AUTH_VERSION } from '@databricks/sdk-auth';
|
|
3
3
|
import { createDefault } from '@databricks/sdk-core/clientinfo';
|
|
4
4
|
import { NoOpLogger } from '@databricks/sdk-core/logger';
|
|
5
|
-
import {
|
|
5
|
+
import { resolveClientConfig } from './transport';
|
|
6
6
|
import { buildHttpRequest, executeCall, executeHttpCall, marshalRequest, parseResponse, } from './utils';
|
|
7
7
|
import pkgJson from '../../package.json' with { type: 'json' };
|
|
8
8
|
import { marshalCreateGlobalInitScriptRequestSchema, marshalUpdateGlobalInitScriptRequestSchema, unmarshalCreateGlobalInitScriptResponseSchema, unmarshalDeleteGlobalInitScriptResponseSchema, unmarshalGlobalInitScriptDetailsSchema, unmarshalListGlobalInitScriptsResponseSchema, unmarshalUpdateGlobalInitScriptResponseSchema, } from './model';
|
|
@@ -12,46 +12,45 @@ const PACKAGE_SEGMENT = {
|
|
|
12
12
|
value: pkgJson.version,
|
|
13
13
|
};
|
|
14
14
|
export class GlobalInitScriptsClient {
|
|
15
|
-
|
|
16
|
-
// Workspace ID used to route workspace-level calls on unified hosts (SPOG).
|
|
17
|
-
// When set, workspace-level methods send X-Databricks-Org-Id on every
|
|
18
|
-
// request.
|
|
19
|
-
workspaceId;
|
|
20
|
-
httpClient;
|
|
15
|
+
options;
|
|
21
16
|
logger;
|
|
22
17
|
// User-Agent header value. Composed once at construction from
|
|
23
18
|
// createDefault() merged with this package's identity and the active
|
|
24
19
|
// credential's name.
|
|
25
20
|
userAgent;
|
|
21
|
+
// Memoized configuration. The profile is resolved once, lazily, on the first
|
|
22
|
+
// request, then reused; host, workspaceId/accountId, and credentials are
|
|
23
|
+
// filled from it when not set explicitly on the options.
|
|
24
|
+
config;
|
|
26
25
|
constructor(options) {
|
|
27
|
-
|
|
28
|
-
throw new Error('Host is required.');
|
|
29
|
-
}
|
|
30
|
-
this.host = options.host.replace(/\/$/, '');
|
|
31
|
-
this.workspaceId = options.workspaceId;
|
|
26
|
+
this.options = options;
|
|
32
27
|
this.logger = options.logger ?? new NoOpLogger();
|
|
33
28
|
const info = createDefault()
|
|
34
29
|
.with(PACKAGE_SEGMENT)
|
|
35
30
|
.with({ key: 'sdk-js-auth', value: AUTH_VERSION })
|
|
36
31
|
.with({ key: 'auth', value: options.credentials?.name() ?? 'default' });
|
|
37
32
|
this.userAgent = info.toString();
|
|
38
|
-
|
|
33
|
+
}
|
|
34
|
+
resolveConfig() {
|
|
35
|
+
this.config ??= resolveClientConfig(this.options);
|
|
36
|
+
return this.config;
|
|
39
37
|
}
|
|
40
38
|
/** Creates a new global init script in this workspace. */
|
|
41
39
|
async createGlobalInitScript(req, options) {
|
|
42
|
-
const
|
|
40
|
+
const { host, workspaceId, httpClient } = await this.resolveConfig();
|
|
41
|
+
const url = `${host}/api/2.0/global-init-scripts`;
|
|
43
42
|
const body = marshalRequest(req, marshalCreateGlobalInitScriptRequestSchema);
|
|
44
43
|
let resp;
|
|
45
44
|
const call = async (callSignal) => {
|
|
46
45
|
const headers = new Headers({ 'Content-Type': 'application/json' });
|
|
47
|
-
if (
|
|
48
|
-
headers.set('X-Databricks-Org-Id',
|
|
46
|
+
if (workspaceId !== undefined) {
|
|
47
|
+
headers.set('X-Databricks-Org-Id', workspaceId);
|
|
49
48
|
}
|
|
50
49
|
headers.set('User-Agent', this.userAgent);
|
|
51
50
|
const httpReq = buildHttpRequest('POST', url, headers, callSignal, body);
|
|
52
51
|
const respBody = await executeHttpCall({
|
|
53
52
|
request: httpReq,
|
|
54
|
-
httpClient
|
|
53
|
+
httpClient,
|
|
55
54
|
logger: this.logger,
|
|
56
55
|
});
|
|
57
56
|
resp = parseResponse(respBody, unmarshalCreateGlobalInitScriptResponseSchema);
|
|
@@ -64,18 +63,19 @@ export class GlobalInitScriptsClient {
|
|
|
64
63
|
}
|
|
65
64
|
/** Deletes a global init script. */
|
|
66
65
|
async deleteGlobalInitScript(req, options) {
|
|
67
|
-
const
|
|
66
|
+
const { host, workspaceId, httpClient } = await this.resolveConfig();
|
|
67
|
+
const url = `${host}/api/2.0/global-init-scripts/${req.scriptId ?? ''}`;
|
|
68
68
|
let resp;
|
|
69
69
|
const call = async (callSignal) => {
|
|
70
70
|
const headers = new Headers();
|
|
71
|
-
if (
|
|
72
|
-
headers.set('X-Databricks-Org-Id',
|
|
71
|
+
if (workspaceId !== undefined) {
|
|
72
|
+
headers.set('X-Databricks-Org-Id', workspaceId);
|
|
73
73
|
}
|
|
74
74
|
headers.set('User-Agent', this.userAgent);
|
|
75
75
|
const httpReq = buildHttpRequest('DELETE', url, headers, callSignal);
|
|
76
76
|
const respBody = await executeHttpCall({
|
|
77
77
|
request: httpReq,
|
|
78
|
-
httpClient
|
|
78
|
+
httpClient,
|
|
79
79
|
logger: this.logger,
|
|
80
80
|
});
|
|
81
81
|
resp = parseResponse(respBody, unmarshalDeleteGlobalInitScriptResponseSchema);
|
|
@@ -88,18 +88,19 @@ export class GlobalInitScriptsClient {
|
|
|
88
88
|
}
|
|
89
89
|
/** Gets all the details of a script, including its Base64-encoded contents. */
|
|
90
90
|
async getGlobalInitScript(req, options) {
|
|
91
|
-
const
|
|
91
|
+
const { host, workspaceId, httpClient } = await this.resolveConfig();
|
|
92
|
+
const url = `${host}/api/2.0/global-init-scripts/${req.scriptId ?? ''}`;
|
|
92
93
|
let resp;
|
|
93
94
|
const call = async (callSignal) => {
|
|
94
95
|
const headers = new Headers();
|
|
95
|
-
if (
|
|
96
|
-
headers.set('X-Databricks-Org-Id',
|
|
96
|
+
if (workspaceId !== undefined) {
|
|
97
|
+
headers.set('X-Databricks-Org-Id', workspaceId);
|
|
97
98
|
}
|
|
98
99
|
headers.set('User-Agent', this.userAgent);
|
|
99
100
|
const httpReq = buildHttpRequest('GET', url, headers, callSignal);
|
|
100
101
|
const respBody = await executeHttpCall({
|
|
101
102
|
request: httpReq,
|
|
102
|
-
httpClient
|
|
103
|
+
httpClient,
|
|
103
104
|
logger: this.logger,
|
|
104
105
|
});
|
|
105
106
|
resp = parseResponse(respBody, unmarshalGlobalInitScriptDetailsSchema);
|
|
@@ -115,18 +116,19 @@ export class GlobalInitScriptsClient {
|
|
|
115
116
|
* To retrieve the contents of a script, use the [get a global init script](:method:globalinitscripts/get) operation.
|
|
116
117
|
*/
|
|
117
118
|
async listGlobalInitScripts(_req, options) {
|
|
118
|
-
const
|
|
119
|
+
const { host, workspaceId, httpClient } = await this.resolveConfig();
|
|
120
|
+
const url = `${host}/api/2.0/global-init-scripts`;
|
|
119
121
|
let resp;
|
|
120
122
|
const call = async (callSignal) => {
|
|
121
123
|
const headers = new Headers();
|
|
122
|
-
if (
|
|
123
|
-
headers.set('X-Databricks-Org-Id',
|
|
124
|
+
if (workspaceId !== undefined) {
|
|
125
|
+
headers.set('X-Databricks-Org-Id', workspaceId);
|
|
124
126
|
}
|
|
125
127
|
headers.set('User-Agent', this.userAgent);
|
|
126
128
|
const httpReq = buildHttpRequest('GET', url, headers, callSignal);
|
|
127
129
|
const respBody = await executeHttpCall({
|
|
128
130
|
request: httpReq,
|
|
129
|
-
httpClient
|
|
131
|
+
httpClient,
|
|
130
132
|
logger: this.logger,
|
|
131
133
|
});
|
|
132
134
|
resp = parseResponse(respBody, unmarshalListGlobalInitScriptsResponseSchema);
|
|
@@ -142,19 +144,20 @@ export class GlobalInitScriptsClient {
|
|
|
142
144
|
* Unspecified fields retain their current value.
|
|
143
145
|
*/
|
|
144
146
|
async updateGlobalInitScript(req, options) {
|
|
145
|
-
const
|
|
147
|
+
const { host, workspaceId, httpClient } = await this.resolveConfig();
|
|
148
|
+
const url = `${host}/api/2.0/global-init-scripts/${req.scriptId ?? ''}`;
|
|
146
149
|
const body = marshalRequest(req, marshalUpdateGlobalInitScriptRequestSchema);
|
|
147
150
|
let resp;
|
|
148
151
|
const call = async (callSignal) => {
|
|
149
152
|
const headers = new Headers({ 'Content-Type': 'application/json' });
|
|
150
|
-
if (
|
|
151
|
-
headers.set('X-Databricks-Org-Id',
|
|
153
|
+
if (workspaceId !== undefined) {
|
|
154
|
+
headers.set('X-Databricks-Org-Id', workspaceId);
|
|
152
155
|
}
|
|
153
156
|
headers.set('User-Agent', this.userAgent);
|
|
154
157
|
const httpReq = buildHttpRequest('PATCH', url, headers, callSignal, body);
|
|
155
158
|
const respBody = await executeHttpCall({
|
|
156
159
|
request: httpReq,
|
|
157
|
-
httpClient
|
|
160
|
+
httpClient,
|
|
158
161
|
logger: this.logger,
|
|
159
162
|
});
|
|
160
163
|
resp = parseResponse(respBody, unmarshalUpdateGlobalInitScriptResponseSchema);
|
package/dist/v2/client.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../src/v2/client.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAE/E,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,aAAa,EAAC,MAAM,iCAAiC,CAAC;AAE9D,OAAO,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAC;AAIvD,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../src/v2/client.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAE/E,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,aAAa,EAAC,MAAM,iCAAiC,CAAC;AAE9D,OAAO,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAC;AAIvD,OAAO,EAAC,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAChD,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,eAAe,EACf,cAAc,EACd,aAAa,GACd,MAAM,SAAS,CAAC;AACjB,OAAO,OAAO,MAAM,oBAAoB,CAAC,OAAM,IAAI,EAAE,MAAM,EAAC,CAAC;AAa7D,OAAO,EACL,0CAA0C,EAC1C,0CAA0C,EAC1C,6CAA6C,EAC7C,6CAA6C,EAC7C,sCAAsC,EACtC,4CAA4C,EAC5C,6CAA6C,GAC9C,MAAM,SAAS,CAAC;AAEjB,gFAAgF;AAChF,MAAM,eAAe,GAAG;IACtB,GAAG,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,eAAe,EAAE,EAAE,CAAC;IAC1D,KAAK,EAAE,OAAO,CAAC,OAAO;CACvB,CAAC;AAEF,MAAM,OAAO,uBAAuB;IACjB,OAAO,CAAgB;IACvB,MAAM,CAAS;IAChC,8DAA8D;IAC9D,qEAAqE;IACrE,qBAAqB;IACJ,SAAS,CAAS;IACnC,6EAA6E;IAC7E,yEAAyE;IACzE,yDAAyD;IACjD,MAAM,CAA4C;IAE1D,YAAY,OAAsB;QAChC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,IAAI,IAAI,UAAU,EAAE,CAAC;QACjD,MAAM,IAAI,GAAG,aAAa,EAAE;aACzB,IAAI,CAAC,eAAe,CAAC;aACrB,IAAI,CAAC,EAAC,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,YAAY,EAAC,CAAC;aAC/C,IAAI,CAAC,EAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE,IAAI,SAAS,EAAC,CAAC,CAAC;QACxE,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;IACnC,CAAC;IAEO,aAAa;QACnB,IAAI,CAAC,MAAM,KAAK,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClD,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,0DAA0D;IAC1D,KAAK,CAAC,sBAAsB,CAC1B,GAAkC,EAClC,OAAqB;QAErB,MAAM,EAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC;QACnE,MAAM,GAAG,GAAG,GAAG,IAAI,8BAA8B,CAAC;QAClD,MAAM,IAAI,GAAG,cAAc,CACzB,GAAG,EACH,0CAA0C,CAC3C,CAAC;QACF,IAAI,IAAgD,CAAC;QACrD,MAAM,IAAI,GAAG,KAAK,EAAE,UAAwB,EAAiB,EAAE;YAC7D,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC,EAAC,cAAc,EAAE,kBAAkB,EAAC,CAAC,CAAC;YAClE,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC9B,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,WAAW,CAAC,CAAC;YAClD,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC1C,MAAM,OAAO,GAAG,gBAAgB,CAAC,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;YACzE,MAAM,QAAQ,GAAG,MAAM,eAAe,CAAC;gBACrC,OAAO,EAAE,OAAO;gBAChB,UAAU;gBACV,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC,CAAC;YACH,IAAI,GAAG,aAAa,CAClB,QAAQ,EACR,6CAA6C,CAC9C,CAAC;QACJ,CAAC,CAAC;QACF,MAAM,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACjC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;QAC3D,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,oCAAoC;IACpC,KAAK,CAAC,sBAAsB,CAC1B,GAAkC,EAClC,OAAqB;QAErB,MAAM,EAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC;QACnE,MAAM,GAAG,GAAG,GAAG,IAAI,gCAAgC,GAAG,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;QACxE,IAAI,IAAgD,CAAC;QACrD,MAAM,IAAI,GAAG,KAAK,EAAE,UAAwB,EAAiB,EAAE;YAC7D,MAAM,OAAO,GAAG,IAAI,OAAO,EAAE,CAAC;YAC9B,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC9B,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,WAAW,CAAC,CAAC;YAClD,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC1C,MAAM,OAAO,GAAG,gBAAgB,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC;YACrE,MAAM,QAAQ,GAAG,MAAM,eAAe,CAAC;gBACrC,OAAO,EAAE,OAAO;gBAChB,UAAU;gBACV,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC,CAAC;YACH,IAAI,GAAG,aAAa,CAClB,QAAQ,EACR,6CAA6C,CAC9C,CAAC;QACJ,CAAC,CAAC;QACF,MAAM,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACjC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;QAC3D,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,+EAA+E;IAC/E,KAAK,CAAC,mBAAmB,CACvB,GAA+B,EAC/B,OAAqB;QAErB,MAAM,EAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC;QACnE,MAAM,GAAG,GAAG,GAAG,IAAI,gCAAgC,GAAG,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;QACxE,IAAI,IAAyC,CAAC;QAC9C,MAAM,IAAI,GAAG,KAAK,EAAE,UAAwB,EAAiB,EAAE;YAC7D,MAAM,OAAO,GAAG,IAAI,OAAO,EAAE,CAAC;YAC9B,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC9B,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,WAAW,CAAC,CAAC;YAClD,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC1C,MAAM,OAAO,GAAG,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC;YAClE,MAAM,QAAQ,GAAG,MAAM,eAAe,CAAC;gBACrC,OAAO,EAAE,OAAO;gBAChB,UAAU;gBACV,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC,CAAC;YACH,IAAI,GAAG,aAAa,CAAC,QAAQ,EAAE,sCAAsC,CAAC,CAAC;QACzE,CAAC,CAAC;QACF,MAAM,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACjC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;QAC3D,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,qBAAqB,CACzB,IAAkC,EAClC,OAAqB;QAErB,MAAM,EAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC;QACnE,MAAM,GAAG,GAAG,GAAG,IAAI,8BAA8B,CAAC;QAClD,IAAI,IAA+C,CAAC;QACpD,MAAM,IAAI,GAAG,KAAK,EAAE,UAAwB,EAAiB,EAAE;YAC7D,MAAM,OAAO,GAAG,IAAI,OAAO,EAAE,CAAC;YAC9B,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC9B,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,WAAW,CAAC,CAAC;YAClD,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC1C,MAAM,OAAO,GAAG,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC;YAClE,MAAM,QAAQ,GAAG,MAAM,eAAe,CAAC;gBACrC,OAAO,EAAE,OAAO;gBAChB,UAAU;gBACV,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC,CAAC;YACH,IAAI,GAAG,aAAa,CAClB,QAAQ,EACR,4CAA4C,CAC7C,CAAC;QACJ,CAAC,CAAC;QACF,MAAM,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACjC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;QAC3D,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,sBAAsB,CAC1B,GAAkC,EAClC,OAAqB;QAErB,MAAM,EAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAC,GAAG,MAAM,IAAI,CAAC,aAAa,EAAE,CAAC;QACnE,MAAM,GAAG,GAAG,GAAG,IAAI,gCAAgC,GAAG,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;QACxE,MAAM,IAAI,GAAG,cAAc,CACzB,GAAG,EACH,0CAA0C,CAC3C,CAAC;QACF,IAAI,IAAgD,CAAC;QACrD,MAAM,IAAI,GAAG,KAAK,EAAE,UAAwB,EAAiB,EAAE;YAC7D,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC,EAAC,cAAc,EAAE,kBAAkB,EAAC,CAAC,CAAC;YAClE,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;gBAC9B,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,WAAW,CAAC,CAAC;YAClD,CAAC;YACD,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;YAC1C,MAAM,OAAO,GAAG,gBAAgB,CAAC,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;YAC1E,MAAM,QAAQ,GAAG,MAAM,eAAe,CAAC;gBACrC,OAAO,EAAE,OAAO;gBAChB,UAAU;gBACV,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC,CAAC;YACH,IAAI,GAAG,aAAa,CAClB,QAAQ,EACR,6CAA6C,CAC9C,CAAC;QACJ,CAAC,CAAC;QACF,MAAM,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACjC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;QAC3D,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;CACF"}
|
package/dist/v2/transport.d.ts
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
import type { HttpClient } from '@databricks/sdk-core/http';
|
|
2
2
|
import type { ClientOptions } from '@databricks/sdk-options/client';
|
|
3
|
-
/**
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* The configuration a client needs to issue requests, resolved from
|
|
5
|
+
* {@link ClientOptions} and a configuration profile.
|
|
6
|
+
*/
|
|
7
|
+
export interface ResolvedClientConfig {
|
|
8
|
+
/** Host with any trailing slash removed. */
|
|
9
|
+
host: string;
|
|
10
|
+
/**
|
|
11
|
+
* Default account ID for account-level paths that contain an account_id
|
|
12
|
+
* segment. A request's own accountId still wins.
|
|
13
|
+
*/
|
|
14
|
+
accountId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Workspace ID used to route workspace-level calls on unified hosts (SPOG).
|
|
17
|
+
*/
|
|
18
|
+
workspaceId?: string;
|
|
19
|
+
/** HTTP client with authentication, and any configured timeout, applied. */
|
|
20
|
+
httpClient: HttpClient;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Resolves {@link ClientOptions} into a {@link ResolvedClientConfig}.
|
|
24
|
+
*
|
|
25
|
+
* A configuration profile is always resolved from the config file and
|
|
26
|
+
* environment variables (per options.profileOptions); it supplies host,
|
|
27
|
+
* accountId, workspaceId, and credentials wherever the caller did not set them
|
|
28
|
+
* explicitly. Explicit options always take precedence.
|
|
29
|
+
*
|
|
30
|
+
* @throws if host is neither provided nor present in the resolved profile.
|
|
31
|
+
*/
|
|
32
|
+
export declare function resolveClientConfig(options: ClientOptions): Promise<ResolvedClientConfig>;
|
|
5
33
|
//# sourceMappingURL=transport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transport.d.ts","sourceRoot":"","sources":["../../src/v2/transport.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,UAAU,EAGX,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"transport.d.ts","sourceRoot":"","sources":["../../src/v2/transport.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,UAAU,EAGX,MAAM,2BAA2B,CAAC;AAInC,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,gCAAgC,CAAC;AAElE;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC,4CAA4C;IAC5C,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,4EAA4E;IAC5E,UAAU,EAAE,UAAU,CAAC;CACxB;AAED;;;;;;;;;GASG;AACH,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,aAAa,GACrB,OAAO,CAAC,oBAAoB,CAAC,CA4B/B"}
|
package/dist/v2/transport.js
CHANGED
|
@@ -1,24 +1,41 @@
|
|
|
1
1
|
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
2
|
import { defaultCredentials } from '@databricks/sdk-auth/credentials';
|
|
3
3
|
import { newFetchHttpClient } from '@databricks/sdk-core/http';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
4
|
+
import { resolve } from '@databricks/sdk-core/profiles';
|
|
5
|
+
/**
|
|
6
|
+
* Resolves {@link ClientOptions} into a {@link ResolvedClientConfig}.
|
|
7
|
+
*
|
|
8
|
+
* A configuration profile is always resolved from the config file and
|
|
9
|
+
* environment variables (per options.profileOptions); it supplies host,
|
|
10
|
+
* accountId, workspaceId, and credentials wherever the caller did not set them
|
|
11
|
+
* explicitly. Explicit options always take precedence.
|
|
12
|
+
*
|
|
13
|
+
* @throws if host is neither provided nor present in the resolved profile.
|
|
14
|
+
*/
|
|
15
|
+
export async function resolveClientConfig(options) {
|
|
16
|
+
const profile = await resolve(options.profileOptions);
|
|
17
|
+
const host = options.host ?? profile.host;
|
|
18
|
+
if (host === undefined) {
|
|
19
|
+
throw new Error('Host is required.');
|
|
14
20
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
// The provided httpClient (or the default fetch client) is the base wire;
|
|
22
|
+
// authentication and the optional timeout are layered on top of it. The
|
|
23
|
+
// default credential chain reuses the profile resolved above so that the
|
|
24
|
+
// same profileOptions govern host and authentication alike.
|
|
25
|
+
const base = options.httpClient ?? newFetchHttpClient();
|
|
26
|
+
const credentials = options.credentials ?? defaultCredentials({ profile });
|
|
27
|
+
let httpClient = new AuthHttpClient(base, credentials);
|
|
28
|
+
if (options.timeout !== undefined) {
|
|
29
|
+
httpClient = new TimeoutHttpClient(httpClient, options.timeout);
|
|
20
30
|
}
|
|
21
|
-
|
|
31
|
+
const accountId = options.accountId ?? profile.accountId;
|
|
32
|
+
const workspaceId = options.workspaceId ?? profile.workspaceId;
|
|
33
|
+
return {
|
|
34
|
+
host: host.replace(/\/$/, ''),
|
|
35
|
+
httpClient,
|
|
36
|
+
...(accountId !== undefined && { accountId }),
|
|
37
|
+
...(workspaceId !== undefined && { workspaceId }),
|
|
38
|
+
};
|
|
22
39
|
}
|
|
23
40
|
/** Wraps an HttpClient and adds authentication headers to requests. */
|
|
24
41
|
class AuthHttpClient {
|
package/dist/v2/transport.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transport.js","sourceRoot":"","sources":["../../src/v2/transport.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAG/E,OAAO,EAAC,kBAAkB,EAAC,MAAM,kCAAkC,CAAC;AAMpE,OAAO,EAAC,kBAAkB,EAAC,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"transport.js","sourceRoot":"","sources":["../../src/v2/transport.ts"],"names":[],"mappings":"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"}
|
package/dist/v2/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/v2/utils.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,UAAU,EACV,WAAW,EAEZ,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAE9D,OAAO,KAAK,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAO3B,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB;AAED;;;;GAIG;AACH,wBAAsB,WAAW,CAC/B,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,EAC7C,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,IAAI,CAAC,CASf;AA2BD,wBAAsB,eAAe,CACnC,IAAI,EAAE,eAAe,GACpB,OAAO,CAAC,UAAU,CAAC,CA2BrB;AAED,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,WAAW,EACpB,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC,UAAU,CAAC,GACzC,WAAW,CASb;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/v2/utils.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,UAAU,EACV,WAAW,EAEZ,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAE9D,OAAO,KAAK,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAO3B,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CACzB;AAED;;;;GAIG;AACH,wBAAsB,WAAW,CAC/B,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,EAC7C,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,IAAI,CAAC,CASf;AA2BD,wBAAsB,eAAe,CACnC,IAAI,EAAE,eAAe,GACpB,OAAO,CAAC,UAAU,CAAC,CA2BrB;AAED,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,WAAW,EACpB,IAAI,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC,UAAU,CAAC,GACzC,WAAW,CASb;AAED,wBAAgB,aAAa,CAAC,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAK1E;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC,OAAO,GAAG,MAAM,CAEvE;AAED,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,OAAO,EACd,MAAM,EAAE,eAAe,GACtB,IAAI,CAuBN"}
|
package/dist/v2/utils.js
CHANGED
|
@@ -79,7 +79,8 @@ export function buildHttpRequest(method, url, headers, signal, body) {
|
|
|
79
79
|
}
|
|
80
80
|
export function parseResponse(body, schema) {
|
|
81
81
|
const text = new TextDecoder().decode(body);
|
|
82
|
-
|
|
82
|
+
// 204 responses return an empty body; treat as `{}`.
|
|
83
|
+
const parsed = text === '' ? {} : jsonBigint.parse(text);
|
|
83
84
|
return schema.parse(parsed);
|
|
84
85
|
}
|
|
85
86
|
export function marshalRequest(data, schema) {
|
package/dist/v2/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/v2/utils.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/v2/utils.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databricks/sdk-globalinitscripts",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
|
-
"src",
|
|
16
15
|
"LICENSE"
|
|
17
16
|
],
|
|
18
17
|
"scripts": {
|
|
@@ -28,10 +27,15 @@
|
|
|
28
27
|
},
|
|
29
28
|
"author": "Databricks",
|
|
30
29
|
"license": "Apache-2.0",
|
|
30
|
+
"repository": {
|
|
31
|
+
"type": "git",
|
|
32
|
+
"url": "https://github.com/databricks/sdk-js.git",
|
|
33
|
+
"directory": "packages/globalinitscripts"
|
|
34
|
+
},
|
|
31
35
|
"dependencies": {
|
|
32
|
-
"@databricks/sdk-auth": ">=0.1.0-dev.
|
|
33
|
-
"@databricks/sdk-core": ">=0.1.0-dev.
|
|
34
|
-
"@databricks/sdk-options": ">=0.1.0-dev.
|
|
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",
|
|
35
39
|
"@js-temporal/polyfill": "^0.5.0",
|
|
36
40
|
"json-bigint": "^1.0.0",
|
|
37
41
|
"zod": "^4.3.6"
|
package/src/v2/client.ts
DELETED
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
import {VERSION as AUTH_VERSION} from '@databricks/sdk-auth';
|
|
4
|
-
import {createDefault} from '@databricks/sdk-core/clientinfo';
|
|
5
|
-
import type {Logger} from '@databricks/sdk-core/logger';
|
|
6
|
-
import {NoOpLogger} from '@databricks/sdk-core/logger';
|
|
7
|
-
import type {CallOptions} from '@databricks/sdk-options/call';
|
|
8
|
-
import type {ClientOptions} from '@databricks/sdk-options/client';
|
|
9
|
-
import type {HttpClient} from '@databricks/sdk-core/http';
|
|
10
|
-
import {newHttpClient} from './transport';
|
|
11
|
-
import {
|
|
12
|
-
buildHttpRequest,
|
|
13
|
-
executeCall,
|
|
14
|
-
executeHttpCall,
|
|
15
|
-
marshalRequest,
|
|
16
|
-
parseResponse,
|
|
17
|
-
} from './utils';
|
|
18
|
-
import pkgJson from '../../package.json' with {type: 'json'};
|
|
19
|
-
import type {
|
|
20
|
-
CreateGlobalInitScriptRequest,
|
|
21
|
-
CreateGlobalInitScriptResponse,
|
|
22
|
-
DeleteGlobalInitScriptRequest,
|
|
23
|
-
DeleteGlobalInitScriptResponse,
|
|
24
|
-
GetGlobalInitScriptRequest,
|
|
25
|
-
GlobalInitScriptDetails,
|
|
26
|
-
ListGlobalInitScriptsRequest,
|
|
27
|
-
ListGlobalInitScriptsResponse,
|
|
28
|
-
UpdateGlobalInitScriptRequest,
|
|
29
|
-
UpdateGlobalInitScriptResponse,
|
|
30
|
-
} from './model';
|
|
31
|
-
import {
|
|
32
|
-
marshalCreateGlobalInitScriptRequestSchema,
|
|
33
|
-
marshalUpdateGlobalInitScriptRequestSchema,
|
|
34
|
-
unmarshalCreateGlobalInitScriptResponseSchema,
|
|
35
|
-
unmarshalDeleteGlobalInitScriptResponseSchema,
|
|
36
|
-
unmarshalGlobalInitScriptDetailsSchema,
|
|
37
|
-
unmarshalListGlobalInitScriptsResponseSchema,
|
|
38
|
-
unmarshalUpdateGlobalInitScriptResponseSchema,
|
|
39
|
-
} from './model';
|
|
40
|
-
|
|
41
|
-
// Package identity segment for this client to be used in the User-Agent header.
|
|
42
|
-
const PACKAGE_SEGMENT = {
|
|
43
|
-
key: 'sdk-js-' + pkgJson.name.replace(/^@[^/]+\/sdk-/, ''),
|
|
44
|
-
value: pkgJson.version,
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export class GlobalInitScriptsClient {
|
|
48
|
-
private readonly host: string;
|
|
49
|
-
// Workspace ID used to route workspace-level calls on unified hosts (SPOG).
|
|
50
|
-
// When set, workspace-level methods send X-Databricks-Org-Id on every
|
|
51
|
-
// request.
|
|
52
|
-
private readonly workspaceId: string | undefined;
|
|
53
|
-
private readonly httpClient: HttpClient;
|
|
54
|
-
private readonly logger: Logger;
|
|
55
|
-
// User-Agent header value. Composed once at construction from
|
|
56
|
-
// createDefault() merged with this package's identity and the active
|
|
57
|
-
// credential's name.
|
|
58
|
-
private readonly userAgent: string;
|
|
59
|
-
|
|
60
|
-
constructor(options: ClientOptions) {
|
|
61
|
-
if (options.host === undefined) {
|
|
62
|
-
throw new Error('Host is required.');
|
|
63
|
-
}
|
|
64
|
-
this.host = options.host.replace(/\/$/, '');
|
|
65
|
-
this.workspaceId = options.workspaceId;
|
|
66
|
-
this.logger = options.logger ?? new NoOpLogger();
|
|
67
|
-
const info = createDefault()
|
|
68
|
-
.with(PACKAGE_SEGMENT)
|
|
69
|
-
.with({key: 'sdk-js-auth', value: AUTH_VERSION})
|
|
70
|
-
.with({key: 'auth', value: options.credentials?.name() ?? 'default'});
|
|
71
|
-
this.userAgent = info.toString();
|
|
72
|
-
this.httpClient = newHttpClient(options);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/** Creates a new global init script in this workspace. */
|
|
76
|
-
async createGlobalInitScript(
|
|
77
|
-
req: CreateGlobalInitScriptRequest,
|
|
78
|
-
options?: CallOptions
|
|
79
|
-
): Promise<CreateGlobalInitScriptResponse> {
|
|
80
|
-
const url = `${this.host}/api/2.0/global-init-scripts`;
|
|
81
|
-
const body = marshalRequest(
|
|
82
|
-
req,
|
|
83
|
-
marshalCreateGlobalInitScriptRequestSchema
|
|
84
|
-
);
|
|
85
|
-
let resp: CreateGlobalInitScriptResponse | undefined;
|
|
86
|
-
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
87
|
-
const headers = new Headers({'Content-Type': 'application/json'});
|
|
88
|
-
if (this.workspaceId !== undefined) {
|
|
89
|
-
headers.set('X-Databricks-Org-Id', this.workspaceId);
|
|
90
|
-
}
|
|
91
|
-
headers.set('User-Agent', this.userAgent);
|
|
92
|
-
const httpReq = buildHttpRequest('POST', url, headers, callSignal, body);
|
|
93
|
-
const respBody = await executeHttpCall({
|
|
94
|
-
request: httpReq,
|
|
95
|
-
httpClient: this.httpClient,
|
|
96
|
-
logger: this.logger,
|
|
97
|
-
});
|
|
98
|
-
resp = parseResponse(
|
|
99
|
-
respBody,
|
|
100
|
-
unmarshalCreateGlobalInitScriptResponseSchema
|
|
101
|
-
);
|
|
102
|
-
};
|
|
103
|
-
await executeCall(call, options);
|
|
104
|
-
if (resp === undefined) {
|
|
105
|
-
throw new Error('operation completed without a result.');
|
|
106
|
-
}
|
|
107
|
-
return resp;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
/** Deletes a global init script. */
|
|
111
|
-
async deleteGlobalInitScript(
|
|
112
|
-
req: DeleteGlobalInitScriptRequest,
|
|
113
|
-
options?: CallOptions
|
|
114
|
-
): Promise<DeleteGlobalInitScriptResponse> {
|
|
115
|
-
const url = `${this.host}/api/2.0/global-init-scripts/${req.scriptId ?? ''}`;
|
|
116
|
-
let resp: DeleteGlobalInitScriptResponse | undefined;
|
|
117
|
-
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
118
|
-
const headers = new Headers();
|
|
119
|
-
if (this.workspaceId !== undefined) {
|
|
120
|
-
headers.set('X-Databricks-Org-Id', this.workspaceId);
|
|
121
|
-
}
|
|
122
|
-
headers.set('User-Agent', this.userAgent);
|
|
123
|
-
const httpReq = buildHttpRequest('DELETE', url, headers, callSignal);
|
|
124
|
-
const respBody = await executeHttpCall({
|
|
125
|
-
request: httpReq,
|
|
126
|
-
httpClient: this.httpClient,
|
|
127
|
-
logger: this.logger,
|
|
128
|
-
});
|
|
129
|
-
resp = parseResponse(
|
|
130
|
-
respBody,
|
|
131
|
-
unmarshalDeleteGlobalInitScriptResponseSchema
|
|
132
|
-
);
|
|
133
|
-
};
|
|
134
|
-
await executeCall(call, options);
|
|
135
|
-
if (resp === undefined) {
|
|
136
|
-
throw new Error('operation completed without a result.');
|
|
137
|
-
}
|
|
138
|
-
return resp;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/** Gets all the details of a script, including its Base64-encoded contents. */
|
|
142
|
-
async getGlobalInitScript(
|
|
143
|
-
req: GetGlobalInitScriptRequest,
|
|
144
|
-
options?: CallOptions
|
|
145
|
-
): Promise<GlobalInitScriptDetails> {
|
|
146
|
-
const url = `${this.host}/api/2.0/global-init-scripts/${req.scriptId ?? ''}`;
|
|
147
|
-
let resp: GlobalInitScriptDetails | undefined;
|
|
148
|
-
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
149
|
-
const headers = new Headers();
|
|
150
|
-
if (this.workspaceId !== undefined) {
|
|
151
|
-
headers.set('X-Databricks-Org-Id', this.workspaceId);
|
|
152
|
-
}
|
|
153
|
-
headers.set('User-Agent', this.userAgent);
|
|
154
|
-
const httpReq = buildHttpRequest('GET', url, headers, callSignal);
|
|
155
|
-
const respBody = await executeHttpCall({
|
|
156
|
-
request: httpReq,
|
|
157
|
-
httpClient: this.httpClient,
|
|
158
|
-
logger: this.logger,
|
|
159
|
-
});
|
|
160
|
-
resp = parseResponse(respBody, unmarshalGlobalInitScriptDetailsSchema);
|
|
161
|
-
};
|
|
162
|
-
await executeCall(call, options);
|
|
163
|
-
if (resp === undefined) {
|
|
164
|
-
throw new Error('operation completed without a result.');
|
|
165
|
-
}
|
|
166
|
-
return resp;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/**
|
|
170
|
-
* Get a list of all global init scripts for this workspace. This returns all properties for each script but **not** the script contents.
|
|
171
|
-
* To retrieve the contents of a script, use the [get a global init script](:method:globalinitscripts/get) operation.
|
|
172
|
-
*/
|
|
173
|
-
async listGlobalInitScripts(
|
|
174
|
-
_req: ListGlobalInitScriptsRequest,
|
|
175
|
-
options?: CallOptions
|
|
176
|
-
): Promise<ListGlobalInitScriptsResponse> {
|
|
177
|
-
const url = `${this.host}/api/2.0/global-init-scripts`;
|
|
178
|
-
let resp: ListGlobalInitScriptsResponse | undefined;
|
|
179
|
-
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
180
|
-
const headers = new Headers();
|
|
181
|
-
if (this.workspaceId !== undefined) {
|
|
182
|
-
headers.set('X-Databricks-Org-Id', this.workspaceId);
|
|
183
|
-
}
|
|
184
|
-
headers.set('User-Agent', this.userAgent);
|
|
185
|
-
const httpReq = buildHttpRequest('GET', url, headers, callSignal);
|
|
186
|
-
const respBody = await executeHttpCall({
|
|
187
|
-
request: httpReq,
|
|
188
|
-
httpClient: this.httpClient,
|
|
189
|
-
logger: this.logger,
|
|
190
|
-
});
|
|
191
|
-
resp = parseResponse(
|
|
192
|
-
respBody,
|
|
193
|
-
unmarshalListGlobalInitScriptsResponseSchema
|
|
194
|
-
);
|
|
195
|
-
};
|
|
196
|
-
await executeCall(call, options);
|
|
197
|
-
if (resp === undefined) {
|
|
198
|
-
throw new Error('operation completed without a result.');
|
|
199
|
-
}
|
|
200
|
-
return resp;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
/**
|
|
204
|
-
* Updates a global init script, specifying only the fields to change. All fields are optional.
|
|
205
|
-
* Unspecified fields retain their current value.
|
|
206
|
-
*/
|
|
207
|
-
async updateGlobalInitScript(
|
|
208
|
-
req: UpdateGlobalInitScriptRequest,
|
|
209
|
-
options?: CallOptions
|
|
210
|
-
): Promise<UpdateGlobalInitScriptResponse> {
|
|
211
|
-
const url = `${this.host}/api/2.0/global-init-scripts/${req.scriptId ?? ''}`;
|
|
212
|
-
const body = marshalRequest(
|
|
213
|
-
req,
|
|
214
|
-
marshalUpdateGlobalInitScriptRequestSchema
|
|
215
|
-
);
|
|
216
|
-
let resp: UpdateGlobalInitScriptResponse | undefined;
|
|
217
|
-
const call = async (callSignal?: AbortSignal): Promise<void> => {
|
|
218
|
-
const headers = new Headers({'Content-Type': 'application/json'});
|
|
219
|
-
if (this.workspaceId !== undefined) {
|
|
220
|
-
headers.set('X-Databricks-Org-Id', this.workspaceId);
|
|
221
|
-
}
|
|
222
|
-
headers.set('User-Agent', this.userAgent);
|
|
223
|
-
const httpReq = buildHttpRequest('PATCH', url, headers, callSignal, body);
|
|
224
|
-
const respBody = await executeHttpCall({
|
|
225
|
-
request: httpReq,
|
|
226
|
-
httpClient: this.httpClient,
|
|
227
|
-
logger: this.logger,
|
|
228
|
-
});
|
|
229
|
-
resp = parseResponse(
|
|
230
|
-
respBody,
|
|
231
|
-
unmarshalUpdateGlobalInitScriptResponseSchema
|
|
232
|
-
);
|
|
233
|
-
};
|
|
234
|
-
await executeCall(call, options);
|
|
235
|
-
if (resp === undefined) {
|
|
236
|
-
throw new Error('operation completed without a result.');
|
|
237
|
-
}
|
|
238
|
-
return resp;
|
|
239
|
-
}
|
|
240
|
-
}
|
package/src/v2/index.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
export {GlobalInitScriptsClient} from './client';
|
|
4
|
-
|
|
5
|
-
export type {
|
|
6
|
-
CreateGlobalInitScriptRequest,
|
|
7
|
-
CreateGlobalInitScriptResponse,
|
|
8
|
-
DeleteGlobalInitScriptRequest,
|
|
9
|
-
DeleteGlobalInitScriptResponse,
|
|
10
|
-
GetGlobalInitScriptRequest,
|
|
11
|
-
GlobalInitScriptDetails,
|
|
12
|
-
ListGlobalInitScriptsRequest,
|
|
13
|
-
ListGlobalInitScriptsResponse,
|
|
14
|
-
UpdateGlobalInitScriptRequest,
|
|
15
|
-
UpdateGlobalInitScriptResponse,
|
|
16
|
-
} from './model';
|
package/src/v2/model.ts
DELETED
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
import {z} from 'zod';
|
|
4
|
-
|
|
5
|
-
export interface CreateGlobalInitScriptRequest {
|
|
6
|
-
/** The name of the script */
|
|
7
|
-
name?: string | undefined;
|
|
8
|
-
/** The Base64-encoded content of the script. */
|
|
9
|
-
script?: Uint8Array | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* The position of a global init script, where 0 represents the first script to run, 1 is the second script to run, in ascending order.
|
|
12
|
-
*
|
|
13
|
-
* If you omit the numeric position for a new global init script, it defaults to last position. It will run after all current scripts.
|
|
14
|
-
* Setting any value greater than the position of the last script is equivalent to the last position. Example: Take three existing scripts with positions 0, 1, and 2. Any position of (3) or greater puts the script in the last position.
|
|
15
|
-
* If an explicit position value conflicts with an existing script value, your request succeeds, but the original script at that position and all later scripts have their positions incremented by 1.
|
|
16
|
-
*/
|
|
17
|
-
position?: number | undefined;
|
|
18
|
-
/** Specifies whether the script is enabled. The script runs only if enabled. */
|
|
19
|
-
enabled?: boolean | undefined;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export interface CreateGlobalInitScriptResponse {
|
|
23
|
-
/** The global init script ID. */
|
|
24
|
-
scriptId?: string | undefined;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export interface DeleteGlobalInitScriptRequest {
|
|
28
|
-
/** The ID of the global init script. */
|
|
29
|
-
scriptId?: string | undefined;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
33
|
-
export interface DeleteGlobalInitScriptResponse {}
|
|
34
|
-
|
|
35
|
-
export interface GetGlobalInitScriptRequest {
|
|
36
|
-
/** The ID of the global init script. */
|
|
37
|
-
scriptId?: string | undefined;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export interface GlobalInitScriptDetails {
|
|
41
|
-
/** The global init script ID. */
|
|
42
|
-
scriptId?: string | undefined;
|
|
43
|
-
/** The name of the script */
|
|
44
|
-
name?: string | undefined;
|
|
45
|
-
/** The position of a script, where 0 represents the first script to run, 1 is the second script to run, in ascending order. */
|
|
46
|
-
position?: number | undefined;
|
|
47
|
-
/** Specifies whether the script is enabled. The script runs only if enabled. */
|
|
48
|
-
enabled?: boolean | undefined;
|
|
49
|
-
/** The username of the user who created the script. */
|
|
50
|
-
createdBy?: string | undefined;
|
|
51
|
-
/** Time when the script was created, represented as a Unix timestamp in milliseconds. */
|
|
52
|
-
createdAt?: bigint | undefined;
|
|
53
|
-
/** The username of the user who last updated the script */
|
|
54
|
-
updatedBy?: string | undefined;
|
|
55
|
-
/** Time when the script was updated, represented as a Unix timestamp in milliseconds. */
|
|
56
|
-
updatedAt?: bigint | undefined;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
60
|
-
export interface ListGlobalInitScriptsRequest {}
|
|
61
|
-
|
|
62
|
-
export interface ListGlobalInitScriptsResponse {
|
|
63
|
-
scripts?: GlobalInitScriptDetails[] | undefined;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export interface UpdateGlobalInitScriptRequest {
|
|
67
|
-
/** The ID of the global init script. */
|
|
68
|
-
scriptId?: string | undefined;
|
|
69
|
-
/** The name of the script */
|
|
70
|
-
name?: string | undefined;
|
|
71
|
-
/** The Base64-encoded content of the script. */
|
|
72
|
-
script?: Uint8Array | undefined;
|
|
73
|
-
/**
|
|
74
|
-
* The position of a script, where 0 represents the first script to run,
|
|
75
|
-
* 1 is the second script to run, in ascending order.
|
|
76
|
-
* To move the script to run first, set its position to 0.
|
|
77
|
-
*
|
|
78
|
-
* To move the script to the end, set its position to any value
|
|
79
|
-
* greater or equal to the position of the last script.
|
|
80
|
-
* Example, three existing scripts with positions 0, 1, and 2.
|
|
81
|
-
* Any position value of 2 or greater puts the script in the last position (2).
|
|
82
|
-
*
|
|
83
|
-
* If an explicit position value conflicts with an existing script, your request succeeds,
|
|
84
|
-
* but the original script at that position and all later scripts have their positions
|
|
85
|
-
* incremented by 1.
|
|
86
|
-
*/
|
|
87
|
-
position?: number | undefined;
|
|
88
|
-
/** Specifies whether the script is enabled. The script runs only if enabled. */
|
|
89
|
-
enabled?: boolean | undefined;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
93
|
-
export interface UpdateGlobalInitScriptResponse {}
|
|
94
|
-
|
|
95
|
-
export const unmarshalCreateGlobalInitScriptResponseSchema: z.ZodType<CreateGlobalInitScriptResponse> =
|
|
96
|
-
z
|
|
97
|
-
.object({
|
|
98
|
-
script_id: z.string().optional(),
|
|
99
|
-
})
|
|
100
|
-
.transform(d => ({
|
|
101
|
-
scriptId: d.script_id,
|
|
102
|
-
}));
|
|
103
|
-
|
|
104
|
-
export const unmarshalDeleteGlobalInitScriptResponseSchema: z.ZodType<DeleteGlobalInitScriptResponse> =
|
|
105
|
-
z.object({});
|
|
106
|
-
|
|
107
|
-
export const unmarshalGlobalInitScriptDetailsSchema: z.ZodType<GlobalInitScriptDetails> =
|
|
108
|
-
z
|
|
109
|
-
.object({
|
|
110
|
-
script_id: z.string().optional(),
|
|
111
|
-
name: z.string().optional(),
|
|
112
|
-
position: z.number().optional(),
|
|
113
|
-
enabled: z.boolean().optional(),
|
|
114
|
-
created_by: z.string().optional(),
|
|
115
|
-
created_at: z
|
|
116
|
-
.union([z.number(), z.bigint()])
|
|
117
|
-
.transform(v => BigInt(v))
|
|
118
|
-
.optional(),
|
|
119
|
-
updated_by: z.string().optional(),
|
|
120
|
-
updated_at: z
|
|
121
|
-
.union([z.number(), z.bigint()])
|
|
122
|
-
.transform(v => BigInt(v))
|
|
123
|
-
.optional(),
|
|
124
|
-
})
|
|
125
|
-
.transform(d => ({
|
|
126
|
-
scriptId: d.script_id,
|
|
127
|
-
name: d.name,
|
|
128
|
-
position: d.position,
|
|
129
|
-
enabled: d.enabled,
|
|
130
|
-
createdBy: d.created_by,
|
|
131
|
-
createdAt: d.created_at,
|
|
132
|
-
updatedBy: d.updated_by,
|
|
133
|
-
updatedAt: d.updated_at,
|
|
134
|
-
}));
|
|
135
|
-
|
|
136
|
-
export const unmarshalListGlobalInitScriptsResponseSchema: z.ZodType<ListGlobalInitScriptsResponse> =
|
|
137
|
-
z
|
|
138
|
-
.object({
|
|
139
|
-
scripts: z
|
|
140
|
-
.array(z.lazy(() => unmarshalGlobalInitScriptDetailsSchema))
|
|
141
|
-
.optional(),
|
|
142
|
-
})
|
|
143
|
-
.transform(d => ({
|
|
144
|
-
scripts: d.scripts,
|
|
145
|
-
}));
|
|
146
|
-
|
|
147
|
-
export const unmarshalUpdateGlobalInitScriptResponseSchema: z.ZodType<UpdateGlobalInitScriptResponse> =
|
|
148
|
-
z.object({});
|
|
149
|
-
|
|
150
|
-
export const marshalCreateGlobalInitScriptRequestSchema: z.ZodType = z
|
|
151
|
-
.object({
|
|
152
|
-
name: z.string().optional(),
|
|
153
|
-
script: z
|
|
154
|
-
.any()
|
|
155
|
-
.transform((d: Uint8Array) =>
|
|
156
|
-
btoa(Array.from(d, b => String.fromCharCode(b)).join(''))
|
|
157
|
-
)
|
|
158
|
-
.optional(),
|
|
159
|
-
position: z.number().optional(),
|
|
160
|
-
enabled: z.boolean().optional(),
|
|
161
|
-
})
|
|
162
|
-
.transform(d => ({
|
|
163
|
-
name: d.name,
|
|
164
|
-
script: d.script,
|
|
165
|
-
position: d.position,
|
|
166
|
-
enabled: d.enabled,
|
|
167
|
-
}));
|
|
168
|
-
|
|
169
|
-
export const marshalUpdateGlobalInitScriptRequestSchema: z.ZodType = z
|
|
170
|
-
.object({
|
|
171
|
-
scriptId: z.string().optional(),
|
|
172
|
-
name: z.string().optional(),
|
|
173
|
-
script: z
|
|
174
|
-
.any()
|
|
175
|
-
.transform((d: Uint8Array) =>
|
|
176
|
-
btoa(Array.from(d, b => String.fromCharCode(b)).join(''))
|
|
177
|
-
)
|
|
178
|
-
.optional(),
|
|
179
|
-
position: z.number().optional(),
|
|
180
|
-
enabled: z.boolean().optional(),
|
|
181
|
-
})
|
|
182
|
-
.transform(d => ({
|
|
183
|
-
script_id: d.scriptId,
|
|
184
|
-
name: d.name,
|
|
185
|
-
script: d.script,
|
|
186
|
-
position: d.position,
|
|
187
|
-
enabled: d.enabled,
|
|
188
|
-
}));
|
package/src/v2/transport.ts
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
import type {Credentials} from '@databricks/sdk-auth';
|
|
4
|
-
import {defaultCredentials} from '@databricks/sdk-auth/credentials';
|
|
5
|
-
import type {
|
|
6
|
-
HttpClient,
|
|
7
|
-
HttpRequest,
|
|
8
|
-
HttpResponse,
|
|
9
|
-
} from '@databricks/sdk-core/http';
|
|
10
|
-
import {newFetchHttpClient} from '@databricks/sdk-core/http';
|
|
11
|
-
import type {ClientOptions} from '@databricks/sdk-options/client';
|
|
12
|
-
|
|
13
|
-
/** Creates a new HTTP client with the given options. */
|
|
14
|
-
export function newHttpClient(options?: ClientOptions): HttpClient {
|
|
15
|
-
const opts = options ?? {};
|
|
16
|
-
|
|
17
|
-
// If an HTTP client is provided, use it as-is. Throw if other options are
|
|
18
|
-
// also set, since they would be silently ignored.
|
|
19
|
-
if (opts.httpClient !== undefined) {
|
|
20
|
-
if (opts.credentials !== undefined || opts.timeout !== undefined) {
|
|
21
|
-
throw new Error(
|
|
22
|
-
'httpClient cannot be combined with credentials or timeout'
|
|
23
|
-
);
|
|
24
|
-
}
|
|
25
|
-
return opts.httpClient;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
const credentials = opts.credentials ?? defaultCredentials();
|
|
29
|
-
|
|
30
|
-
const base = newFetchHttpClient();
|
|
31
|
-
let client: HttpClient = new AuthHttpClient(base, credentials);
|
|
32
|
-
|
|
33
|
-
if (opts.timeout !== undefined) {
|
|
34
|
-
client = new TimeoutHttpClient(client, opts.timeout);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
return client;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/** Wraps an HttpClient and adds authentication headers to requests. */
|
|
41
|
-
class AuthHttpClient implements HttpClient {
|
|
42
|
-
constructor(
|
|
43
|
-
private readonly base: HttpClient,
|
|
44
|
-
private readonly credentials: Credentials
|
|
45
|
-
) {}
|
|
46
|
-
|
|
47
|
-
async send(request: HttpRequest): Promise<HttpResponse> {
|
|
48
|
-
const authHeaders = await this.credentials.authHeaders();
|
|
49
|
-
// Do not modify the original request.
|
|
50
|
-
const headers = new Headers(request.headers);
|
|
51
|
-
for (const h of authHeaders) {
|
|
52
|
-
headers.set(h.key, h.value);
|
|
53
|
-
}
|
|
54
|
-
return this.base.send({...request, headers});
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/** Wraps an HttpClient and applies a default timeout to requests. */
|
|
59
|
-
class TimeoutHttpClient implements HttpClient {
|
|
60
|
-
constructor(
|
|
61
|
-
private readonly base: HttpClient,
|
|
62
|
-
private readonly timeout: number
|
|
63
|
-
) {}
|
|
64
|
-
|
|
65
|
-
async send(request: HttpRequest): Promise<HttpResponse> {
|
|
66
|
-
const timeoutSignal = AbortSignal.timeout(this.timeout);
|
|
67
|
-
const signal =
|
|
68
|
-
request.signal !== undefined
|
|
69
|
-
? AbortSignal.any([request.signal, timeoutSignal])
|
|
70
|
-
: timeoutSignal;
|
|
71
|
-
return this.base.send({...request, signal});
|
|
72
|
-
}
|
|
73
|
-
}
|
package/src/v2/utils.ts
DELETED
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
// Code generated from API definition by Databricks SDK Generator. DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
import type {Options} from '@databricks/sdk-core/ops';
|
|
4
|
-
import {execute} from '@databricks/sdk-core/ops';
|
|
5
|
-
import {ApiError} from '@databricks/sdk-core/apierror';
|
|
6
|
-
import type {
|
|
7
|
-
HttpClient,
|
|
8
|
-
HttpRequest,
|
|
9
|
-
HttpResponse,
|
|
10
|
-
} from '@databricks/sdk-core/http';
|
|
11
|
-
import type {Logger} from '@databricks/sdk-core/logger';
|
|
12
|
-
import type {CallOptions} from '@databricks/sdk-options/call';
|
|
13
|
-
import JSONBig from 'json-bigint';
|
|
14
|
-
import type {z} from 'zod';
|
|
15
|
-
|
|
16
|
-
// JSON codec that preserves int64 precision. On the way in, large integer
|
|
17
|
-
// literals come back as bigint instead of being rounded to JS Number. On the
|
|
18
|
-
// way out, bigint values are emitted as raw JSON number digits.
|
|
19
|
-
const jsonBigint = JSONBig({useNativeBigInt: true});
|
|
20
|
-
|
|
21
|
-
export interface HttpCallOptions {
|
|
22
|
-
readonly request: HttpRequest;
|
|
23
|
-
readonly httpClient: HttpClient;
|
|
24
|
-
readonly logger: Logger;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Translates public CallOptions to the internal Options shape accepted by
|
|
29
|
-
* execute(). Even though the shapes match today, this isolates the public
|
|
30
|
-
* API from the executor's internal type so they can diverge.
|
|
31
|
-
*/
|
|
32
|
-
export async function executeCall(
|
|
33
|
-
call: (signal?: AbortSignal) => Promise<void>,
|
|
34
|
-
options?: CallOptions
|
|
35
|
-
): Promise<void> {
|
|
36
|
-
const opts: Options = {
|
|
37
|
-
...(options?.retrier !== undefined && {retrier: options.retrier}),
|
|
38
|
-
...(options?.rateLimiter !== undefined && {
|
|
39
|
-
rateLimiter: options.rateLimiter,
|
|
40
|
-
}),
|
|
41
|
-
...(options?.timeout !== undefined && {timeout: options.timeout}),
|
|
42
|
-
};
|
|
43
|
-
return execute(options?.signal, call, opts);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
async function readAll(
|
|
47
|
-
body: ReadableStream<Uint8Array> | null
|
|
48
|
-
): Promise<Uint8Array> {
|
|
49
|
-
if (body === null) {
|
|
50
|
-
return new Uint8Array(0);
|
|
51
|
-
}
|
|
52
|
-
const reader = body.getReader();
|
|
53
|
-
const chunks: Uint8Array[] = [];
|
|
54
|
-
for (;;) {
|
|
55
|
-
const {done, value} = await reader.read();
|
|
56
|
-
if (done) {
|
|
57
|
-
break;
|
|
58
|
-
}
|
|
59
|
-
chunks.push(value);
|
|
60
|
-
}
|
|
61
|
-
const totalLength = chunks.reduce((acc, chunk) => acc + chunk.length, 0);
|
|
62
|
-
const result = new Uint8Array(totalLength);
|
|
63
|
-
let offset = 0;
|
|
64
|
-
for (const chunk of chunks) {
|
|
65
|
-
result.set(chunk, offset);
|
|
66
|
-
offset += chunk.length;
|
|
67
|
-
}
|
|
68
|
-
return result;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export async function executeHttpCall(
|
|
72
|
-
opts: HttpCallOptions
|
|
73
|
-
): Promise<Uint8Array> {
|
|
74
|
-
opts.logger.debug('HTTP request', {
|
|
75
|
-
method: opts.request.method,
|
|
76
|
-
url: opts.request.url,
|
|
77
|
-
});
|
|
78
|
-
|
|
79
|
-
let resp: HttpResponse;
|
|
80
|
-
try {
|
|
81
|
-
resp = await opts.httpClient.send(opts.request);
|
|
82
|
-
} catch (e: unknown) {
|
|
83
|
-
opts.logger.debug('HTTP request failed');
|
|
84
|
-
throw e;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
const body = await readAll(resp.body);
|
|
88
|
-
|
|
89
|
-
opts.logger.debug('HTTP response', {
|
|
90
|
-
statusCode: resp.statusCode,
|
|
91
|
-
body: new TextDecoder().decode(body),
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
const apiErr = ApiError.fromHttpError(resp.statusCode, resp.headers, body);
|
|
95
|
-
if (apiErr !== undefined) {
|
|
96
|
-
throw apiErr;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
return body;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
export function buildHttpRequest(
|
|
103
|
-
method: string,
|
|
104
|
-
url: string,
|
|
105
|
-
headers: Headers,
|
|
106
|
-
signal?: AbortSignal,
|
|
107
|
-
body?: string | ReadableStream<Uint8Array>
|
|
108
|
-
): HttpRequest {
|
|
109
|
-
const req: HttpRequest = {url, method, headers};
|
|
110
|
-
if (body !== undefined) {
|
|
111
|
-
req.body = body;
|
|
112
|
-
}
|
|
113
|
-
if (signal !== undefined) {
|
|
114
|
-
req.signal = signal;
|
|
115
|
-
}
|
|
116
|
-
return req;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
export function parseResponse<T>(body: Uint8Array, schema: z.ZodType<T>): T {
|
|
120
|
-
const text = new TextDecoder().decode(body);
|
|
121
|
-
const parsed: unknown = jsonBigint.parse(text);
|
|
122
|
-
return schema.parse(parsed);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
export function marshalRequest(data: unknown, schema: z.ZodType): string {
|
|
126
|
-
return jsonBigint.stringify(schema.parse(data));
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
export function flattenQueryParams(
|
|
130
|
-
prefix: string,
|
|
131
|
-
value: unknown,
|
|
132
|
-
params: URLSearchParams
|
|
133
|
-
): void {
|
|
134
|
-
if (value === null || value === undefined) {
|
|
135
|
-
return;
|
|
136
|
-
}
|
|
137
|
-
if (Array.isArray(value)) {
|
|
138
|
-
// arrays of objects are not yet supported
|
|
139
|
-
for (const item of value) {
|
|
140
|
-
params.append(prefix, String(item));
|
|
141
|
-
}
|
|
142
|
-
} else if (typeof value === 'object') {
|
|
143
|
-
for (const [key, val] of Object.entries(value as Record<string, unknown>)) {
|
|
144
|
-
flattenQueryParams(`${prefix}.${key}`, val, params);
|
|
145
|
-
}
|
|
146
|
-
} else if (
|
|
147
|
-
typeof value === 'string' ||
|
|
148
|
-
typeof value === 'number' ||
|
|
149
|
-
typeof value === 'boolean' ||
|
|
150
|
-
typeof value === 'bigint'
|
|
151
|
-
) {
|
|
152
|
-
params.append(prefix, String(value));
|
|
153
|
-
} else {
|
|
154
|
-
throw new Error(`Unsupported query parameter type: ${typeof value}`);
|
|
155
|
-
}
|
|
156
|
-
}
|