You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: upgrade openapi-generator-cli from v6.0.1 to v6.6.0
- Switch generatorName to python-prior to maintain compatibility with
existing custom templates (python generator was replaced with
python-experimental in v6.2.0)
- Regenerate gooddata-api-client with the new generator version
- Re-record all VCR test cassettes against latest backend
- Bump afm-exec-api heap from 128m to 1G in docker-compose to prevent
OOM during test runs
- Add troubleshooting comment to export tests for future reference
Relates to: STL-2347
Copy file name to clipboardExpand all lines: gooddata-api-client/docs/AFM.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
**filters** | [**[AFMFiltersInner]**](AFMFiltersInner.md) | Various filter types to filter the execution result. |
10
10
**measures** | [**[MeasureItem]**](MeasureItem.md) | Metrics to be computed. |
11
11
**aux_measures** | [**[MeasureItem]**](MeasureItem.md) | Metrics to be referenced from other AFM objects (e.g. filters) but not included in the result. | [optional]
12
+
**measure_definition_overrides** | [**[MetricDefinitionOverride]**](MetricDefinitionOverride.md) | (EXPERIMENTAL) Override definitions of catalog metrics for this request. Allows substituting a catalog metric's MAQL definition without modifying the stored definition. | [optional]
12
13
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
13
14
14
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**get_ai_lake_database_instance**](AILakeApi.md#get_ai_lake_database_instance) | **GET** /api/v1/ailake/database/instances/{instanceId} | (BETA) Get the specified AILake Database instance
9
+
[**get_ai_lake_operation**](AILakeApi.md#get_ai_lake_operation) | **GET** /api/v1/ailake/operations/{operationId} | (BETA) Get Long Running Operation details
10
+
[**list_ai_lake_database_instances**](AILakeApi.md#list_ai_lake_database_instances) | **GET** /api/v1/ailake/database/instances | (BETA) List AI Lake Database instances
11
+
[**list_ai_lake_services**](AILakeApi.md#list_ai_lake_services) | **GET** /api/v1/ailake/services | (BETA) List AI Lake services
12
+
[**provision_ai_lake_database_instance**](AILakeApi.md#provision_ai_lake_database_instance) | **POST** /api/v1/ailake/database/instances | (BETA) Create a new AILake Database instance
13
+
[**run_ai_lake_service_command**](AILakeApi.md#run_ai_lake_service_command) | **POST** /api/v1/ailake/services/{serviceId}/commands/{commandName}/run | (BETA) Run an AI Lake services command
11
14
12
15
13
16
# **deprovision_ai_lake_database_instance**
@@ -221,6 +224,154 @@ No authorization required
221
224
222
225
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
(BETA) Lists database instances in the organization's AI Lake. Supports paging via size and offset query parameters. Use metaInclude=page to get total count.
233
+
234
+
### Example
235
+
236
+
237
+
```python
238
+
import time
239
+
import gooddata_api_client
240
+
from gooddata_api_client.api import ai_lake_api
241
+
from gooddata_api_client.model.list_database_instances_response import ListDatabaseInstancesResponse
242
+
from pprint import pprint
243
+
# Defining the host is optional and defaults to http://localhost
244
+
# See configuration.py for a list of all supported configuration parameters.
**200** | AI Lake database instances successfully retrieved | - |
298
+
299
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
300
+
301
+
# **list_ai_lake_services**
302
+
> ListServicesResponse list_ai_lake_services()
303
+
304
+
(BETA) List AI Lake services
305
+
306
+
(BETA) Lists services configured for the organization's AI Lake. Returns only non-sensitive fields (id, name). Supports paging via size and offset query parameters. Use metaInclude=page to get total count.
307
+
308
+
### Example
309
+
310
+
311
+
```python
312
+
import time
313
+
import gooddata_api_client
314
+
from gooddata_api_client.api import ai_lake_api
315
+
from gooddata_api_client.model.list_services_response import ListServicesResponse
316
+
from pprint import pprint
317
+
# Defining the host is optional and defaults to http://localhost
318
+
# See configuration.py for a list of all supported configuration parameters.
**200** | AI Lake services successfully retrieved | - |
372
+
373
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**202** | Accepted | * operation-id - Operation ID to use for polling. <br> * operation-location - Operation location URL that can be used for polling. <br> |
542
+
543
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: gooddata-api-client/docs/AbsoluteDateFilterAbsoluteDateFilter.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**_from** | **str** | |
9
9
**to** | **str** | |
10
10
**apply_on_result** | **bool** | | [optional]
11
+
**empty_value_handling** | **str** | Specifies how rows with empty (null/missing) date values should be handled. INCLUDE includes empty dates in addition to the date range restriction, EXCLUDE removes rows with empty dates (default), ONLY keeps only rows with empty dates. | [optional] if omitted the server will use the default value of "EXCLUDE"
11
12
**local_identifier** | **str** | | [optional]
12
13
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
0 commit comments