Skip to content

Commit 0ddff14

Browse files
authored
Merge pull request #1523 from gooddata/chore/cassette-regen-20260409-1130
chore: update OpenAPI specs and cassettes
2 parents 5ca5548 + 062350f commit 0ddff14

File tree

65 files changed

+490
-2313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+490
-2313
lines changed

gooddata-api-client/.openapi-generator/FILES

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,9 +1350,6 @@ docs/WhatIfScenarioConfig.md
13501350
docs/WhatIfScenarioItem.md
13511351
docs/WidgetDescriptor.md
13521352
docs/WidgetSlidesTemplate.md
1353-
docs/WorkflowDashboardSummaryRequestDto.md
1354-
docs/WorkflowDashboardSummaryResponseDto.md
1355-
docs/WorkflowStatusResponseDto.md
13561353
docs/WorkspaceAutomationIdentifier.md
13571354
docs/WorkspaceAutomationManagementBulkRequest.md
13581355
docs/WorkspaceCacheSettings.md
@@ -2737,9 +2734,6 @@ gooddata_api_client/model/what_if_scenario_config.py
27372734
gooddata_api_client/model/what_if_scenario_item.py
27382735
gooddata_api_client/model/widget_descriptor.py
27392736
gooddata_api_client/model/widget_slides_template.py
2740-
gooddata_api_client/model/workflow_dashboard_summary_request_dto.py
2741-
gooddata_api_client/model/workflow_dashboard_summary_response_dto.py
2742-
gooddata_api_client/model/workflow_status_response_dto.py
27432737
gooddata_api_client/model/workspace_automation_identifier.py
27442738
gooddata_api_client/model/workspace_automation_management_bulk_request.py
27452739
gooddata_api_client/model/workspace_cache_settings.py

gooddata-api-client/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ Class | Method | HTTP request | Description
540540
*ActionsApi* | [**anomaly_detection_result**](docs/ActionsApi.md#anomaly_detection_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/anomalyDetection/result/{resultId} | (EXPERIMENTAL) Smart functions - Anomaly Detection Result
541541
*ActionsApi* | [**available_assignees**](docs/ActionsApi.md#available_assignees) | **GET** /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/availableAssignees | Get Available Assignees
542542
*ActionsApi* | [**cancel_executions**](docs/ActionsApi.md#cancel_executions) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/cancel | Applies all the given cancel tokens.
543-
*ActionsApi* | [**cancel_workflow**](docs/ActionsApi.md#cancel_workflow) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/{runId}/cancel |
544543
*ActionsApi* | [**change_analysis**](docs/ActionsApi.md#change_analysis) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis | Compute change analysis
545544
*ActionsApi* | [**change_analysis_result**](docs/ActionsApi.md#change_analysis_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis/result/{resultId} | Get change analysis result
546545
*ActionsApi* | [**check_entity_overrides**](docs/ActionsApi.md#check_entity_overrides) | **POST** /api/v1/actions/workspaces/{workspaceId}/checkEntityOverrides | Finds entities with given ID in hierarchy.
@@ -569,7 +568,6 @@ Class | Method | HTTP request | Description
569568
*ActionsApi* | [**explain_afm**](docs/ActionsApi.md#explain_afm) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/explain | AFM explain resource.
570569
*ActionsApi* | [**forecast**](docs/ActionsApi.md#forecast) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/{resultId} | (BETA) Smart functions - Forecast
571570
*ActionsApi* | [**forecast_result**](docs/ActionsApi.md#forecast_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/result/{resultId} | (BETA) Smart functions - Forecast Result
572-
*ActionsApi* | [**generate_dashboard_summary**](docs/ActionsApi.md#generate_dashboard_summary) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/dashboardSummary |
573571
*ActionsApi* | [**generate_description**](docs/ActionsApi.md#generate_description) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/generateDescription | Generate Description for Analytics Object
574572
*ActionsApi* | [**generate_logical_model**](docs/ActionsApi.md#generate_logical_model) | **POST** /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModel | Generate logical data model (LDM) from physical data model (PDM)
575573
*ActionsApi* | [**generate_logical_model_aac**](docs/ActionsApi.md#generate_logical_model_aac) | **POST** /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModelAac | Generate logical data model in AAC format from physical data model (PDM)
@@ -589,7 +587,6 @@ Class | Method | HTTP request | Description
589587
*ActionsApi* | [**get_slides_export_metadata**](docs/ActionsApi.md#get_slides_export_metadata) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/slides/{exportId}/metadata | (EXPERIMENTAL) Retrieve metadata context
590588
*ActionsApi* | [**get_tabular_export**](docs/ActionsApi.md#get_tabular_export) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/tabular/{exportId} | Retrieve exported files
591589
*ActionsApi* | [**get_translation_tags**](docs/ActionsApi.md#get_translation_tags) | **GET** /api/v1/actions/workspaces/{workspaceId}/translations | Get translation tags.
592-
*ActionsApi* | [**get_workflow_status**](docs/ActionsApi.md#get_workflow_status) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/{runId}/status |
593590
*ActionsApi* | [**import_csv**](docs/ActionsApi.md#import_csv) | **POST** /api/v1/actions/fileStorage/dataSources/{dataSourceId}/importCsv | Import CSV
594591
*ActionsApi* | [**import_custom_geo_collection**](docs/ActionsApi.md#import_custom_geo_collection) | **POST** /api/v1/actions/customGeoCollection/{collectionId}/import | Import custom geo collection
595592
*ActionsApi* | [**inherited_entity_conflicts**](docs/ActionsApi.md#inherited_entity_conflicts) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts | Finds identifier conflicts in workspace hierarchy.
@@ -2428,9 +2425,6 @@ Class | Method | HTTP request | Description
24282425
- [WhatIfScenarioItem](docs/WhatIfScenarioItem.md)
24292426
- [WidgetDescriptor](docs/WidgetDescriptor.md)
24302427
- [WidgetSlidesTemplate](docs/WidgetSlidesTemplate.md)
2431-
- [WorkflowDashboardSummaryRequestDto](docs/WorkflowDashboardSummaryRequestDto.md)
2432-
- [WorkflowDashboardSummaryResponseDto](docs/WorkflowDashboardSummaryResponseDto.md)
2433-
- [WorkflowStatusResponseDto](docs/WorkflowStatusResponseDto.md)
24342428
- [WorkspaceAutomationIdentifier](docs/WorkspaceAutomationIdentifier.md)
24352429
- [WorkspaceAutomationManagementBulkRequest](docs/WorkspaceAutomationManagementBulkRequest.md)
24362430
- [WorkspaceCacheSettings](docs/WorkspaceCacheSettings.md)

gooddata-api-client/docs/ActionsApi.md

Lines changed: 0 additions & 208 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Method | HTTP request | Description
1515
[**anomaly_detection_result**](ActionsApi.md#anomaly_detection_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/anomalyDetection/result/{resultId} | (EXPERIMENTAL) Smart functions - Anomaly Detection Result
1616
[**available_assignees**](ActionsApi.md#available_assignees) | **GET** /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/availableAssignees | Get Available Assignees
1717
[**cancel_executions**](ActionsApi.md#cancel_executions) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/cancel | Applies all the given cancel tokens.
18-
[**cancel_workflow**](ActionsApi.md#cancel_workflow) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/{runId}/cancel |
1918
[**change_analysis**](ActionsApi.md#change_analysis) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis | Compute change analysis
2019
[**change_analysis_result**](ActionsApi.md#change_analysis_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis/result/{resultId} | Get change analysis result
2120
[**check_entity_overrides**](ActionsApi.md#check_entity_overrides) | **POST** /api/v1/actions/workspaces/{workspaceId}/checkEntityOverrides | Finds entities with given ID in hierarchy.
@@ -44,7 +43,6 @@ Method | HTTP request | Description
4443
[**explain_afm**](ActionsApi.md#explain_afm) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/explain | AFM explain resource.
4544
[**forecast**](ActionsApi.md#forecast) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/{resultId} | (BETA) Smart functions - Forecast
4645
[**forecast_result**](ActionsApi.md#forecast_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/result/{resultId} | (BETA) Smart functions - Forecast Result
47-
[**generate_dashboard_summary**](ActionsApi.md#generate_dashboard_summary) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/dashboardSummary |
4846
[**generate_description**](ActionsApi.md#generate_description) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/generateDescription | Generate Description for Analytics Object
4947
[**generate_logical_model**](ActionsApi.md#generate_logical_model) | **POST** /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModel | Generate logical data model (LDM) from physical data model (PDM)
5048
[**generate_logical_model_aac**](ActionsApi.md#generate_logical_model_aac) | **POST** /api/v1/actions/dataSources/{dataSourceId}/generateLogicalModelAac | Generate logical data model in AAC format from physical data model (PDM)
@@ -64,7 +62,6 @@ Method | HTTP request | Description
6462
[**get_slides_export_metadata**](ActionsApi.md#get_slides_export_metadata) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/slides/{exportId}/metadata | (EXPERIMENTAL) Retrieve metadata context
6563
[**get_tabular_export**](ActionsApi.md#get_tabular_export) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/tabular/{exportId} | Retrieve exported files
6664
[**get_translation_tags**](ActionsApi.md#get_translation_tags) | **GET** /api/v1/actions/workspaces/{workspaceId}/translations | Get translation tags.
67-
[**get_workflow_status**](ActionsApi.md#get_workflow_status) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/{runId}/status |
6865
[**import_csv**](ActionsApi.md#import_csv) | **POST** /api/v1/actions/fileStorage/dataSources/{dataSourceId}/importCsv | Import CSV
6966
[**import_custom_geo_collection**](ActionsApi.md#import_custom_geo_collection) | **POST** /api/v1/actions/customGeoCollection/{collectionId}/import | Import custom geo collection
7067
[**inherited_entity_conflicts**](ActionsApi.md#inherited_entity_conflicts) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts | Finds identifier conflicts in workspace hierarchy.
@@ -1078,71 +1075,6 @@ No authorization required
10781075

10791076
[[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)
10801077

1081-
# **cancel_workflow**
1082-
> {str: (str,)} cancel_workflow(workspace_id, run_id)
1083-
1084-
1085-
1086-
### Example
1087-
1088-
1089-
```python
1090-
import time
1091-
import gooddata_api_client
1092-
from gooddata_api_client.api import actions_api
1093-
from pprint import pprint
1094-
# Defining the host is optional and defaults to http://localhost
1095-
# See configuration.py for a list of all supported configuration parameters.
1096-
configuration = gooddata_api_client.Configuration(
1097-
host = "http://localhost"
1098-
)
1099-
1100-
1101-
# Enter a context with an instance of the API client
1102-
with gooddata_api_client.ApiClient() as api_client:
1103-
# Create an instance of the API class
1104-
api_instance = actions_api.ActionsApi(api_client)
1105-
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
1106-
run_id = "runId_example" # str |
1107-
1108-
# example passing only required values which don't have defaults set
1109-
try:
1110-
api_response = api_instance.cancel_workflow(workspace_id, run_id)
1111-
pprint(api_response)
1112-
except gooddata_api_client.ApiException as e:
1113-
print("Exception when calling ActionsApi->cancel_workflow: %s\n" % e)
1114-
```
1115-
1116-
1117-
### Parameters
1118-
1119-
Name | Type | Description | Notes
1120-
------------- | ------------- | ------------- | -------------
1121-
**workspace_id** | **str**| Workspace identifier |
1122-
**run_id** | **str**| |
1123-
1124-
### Return type
1125-
1126-
**{str: (str,)}**
1127-
1128-
### Authorization
1129-
1130-
No authorization required
1131-
1132-
### HTTP request headers
1133-
1134-
- **Content-Type**: Not defined
1135-
- **Accept**: application/json
1136-
1137-
1138-
### HTTP response details
1139-
1140-
| Status code | Description | Response headers |
1141-
|-------------|-------------|------------------|
1142-
**200** | OK | - |
1143-
1144-
[[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)
1145-
11461078
# **change_analysis**
11471079
> ChangeAnalysisResponse change_analysis(workspace_id, change_analysis_request)
11481080
@@ -3643,80 +3575,6 @@ No authorization required
36433575
- **Accept**: application/json
36443576

36453577

3646-
### HTTP response details
3647-
3648-
| Status code | Description | Response headers |
3649-
|-------------|-------------|------------------|
3650-
**200** | OK | - |
3651-
3652-
[[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)
3653-
3654-
# **generate_dashboard_summary**
3655-
> WorkflowDashboardSummaryResponseDto generate_dashboard_summary(workspace_id, workflow_dashboard_summary_request_dto)
3656-
3657-
3658-
3659-
### Example
3660-
3661-
3662-
```python
3663-
import time
3664-
import gooddata_api_client
3665-
from gooddata_api_client.api import actions_api
3666-
from gooddata_api_client.model.workflow_dashboard_summary_request_dto import WorkflowDashboardSummaryRequestDto
3667-
from gooddata_api_client.model.workflow_dashboard_summary_response_dto import WorkflowDashboardSummaryResponseDto
3668-
from pprint import pprint
3669-
# Defining the host is optional and defaults to http://localhost
3670-
# See configuration.py for a list of all supported configuration parameters.
3671-
configuration = gooddata_api_client.Configuration(
3672-
host = "http://localhost"
3673-
)
3674-
3675-
3676-
# Enter a context with an instance of the API client
3677-
with gooddata_api_client.ApiClient() as api_client:
3678-
# Create an instance of the API class
3679-
api_instance = actions_api.ActionsApi(api_client)
3680-
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
3681-
workflow_dashboard_summary_request_dto = WorkflowDashboardSummaryRequestDto(
3682-
custom_user_prompt="custom_user_prompt_example",
3683-
dashboard_id="dashboard_id_example",
3684-
key_metric_ids=[
3685-
"key_metric_ids_example",
3686-
],
3687-
reference_quarter="reference_quarter_example",
3688-
) # WorkflowDashboardSummaryRequestDto |
3689-
3690-
# example passing only required values which don't have defaults set
3691-
try:
3692-
api_response = api_instance.generate_dashboard_summary(workspace_id, workflow_dashboard_summary_request_dto)
3693-
pprint(api_response)
3694-
except gooddata_api_client.ApiException as e:
3695-
print("Exception when calling ActionsApi->generate_dashboard_summary: %s\n" % e)
3696-
```
3697-
3698-
3699-
### Parameters
3700-
3701-
Name | Type | Description | Notes
3702-
------------- | ------------- | ------------- | -------------
3703-
**workspace_id** | **str**| Workspace identifier |
3704-
**workflow_dashboard_summary_request_dto** | [**WorkflowDashboardSummaryRequestDto**](WorkflowDashboardSummaryRequestDto.md)| |
3705-
3706-
### Return type
3707-
3708-
[**WorkflowDashboardSummaryResponseDto**](WorkflowDashboardSummaryResponseDto.md)
3709-
3710-
### Authorization
3711-
3712-
No authorization required
3713-
3714-
### HTTP request headers
3715-
3716-
- **Content-Type**: application/json
3717-
- **Accept**: application/json
3718-
3719-
37203578
### HTTP response details
37213579

37223580
| Status code | Description | Response headers |
@@ -5185,72 +5043,6 @@ No authorization required
51855043

51865044
[[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)
51875045

5188-
# **get_workflow_status**
5189-
> WorkflowStatusResponseDto get_workflow_status(workspace_id, run_id)
5190-
5191-
5192-
5193-
### Example
5194-
5195-
5196-
```python
5197-
import time
5198-
import gooddata_api_client
5199-
from gooddata_api_client.api import actions_api
5200-
from gooddata_api_client.model.workflow_status_response_dto import WorkflowStatusResponseDto
5201-
from pprint import pprint
5202-
# Defining the host is optional and defaults to http://localhost
5203-
# See configuration.py for a list of all supported configuration parameters.
5204-
configuration = gooddata_api_client.Configuration(
5205-
host = "http://localhost"
5206-
)
5207-
5208-
5209-
# Enter a context with an instance of the API client
5210-
with gooddata_api_client.ApiClient() as api_client:
5211-
# Create an instance of the API class
5212-
api_instance = actions_api.ActionsApi(api_client)
5213-
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
5214-
run_id = "runId_example" # str |
5215-
5216-
# example passing only required values which don't have defaults set
5217-
try:
5218-
api_response = api_instance.get_workflow_status(workspace_id, run_id)
5219-
pprint(api_response)
5220-
except gooddata_api_client.ApiException as e:
5221-
print("Exception when calling ActionsApi->get_workflow_status: %s\n" % e)
5222-
```
5223-
5224-
5225-
### Parameters
5226-
5227-
Name | Type | Description | Notes
5228-
------------- | ------------- | ------------- | -------------
5229-
**workspace_id** | **str**| Workspace identifier |
5230-
**run_id** | **str**| |
5231-
5232-
### Return type
5233-
5234-
[**WorkflowStatusResponseDto**](WorkflowStatusResponseDto.md)
5235-
5236-
### Authorization
5237-
5238-
No authorization required
5239-
5240-
### HTTP request headers
5241-
5242-
- **Content-Type**: Not defined
5243-
- **Accept**: application/json
5244-
5245-
5246-
### HTTP response details
5247-
5248-
| Status code | Description | Response headers |
5249-
|-------------|-------------|------------------|
5250-
**200** | OK | - |
5251-
5252-
[[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)
5253-
52545046
# **import_csv**
52555047
> [ImportCsvResponse] import_csv(data_source_id, import_csv_request)
52565048

gooddata-api-client/docs/EntitiesApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3590,7 +3590,7 @@ with gooddata_api_client.ApiClient() as api_client:
35903590
"parent",
35913591
] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional)
35923592
meta_include = [
3593-
"metaInclude=config,permissions,hierarchy,dataModelDatasets,all",
3593+
"metaInclude=permissions,config,hierarchy,dataModelDatasets,all",
35943594
] # [str] | Include Meta objects. (optional)
35953595

35963596
# example passing only required values which don't have defaults set
@@ -9502,7 +9502,7 @@ with gooddata_api_client.ApiClient() as api_client:
95029502
"sort_example",
95039503
] # [str] | Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)
95049504
meta_include = [
9505-
"metaInclude=config,permissions,hierarchy,dataModelDatasets,page,all",
9505+
"metaInclude=permissions,config,hierarchy,dataModelDatasets,page,all",
95069506
] # [str] | Include Meta objects. (optional)
95079507

95089508
# example passing only required values which don't have defaults set
@@ -13258,7 +13258,7 @@ with gooddata_api_client.ApiClient() as api_client:
1325813258
"parent",
1325913259
] # [str] | Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together. (optional)
1326013260
meta_include = [
13261-
"metaInclude=config,permissions,hierarchy,dataModelDatasets,all",
13261+
"metaInclude=permissions,config,hierarchy,dataModelDatasets,all",
1326213262
] # [str] | Include Meta objects. (optional)
1326313263

1326413264
# example passing only required values which don't have defaults set

gooddata-api-client/docs/WorkflowDashboardSummaryRequestDto.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)