@gooddata/api-client-tiger 11.30.0-alpha.4 → 11.30.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/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +1470 -304
- package/esm/generated/afm-rest-api/api.d.ts +172 -2
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +160 -0
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/ai-json-api/api.d.ts +37 -4
- package/esm/generated/ai-json-api/api.d.ts.map +1 -1
- package/esm/generated/ai-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/api.d.ts +26 -1
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/api.d.ts +26 -1
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +1175 -281
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +1034 -126
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/scan-json-api/api.d.ts +181 -2
- package/esm/generated/scan-json-api/api.d.ts.map +1 -1
- package/esm/generated/scan-json-api/api.js +160 -0
- package/esm/generated/scan-json-api/api.js.map +1 -1
- package/package.json +4 -4
|
@@ -32,6 +32,10 @@ export interface AFM {
|
|
|
32
32
|
* Metrics to be referenced from other AFM objects (e.g. filters) but not included in the result.
|
|
33
33
|
*/
|
|
34
34
|
'auxMeasures'?: Array<MeasureItem>;
|
|
35
|
+
/**
|
|
36
|
+
* (EXPERIMENTAL) Parameter values to use for this execution.
|
|
37
|
+
*/
|
|
38
|
+
'parameters'?: Array<ParameterItem>;
|
|
35
39
|
/**
|
|
36
40
|
* (EXPERIMENTAL) Override definitions of catalog metrics for this request. Allows substituting a catalog metric\'s MAQL definition without modifying the stored definition.
|
|
37
41
|
*/
|
|
@@ -158,6 +162,17 @@ export interface AfmObjectIdentifierLabelIdentifier {
|
|
|
158
162
|
'id': string;
|
|
159
163
|
}
|
|
160
164
|
export type AfmObjectIdentifierLabelIdentifierTypeEnum = 'label';
|
|
165
|
+
/**
|
|
166
|
+
* Reference to the parameter.
|
|
167
|
+
*/
|
|
168
|
+
export interface AfmObjectIdentifierParameter {
|
|
169
|
+
'identifier': AfmObjectIdentifierParameterIdentifier;
|
|
170
|
+
}
|
|
171
|
+
export interface AfmObjectIdentifierParameterIdentifier {
|
|
172
|
+
'id': string;
|
|
173
|
+
'type': AfmObjectIdentifierParameterIdentifierTypeEnum;
|
|
174
|
+
}
|
|
175
|
+
export type AfmObjectIdentifierParameterIdentifierTypeEnum = 'parameter';
|
|
161
176
|
/**
|
|
162
177
|
* Entity describing the valid descendants request.
|
|
163
178
|
*/
|
|
@@ -288,6 +303,15 @@ export interface AnalyticsCatalogUser {
|
|
|
288
303
|
*/
|
|
289
304
|
'lastname': string;
|
|
290
305
|
}
|
|
306
|
+
/**
|
|
307
|
+
* Request to run ANALYZE TABLE for tables in a database instance
|
|
308
|
+
*/
|
|
309
|
+
export interface AnalyzeStatisticsRequest {
|
|
310
|
+
/**
|
|
311
|
+
* Table names to analyze. If empty or null, all tables in the database are analyzed.
|
|
312
|
+
*/
|
|
313
|
+
'tableNames'?: Array<string>;
|
|
314
|
+
}
|
|
291
315
|
/**
|
|
292
316
|
* Anomaly detection configuration.
|
|
293
317
|
*/
|
|
@@ -904,6 +928,12 @@ export interface CreatePipeTableRequest {
|
|
|
904
928
|
'columnOverrides'?: {
|
|
905
929
|
[key: string]: string;
|
|
906
930
|
};
|
|
931
|
+
/**
|
|
932
|
+
* Maps non-key column names to their StarRocks aggregation function (SUM, MIN, MAX, REPLACE, REPLACE_IF_NOT_NULL, HLL_UNION, BITMAP_UNION, PERCENTILE_UNION). Required for every non-key column when keyConfig type is \'aggregate\'. Ignored for other key types.
|
|
933
|
+
*/
|
|
934
|
+
'aggregationOverrides'?: {
|
|
935
|
+
[key: string]: string;
|
|
936
|
+
};
|
|
907
937
|
/**
|
|
908
938
|
* How often (in seconds) the pipe polls for new files. 0 or null = use server default.
|
|
909
939
|
*/
|
|
@@ -1965,12 +1995,12 @@ export interface Operation {
|
|
|
1965
1995
|
*/
|
|
1966
1996
|
'id': string;
|
|
1967
1997
|
/**
|
|
1968
|
-
* Type of the long-running operation. * `provision-database` — Provisioning of an AI Lake database. * `deprovision-database` — Deprovisioning (deletion) of an AI Lake database. * `run-service-command` — Running a command in a particular AI Lake service. * `create-pipe-table` — Creating a pipe table backed by an S3 data source. * `delete-pipe-table` — Deleting a pipe table.
|
|
1998
|
+
* Type of the long-running operation. * `provision-database` — Provisioning of an AI Lake database. * `deprovision-database` — Deprovisioning (deletion) of an AI Lake database. * `run-service-command` — Running a command in a particular AI Lake service. * `create-pipe-table` — Creating a pipe table backed by an S3 data source. * `delete-pipe-table` — Deleting a pipe table. * `analyze-statistics` — Running ANALYZE TABLE for CBO statistics collection.
|
|
1969
1999
|
*/
|
|
1970
2000
|
'kind': OperationKindEnum;
|
|
1971
2001
|
'status': string;
|
|
1972
2002
|
}
|
|
1973
|
-
export type OperationKindEnum = 'provision-database' | 'deprovision-database' | 'run-service-command' | 'create-pipe-table' | 'delete-pipe-table';
|
|
2003
|
+
export type OperationKindEnum = 'provision-database' | 'deprovision-database' | 'run-service-command' | 'create-pipe-table' | 'delete-pipe-table' | 'analyze-statistics';
|
|
1974
2004
|
/**
|
|
1975
2005
|
* Error information for a failed operation
|
|
1976
2006
|
*/
|
|
@@ -2053,6 +2083,16 @@ export interface Paging {
|
|
|
2053
2083
|
*/
|
|
2054
2084
|
'next'?: string;
|
|
2055
2085
|
}
|
|
2086
|
+
/**
|
|
2087
|
+
* (EXPERIMENTAL) Parameter value for this execution.
|
|
2088
|
+
*/
|
|
2089
|
+
export interface ParameterItem {
|
|
2090
|
+
'parameter': AfmObjectIdentifierParameter;
|
|
2091
|
+
/**
|
|
2092
|
+
* Value to use for this parameter instead of its default.
|
|
2093
|
+
*/
|
|
2094
|
+
'value': string;
|
|
2095
|
+
}
|
|
2056
2096
|
/**
|
|
2057
2097
|
* Partition configuration for the table.
|
|
2058
2098
|
*/
|
|
@@ -3232,6 +3272,17 @@ export interface WorkflowStatusResponseDto {
|
|
|
3232
3272
|
'error'?: string;
|
|
3233
3273
|
'currentPhase'?: string;
|
|
3234
3274
|
}
|
|
3275
|
+
/**
|
|
3276
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
3277
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
3278
|
+
* @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
3279
|
+
* @param {AnalyzeStatisticsRequest} analyzeStatisticsRequest
|
|
3280
|
+
* @param {string} [operationId]
|
|
3281
|
+
* @param {*} [options] Override http request option.
|
|
3282
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
3283
|
+
* @throws {RequiredError}
|
|
3284
|
+
*/
|
|
3285
|
+
export declare function AILakeApiAxiosParamCreator_AnalyzeStatistics(instanceId: string, analyzeStatisticsRequest: AnalyzeStatisticsRequest, operationId?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3235
3286
|
/**
|
|
3236
3287
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
3237
3288
|
* @summary (BETA) Create a new AI Lake pipe table
|
|
@@ -3354,6 +3405,17 @@ export declare function AILakeApiAxiosParamCreator_ProvisionAiLakeDatabaseInstan
|
|
|
3354
3405
|
* @throws {RequiredError}
|
|
3355
3406
|
*/
|
|
3356
3407
|
export declare function AILakeApiAxiosParamCreator_RunAiLakeServiceCommand(serviceId: string, commandName: string, runServiceCommandRequest: RunServiceCommandRequest, operationId?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3408
|
+
/**
|
|
3409
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
3410
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
3411
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
3412
|
+
* @param {string} basePath Base path.
|
|
3413
|
+
* @param {AILakeApiAnalyzeStatisticsRequest} requestParameters Request parameters.
|
|
3414
|
+
* @param {*} [options] Override http request option.
|
|
3415
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
3416
|
+
* @throws {RequiredError}
|
|
3417
|
+
*/
|
|
3418
|
+
export declare function AILakeApi_AnalyzeStatistics(axios: AxiosInstance, basePath: string, requestParameters: AILakeApiAnalyzeStatisticsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<object>;
|
|
3357
3419
|
/**
|
|
3358
3420
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
3359
3421
|
* @summary (BETA) Create a new AI Lake pipe table
|
|
@@ -3492,6 +3554,15 @@ export declare function AILakeApi_RunAiLakeServiceCommand(axios: AxiosInstance,
|
|
|
3492
3554
|
* @interface AILakeApi
|
|
3493
3555
|
*/
|
|
3494
3556
|
export interface AILakeApiInterface {
|
|
3557
|
+
/**
|
|
3558
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
3559
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
3560
|
+
* @param {AILakeApiAnalyzeStatisticsRequest} requestParameters Request parameters.
|
|
3561
|
+
* @param {*} [options] Override http request option.
|
|
3562
|
+
* @throws {RequiredError}
|
|
3563
|
+
* @memberof AILakeApiInterface
|
|
3564
|
+
*/
|
|
3565
|
+
analyzeStatistics(requestParameters: AILakeApiAnalyzeStatisticsRequest, options?: AxiosRequestConfig): AxiosPromise<object>;
|
|
3495
3566
|
/**
|
|
3496
3567
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
3497
3568
|
* @summary (BETA) Create a new AI Lake pipe table
|
|
@@ -3601,6 +3672,31 @@ export interface AILakeApiInterface {
|
|
|
3601
3672
|
*/
|
|
3602
3673
|
runAiLakeServiceCommand(requestParameters: AILakeApiRunAiLakeServiceCommandRequest, options?: AxiosRequestConfig): AxiosPromise<object>;
|
|
3603
3674
|
}
|
|
3675
|
+
/**
|
|
3676
|
+
* Request parameters for analyzeStatistics operation in AILakeApi.
|
|
3677
|
+
* @export
|
|
3678
|
+
* @interface AILakeApiAnalyzeStatisticsRequest
|
|
3679
|
+
*/
|
|
3680
|
+
export interface AILakeApiAnalyzeStatisticsRequest {
|
|
3681
|
+
/**
|
|
3682
|
+
* Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
3683
|
+
* @type {string}
|
|
3684
|
+
* @memberof AILakeApiAnalyzeStatistics
|
|
3685
|
+
*/
|
|
3686
|
+
readonly instanceId: string;
|
|
3687
|
+
/**
|
|
3688
|
+
*
|
|
3689
|
+
* @type {AnalyzeStatisticsRequest}
|
|
3690
|
+
* @memberof AILakeApiAnalyzeStatistics
|
|
3691
|
+
*/
|
|
3692
|
+
readonly analyzeStatisticsRequest: AnalyzeStatisticsRequest;
|
|
3693
|
+
/**
|
|
3694
|
+
*
|
|
3695
|
+
* @type {string}
|
|
3696
|
+
* @memberof AILakeApiAnalyzeStatistics
|
|
3697
|
+
*/
|
|
3698
|
+
readonly operationId?: string;
|
|
3699
|
+
}
|
|
3604
3700
|
/**
|
|
3605
3701
|
* Request parameters for createAiLakePipeTable operation in AILakeApi.
|
|
3606
3702
|
* @export
|
|
@@ -3848,6 +3944,15 @@ export interface AILakeApiRunAiLakeServiceCommandRequest {
|
|
|
3848
3944
|
* @extends {BaseAPI}
|
|
3849
3945
|
*/
|
|
3850
3946
|
export declare class AILakeApi extends BaseAPI implements AILakeApiInterface {
|
|
3947
|
+
/**
|
|
3948
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
3949
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
3950
|
+
* @param {AILakeApiAnalyzeStatisticsRequest} requestParameters Request parameters.
|
|
3951
|
+
* @param {*} [options] Override http request option.
|
|
3952
|
+
* @throws {RequiredError}
|
|
3953
|
+
* @memberof AILakeApi
|
|
3954
|
+
*/
|
|
3955
|
+
analyzeStatistics(requestParameters: AILakeApiAnalyzeStatisticsRequest, options?: AxiosRequestConfig): AxiosPromise<object>;
|
|
3851
3956
|
/**
|
|
3852
3957
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
3853
3958
|
* @summary (BETA) Create a new AI Lake pipe table
|
|
@@ -4204,6 +4309,17 @@ export declare class AILakeDatabasesApi extends BaseAPI implements AILakeDatabas
|
|
|
4204
4309
|
*/
|
|
4205
4310
|
provisionAiLakeDatabaseInstance(requestParameters: AILakeDatabasesApiProvisionAiLakeDatabaseInstanceRequest, options?: AxiosRequestConfig): AxiosPromise<object>;
|
|
4206
4311
|
}
|
|
4312
|
+
/**
|
|
4313
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
4314
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
4315
|
+
* @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
4316
|
+
* @param {AnalyzeStatisticsRequest} analyzeStatisticsRequest
|
|
4317
|
+
* @param {string} [operationId]
|
|
4318
|
+
* @param {*} [options] Override http request option.
|
|
4319
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
4320
|
+
* @throws {RequiredError}
|
|
4321
|
+
*/
|
|
4322
|
+
export declare function AILakePipeTablesApiAxiosParamCreator_AnalyzeStatistics(instanceId: string, analyzeStatisticsRequest: AnalyzeStatisticsRequest, operationId?: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
4207
4323
|
/**
|
|
4208
4324
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
4209
4325
|
* @summary (BETA) Create a new AI Lake pipe table
|
|
@@ -4245,6 +4361,17 @@ export declare function AILakePipeTablesApiAxiosParamCreator_GetAiLakePipeTable(
|
|
|
4245
4361
|
* @throws {RequiredError}
|
|
4246
4362
|
*/
|
|
4247
4363
|
export declare function AILakePipeTablesApiAxiosParamCreator_ListAiLakePipeTables(instanceId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
4364
|
+
/**
|
|
4365
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
4366
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
4367
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
4368
|
+
* @param {string} basePath Base path.
|
|
4369
|
+
* @param {AILakePipeTablesApiAnalyzeStatisticsRequest} requestParameters Request parameters.
|
|
4370
|
+
* @param {*} [options] Override http request option.
|
|
4371
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
4372
|
+
* @throws {RequiredError}
|
|
4373
|
+
*/
|
|
4374
|
+
export declare function AILakePipeTablesApi_AnalyzeStatistics(axios: AxiosInstance, basePath: string, requestParameters: AILakePipeTablesApiAnalyzeStatisticsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<object>;
|
|
4248
4375
|
/**
|
|
4249
4376
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
4250
4377
|
* @summary (BETA) Create a new AI Lake pipe table
|
|
@@ -4295,6 +4422,15 @@ export declare function AILakePipeTablesApi_ListAiLakePipeTables(axios: AxiosIns
|
|
|
4295
4422
|
* @interface AILakePipeTablesApi
|
|
4296
4423
|
*/
|
|
4297
4424
|
export interface AILakePipeTablesApiInterface {
|
|
4425
|
+
/**
|
|
4426
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
4427
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
4428
|
+
* @param {AILakePipeTablesApiAnalyzeStatisticsRequest} requestParameters Request parameters.
|
|
4429
|
+
* @param {*} [options] Override http request option.
|
|
4430
|
+
* @throws {RequiredError}
|
|
4431
|
+
* @memberof AILakePipeTablesApiInterface
|
|
4432
|
+
*/
|
|
4433
|
+
analyzeStatistics(requestParameters: AILakePipeTablesApiAnalyzeStatisticsRequest, options?: AxiosRequestConfig): AxiosPromise<object>;
|
|
4298
4434
|
/**
|
|
4299
4435
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
4300
4436
|
* @summary (BETA) Create a new AI Lake pipe table
|
|
@@ -4332,6 +4468,31 @@ export interface AILakePipeTablesApiInterface {
|
|
|
4332
4468
|
*/
|
|
4333
4469
|
listAiLakePipeTables(requestParameters: AILakePipeTablesApiListAiLakePipeTablesRequest, options?: AxiosRequestConfig): AxiosPromise<ListPipeTablesResponse>;
|
|
4334
4470
|
}
|
|
4471
|
+
/**
|
|
4472
|
+
* Request parameters for analyzeStatistics operation in AILakePipeTablesApi.
|
|
4473
|
+
* @export
|
|
4474
|
+
* @interface AILakePipeTablesApiAnalyzeStatisticsRequest
|
|
4475
|
+
*/
|
|
4476
|
+
export interface AILakePipeTablesApiAnalyzeStatisticsRequest {
|
|
4477
|
+
/**
|
|
4478
|
+
* Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
4479
|
+
* @type {string}
|
|
4480
|
+
* @memberof AILakePipeTablesApiAnalyzeStatistics
|
|
4481
|
+
*/
|
|
4482
|
+
readonly instanceId: string;
|
|
4483
|
+
/**
|
|
4484
|
+
*
|
|
4485
|
+
* @type {AnalyzeStatisticsRequest}
|
|
4486
|
+
* @memberof AILakePipeTablesApiAnalyzeStatistics
|
|
4487
|
+
*/
|
|
4488
|
+
readonly analyzeStatisticsRequest: AnalyzeStatisticsRequest;
|
|
4489
|
+
/**
|
|
4490
|
+
*
|
|
4491
|
+
* @type {string}
|
|
4492
|
+
* @memberof AILakePipeTablesApiAnalyzeStatistics
|
|
4493
|
+
*/
|
|
4494
|
+
readonly operationId?: string;
|
|
4495
|
+
}
|
|
4335
4496
|
/**
|
|
4336
4497
|
* Request parameters for createAiLakePipeTable operation in AILakePipeTablesApi.
|
|
4337
4498
|
* @export
|
|
@@ -4421,6 +4582,15 @@ export interface AILakePipeTablesApiListAiLakePipeTablesRequest {
|
|
|
4421
4582
|
* @extends {BaseAPI}
|
|
4422
4583
|
*/
|
|
4423
4584
|
export declare class AILakePipeTablesApi extends BaseAPI implements AILakePipeTablesApiInterface {
|
|
4585
|
+
/**
|
|
4586
|
+
* (BETA) Collects CBO statistics for tables in a StarRocks database. Works for both internal (native/PIPE) and external (Iceberg) catalogs. If tableNames is empty, all tables are analyzed.
|
|
4587
|
+
* @summary (BETA) Run ANALYZE TABLE for tables in a database instance
|
|
4588
|
+
* @param {AILakePipeTablesApiAnalyzeStatisticsRequest} requestParameters Request parameters.
|
|
4589
|
+
* @param {*} [options] Override http request option.
|
|
4590
|
+
* @throws {RequiredError}
|
|
4591
|
+
* @memberof AILakePipeTablesApi
|
|
4592
|
+
*/
|
|
4593
|
+
analyzeStatistics(requestParameters: AILakePipeTablesApiAnalyzeStatisticsRequest, options?: AxiosRequestConfig): AxiosPromise<object>;
|
|
4424
4594
|
/**
|
|
4425
4595
|
* (BETA) Creates a pipe-backed OLAP table in the given AI Lake database instance. Infers schema from parquet files. Returns an operation-id header the client can use to poll for progress.
|
|
4426
4596
|
* @summary (BETA) Create a new AI Lake pipe table
|