Skip to content

Commit 982f0b9

Browse files
Merge pull request #1478 from gooddata/snapshot-master-928441a9-to-rel/dev
[bot] Merge master/928441a9 into rel/dev
2 parents a23e7a3 + 928441a commit 982f0b9

File tree

140 files changed

+7858
-1317
lines changed

Some content is hidden

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

140 files changed

+7858
-1317
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ docs/CustomGeoCollectionControllerApi.md
217217
docs/CustomLabel.md
218218
docs/CustomMetric.md
219219
docs/CustomOverride.md
220+
docs/DashboardArbitraryAttributeFilter.md
221+
docs/DashboardArbitraryAttributeFilterArbitraryAttributeFilter.md
220222
docs/DashboardAttributeFilter.md
221223
docs/DashboardAttributeFilterAttributeFilter.md
222224
docs/DashboardContext.md
@@ -225,10 +227,14 @@ docs/DashboardDateFilter.md
225227
docs/DashboardDateFilterDateFilter.md
226228
docs/DashboardExportSettings.md
227229
docs/DashboardFilter.md
230+
docs/DashboardMatchAttributeFilter.md
231+
docs/DashboardMatchAttributeFilterMatchAttributeFilter.md
228232
docs/DashboardPermissions.md
229233
docs/DashboardPermissionsAssignment.md
230234
docs/DashboardPluginControllerApi.md
231235
docs/DashboardSlidesTemplate.md
236+
docs/DashboardSummaryRequestDto.md
237+
docs/DashboardSummaryResponseDto.md
232238
docs/DashboardTabularExportRequest.md
233239
docs/DashboardTabularExportRequestV2.md
234240
docs/DashboardsApi.md
@@ -396,6 +402,7 @@ docs/FactIdentifier.md
396402
docs/FactsApi.md
397403
docs/FailedOperation.md
398404
docs/FailedOperationAllOf.md
405+
docs/FeedbackRequestDto.md
399406
docs/File.md
400407
docs/Filter.md
401408
docs/FilterBy.md
@@ -1057,6 +1064,8 @@ docs/KeyDriversRequest.md
10571064
docs/KeyDriversResponse.md
10581065
docs/KeyDriversResult.md
10591066
docs/KnowledgeDocumentMetadataDto.md
1067+
docs/KnowledgeRecommendationsRequestDto.md
1068+
docs/KnowledgeRecommendationsResponseDto.md
10601069
docs/KnowledgeSearchResultDto.md
10611070
docs/LDMDeclarativeAPIsApi.md
10621071
docs/LLMEndpointsApi.md
@@ -1343,6 +1352,9 @@ docs/WhatIfScenarioConfig.md
13431352
docs/WhatIfScenarioItem.md
13441353
docs/WidgetDescriptor.md
13451354
docs/WidgetSlidesTemplate.md
1355+
docs/WorkflowDashboardSummaryRequestDto.md
1356+
docs/WorkflowDashboardSummaryResponseDto.md
1357+
docs/WorkflowStatusResponseDto.md
13461358
docs/WorkspaceAutomationIdentifier.md
13471359
docs/WorkspaceAutomationManagementBulkRequest.md
13481360
docs/WorkspaceCacheSettings.md
@@ -1671,6 +1683,8 @@ gooddata_api_client/model/csv_read_options.py
16711683
gooddata_api_client/model/custom_label.py
16721684
gooddata_api_client/model/custom_metric.py
16731685
gooddata_api_client/model/custom_override.py
1686+
gooddata_api_client/model/dashboard_arbitrary_attribute_filter.py
1687+
gooddata_api_client/model/dashboard_arbitrary_attribute_filter_arbitrary_attribute_filter.py
16741688
gooddata_api_client/model/dashboard_attribute_filter.py
16751689
gooddata_api_client/model/dashboard_attribute_filter_attribute_filter.py
16761690
gooddata_api_client/model/dashboard_context.py
@@ -1679,9 +1693,13 @@ gooddata_api_client/model/dashboard_date_filter.py
16791693
gooddata_api_client/model/dashboard_date_filter_date_filter.py
16801694
gooddata_api_client/model/dashboard_export_settings.py
16811695
gooddata_api_client/model/dashboard_filter.py
1696+
gooddata_api_client/model/dashboard_match_attribute_filter.py
1697+
gooddata_api_client/model/dashboard_match_attribute_filter_match_attribute_filter.py
16821698
gooddata_api_client/model/dashboard_permissions.py
16831699
gooddata_api_client/model/dashboard_permissions_assignment.py
16841700
gooddata_api_client/model/dashboard_slides_template.py
1701+
gooddata_api_client/model/dashboard_summary_request_dto.py
1702+
gooddata_api_client/model/dashboard_summary_response_dto.py
16851703
gooddata_api_client/model/dashboard_tabular_export_request.py
16861704
gooddata_api_client/model/dashboard_tabular_export_request_v2.py
16871705
gooddata_api_client/model/data_column_locator.py
@@ -1828,6 +1846,7 @@ gooddata_api_client/model/export_result.py
18281846
gooddata_api_client/model/fact_identifier.py
18291847
gooddata_api_client/model/failed_operation.py
18301848
gooddata_api_client/model/failed_operation_all_of.py
1849+
gooddata_api_client/model/feedback_request_dto.py
18311850
gooddata_api_client/model/file.py
18321851
gooddata_api_client/model/filter.py
18331852
gooddata_api_client/model/filter_by.py
@@ -2477,6 +2496,8 @@ gooddata_api_client/model/key_drivers_request.py
24772496
gooddata_api_client/model/key_drivers_response.py
24782497
gooddata_api_client/model/key_drivers_result.py
24792498
gooddata_api_client/model/knowledge_document_metadata_dto.py
2499+
gooddata_api_client/model/knowledge_recommendations_request_dto.py
2500+
gooddata_api_client/model/knowledge_recommendations_response_dto.py
24802501
gooddata_api_client/model/knowledge_search_result_dto.py
24812502
gooddata_api_client/model/label_identifier.py
24822503
gooddata_api_client/model/list_database_instances_response.py
@@ -2720,6 +2741,9 @@ gooddata_api_client/model/what_if_scenario_config.py
27202741
gooddata_api_client/model/what_if_scenario_item.py
27212742
gooddata_api_client/model/widget_descriptor.py
27222743
gooddata_api_client/model/widget_slides_template.py
2744+
gooddata_api_client/model/workflow_dashboard_summary_request_dto.py
2745+
gooddata_api_client/model/workflow_dashboard_summary_response_dto.py
2746+
gooddata_api_client/model/workflow_status_response_dto.py
27232747
gooddata_api_client/model/workspace_automation_identifier.py
27242748
gooddata_api_client/model/workspace_automation_management_bulk_request.py
27252749
gooddata_api_client/model/workspace_cache_settings.py

gooddata-api-client/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,8 @@ Class | Method | HTTP request | Description
542542
*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
543543
*ActionsApi* | [**available_assignees**](docs/ActionsApi.md#available_assignees) | **GET** /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/availableAssignees | Get Available Assignees
544544
*ActionsApi* | [**cancel_executions**](docs/ActionsApi.md#cancel_executions) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/cancel | Applies all the given cancel tokens.
545+
*ActionsApi* | [**cancel_workflow**](docs/ActionsApi.md#cancel_workflow) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/{runId}/cancel |
546+
*ActionsApi* | [**cancel_workflow1**](docs/ActionsApi.md#cancel_workflow1) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/agent/{runId}/cancel |
545547
*ActionsApi* | [**change_analysis**](docs/ActionsApi.md#change_analysis) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis | Compute change analysis
546548
*ActionsApi* | [**change_analysis_result**](docs/ActionsApi.md#change_analysis_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/computeChangeAnalysis/result/{resultId} | Get change analysis result
547549
*ActionsApi* | [**check_entity_overrides**](docs/ActionsApi.md#check_entity_overrides) | **POST** /api/v1/actions/workspaces/{workspaceId}/checkEntityOverrides | Finds entities with given ID in hierarchy.
@@ -572,7 +574,10 @@ Class | Method | HTTP request | Description
572574
*ActionsApi* | [**explain_afm**](docs/ActionsApi.md#explain_afm) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/afm/explain | AFM explain resource.
573575
*ActionsApi* | [**forecast**](docs/ActionsApi.md#forecast) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/{resultId} | (BETA) Smart functions - Forecast
574576
*ActionsApi* | [**forecast_result**](docs/ActionsApi.md#forecast_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/result/{resultId} | (BETA) Smart functions - Forecast Result
577+
*ActionsApi* | [**generate_dashboard_summary**](docs/ActionsApi.md#generate_dashboard_summary) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/dashboardSummary |
578+
*ActionsApi* | [**generate_dashboard_summary1**](docs/ActionsApi.md#generate_dashboard_summary1) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/agent/dashboardSummary |
575579
*ActionsApi* | [**generate_description**](docs/ActionsApi.md#generate_description) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/generateDescription | Generate Description for Analytics Object
580+
*ActionsApi* | [**generate_knowledge_recommendations**](docs/ActionsApi.md#generate_knowledge_recommendations) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/agent/knowledgeRecommendations |
576581
*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)
577582
*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)
578583
*ActionsApi* | [**generate_title**](docs/ActionsApi.md#generate_title) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/generateTitle | Generate Title for Analytics Object
@@ -592,6 +597,8 @@ Class | Method | HTTP request | Description
592597
*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
593598
*ActionsApi* | [**get_tabular_export**](docs/ActionsApi.md#get_tabular_export) | **GET** /api/v1/actions/workspaces/{workspaceId}/export/tabular/{exportId} | Retrieve exported files
594599
*ActionsApi* | [**get_translation_tags**](docs/ActionsApi.md#get_translation_tags) | **GET** /api/v1/actions/workspaces/{workspaceId}/translations | Get translation tags.
600+
*ActionsApi* | [**get_workflow_status**](docs/ActionsApi.md#get_workflow_status) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/workflow/{runId}/status |
601+
*ActionsApi* | [**get_workflow_status1**](docs/ActionsApi.md#get_workflow_status1) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/agent/{runId}/status |
595602
*ActionsApi* | [**import_csv**](docs/ActionsApi.md#import_csv) | **POST** /api/v1/actions/fileStorage/dataSources/{dataSourceId}/importCsv | Import CSV
596603
*ActionsApi* | [**import_custom_geo_collection**](docs/ActionsApi.md#import_custom_geo_collection) | **POST** /api/v1/actions/customGeoCollection/{collectionId}/import | Import custom geo collection
597604
*ActionsApi* | [**inherited_entity_conflicts**](docs/ActionsApi.md#inherited_entity_conflicts) | **GET** /api/v1/actions/workspaces/{workspaceId}/inheritedEntityConflicts | Finds identifier conflicts in workspace hierarchy.
@@ -659,6 +666,7 @@ Class | Method | HTTP request | Description
659666
*ActionsApi* | [**unsubscribe_selected_workspace_automations**](docs/ActionsApi.md#unsubscribe_selected_workspace_automations) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe | Unsubscribe from selected automations in the workspace
660667
*ActionsApi* | [**unsubscribe_workspace_automations**](docs/ActionsApi.md#unsubscribe_workspace_automations) | **DELETE** /api/v1/actions/workspaces/{workspaceId}/automations/unsubscribe | Unsubscribe from all automations in the workspace
661668
*ActionsApi* | [**upsert_document**](docs/ActionsApi.md#upsert_document) | **PUT** /api/v1/actions/workspaces/{workspaceId}/ai/knowledge/documents |
669+
*ActionsApi* | [**user_feedback**](docs/ActionsApi.md#user_feedback) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/agent/{runId}/feedback |
662670
*ActionsApi* | [**validate_llm_endpoint**](docs/ActionsApi.md#validate_llm_endpoint) | **POST** /api/v1/actions/ai/llmEndpoint/test | Validate LLM Endpoint
663671
*ActionsApi* | [**validate_llm_endpoint_by_id**](docs/ActionsApi.md#validate_llm_endpoint_by_id) | **POST** /api/v1/actions/ai/llmEndpoint/{llmEndpointId}/test | Validate LLM Endpoint By Id
664672
*ActionsApi* | [**workspace_resolve_all_settings**](docs/ActionsApi.md#workspace_resolve_all_settings) | **GET** /api/v1/actions/workspaces/{workspaceId}/resolveSettings | Values for all settings.
@@ -1396,6 +1404,8 @@ Class | Method | HTTP request | Description
13961404
- [CustomLabel](docs/CustomLabel.md)
13971405
- [CustomMetric](docs/CustomMetric.md)
13981406
- [CustomOverride](docs/CustomOverride.md)
1407+
- [DashboardArbitraryAttributeFilter](docs/DashboardArbitraryAttributeFilter.md)
1408+
- [DashboardArbitraryAttributeFilterArbitraryAttributeFilter](docs/DashboardArbitraryAttributeFilterArbitraryAttributeFilter.md)
13991409
- [DashboardAttributeFilter](docs/DashboardAttributeFilter.md)
14001410
- [DashboardAttributeFilterAttributeFilter](docs/DashboardAttributeFilterAttributeFilter.md)
14011411
- [DashboardContext](docs/DashboardContext.md)
@@ -1404,9 +1414,13 @@ Class | Method | HTTP request | Description
14041414
- [DashboardDateFilterDateFilter](docs/DashboardDateFilterDateFilter.md)
14051415
- [DashboardExportSettings](docs/DashboardExportSettings.md)
14061416
- [DashboardFilter](docs/DashboardFilter.md)
1417+
- [DashboardMatchAttributeFilter](docs/DashboardMatchAttributeFilter.md)
1418+
- [DashboardMatchAttributeFilterMatchAttributeFilter](docs/DashboardMatchAttributeFilterMatchAttributeFilter.md)
14071419
- [DashboardPermissions](docs/DashboardPermissions.md)
14081420
- [DashboardPermissionsAssignment](docs/DashboardPermissionsAssignment.md)
14091421
- [DashboardSlidesTemplate](docs/DashboardSlidesTemplate.md)
1422+
- [DashboardSummaryRequestDto](docs/DashboardSummaryRequestDto.md)
1423+
- [DashboardSummaryResponseDto](docs/DashboardSummaryResponseDto.md)
14101424
- [DashboardTabularExportRequest](docs/DashboardTabularExportRequest.md)
14111425
- [DashboardTabularExportRequestV2](docs/DashboardTabularExportRequestV2.md)
14121426
- [DataColumnLocator](docs/DataColumnLocator.md)
@@ -1553,6 +1567,7 @@ Class | Method | HTTP request | Description
15531567
- [FactIdentifier](docs/FactIdentifier.md)
15541568
- [FailedOperation](docs/FailedOperation.md)
15551569
- [FailedOperationAllOf](docs/FailedOperationAllOf.md)
1570+
- [FeedbackRequestDto](docs/FeedbackRequestDto.md)
15561571
- [File](docs/File.md)
15571572
- [Filter](docs/Filter.md)
15581573
- [FilterBy](docs/FilterBy.md)
@@ -2202,6 +2217,8 @@ Class | Method | HTTP request | Description
22022217
- [KeyDriversResponse](docs/KeyDriversResponse.md)
22032218
- [KeyDriversResult](docs/KeyDriversResult.md)
22042219
- [KnowledgeDocumentMetadataDto](docs/KnowledgeDocumentMetadataDto.md)
2220+
- [KnowledgeRecommendationsRequestDto](docs/KnowledgeRecommendationsRequestDto.md)
2221+
- [KnowledgeRecommendationsResponseDto](docs/KnowledgeRecommendationsResponseDto.md)
22052222
- [KnowledgeSearchResultDto](docs/KnowledgeSearchResultDto.md)
22062223
- [LabelIdentifier](docs/LabelIdentifier.md)
22072224
- [ListDatabaseInstancesResponse](docs/ListDatabaseInstancesResponse.md)
@@ -2445,6 +2462,9 @@ Class | Method | HTTP request | Description
24452462
- [WhatIfScenarioItem](docs/WhatIfScenarioItem.md)
24462463
- [WidgetDescriptor](docs/WidgetDescriptor.md)
24472464
- [WidgetSlidesTemplate](docs/WidgetSlidesTemplate.md)
2465+
- [WorkflowDashboardSummaryRequestDto](docs/WorkflowDashboardSummaryRequestDto.md)
2466+
- [WorkflowDashboardSummaryResponseDto](docs/WorkflowDashboardSummaryResponseDto.md)
2467+
- [WorkflowStatusResponseDto](docs/WorkflowStatusResponseDto.md)
24482468
- [WorkspaceAutomationIdentifier](docs/WorkspaceAutomationIdentifier.md)
24492469
- [WorkspaceAutomationManagementBulkRequest](docs/WorkspaceAutomationManagementBulkRequest.md)
24502470
- [WorkspaceCacheSettings](docs/WorkspaceCacheSettings.md)

gooddata-api-client/docs/APITokensApi.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,13 @@ with gooddata_api_client.ApiClient() as api_client:
109109
api_instance = api_tokens_api.APITokensApi(api_client)
110110
user_id = "userId_example" # str |
111111
id = "/6bUUGjjNSwg0_bs" # str |
112-
filter = "bearerToken==someString" # str | Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). (optional)
113112

114113
# example passing only required values which don't have defaults set
115114
try:
116115
# Delete an API Token for a user
117116
api_instance.delete_entity_api_tokens(user_id, id)
118117
except gooddata_api_client.ApiException as e:
119118
print("Exception when calling APITokensApi->delete_entity_api_tokens: %s\n" % e)
120-
121-
# example passing only required values which don't have defaults set
122-
# and optional values
123-
try:
124-
# Delete an API Token for a user
125-
api_instance.delete_entity_api_tokens(user_id, id, filter=filter)
126-
except gooddata_api_client.ApiException as e:
127-
print("Exception when calling APITokensApi->delete_entity_api_tokens: %s\n" % e)
128119
```
129120

130121

@@ -134,7 +125,6 @@ Name | Type | Description | Notes
134125
------------- | ------------- | ------------- | -------------
135126
**user_id** | **str**| |
136127
**id** | **str**| |
137-
**filter** | **str**| Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123'). | [optional]
138128

139129
### Return type
140130

0 commit comments

Comments
 (0)