Skip to content

Commit 3e45887

Browse files
committed
chore: re-generate client
This adds the ExecutionResultMetadata support. Also add it to ExecutionResult in the SDK package and refresh cassettes. JIRA: CQ-1301 risk: low
1 parent 25b42e9 commit 3e45887

File tree

75 files changed

+904
-28
lines changed

Some content is hidden

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

75 files changed

+904
-28
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,10 @@ docs/EntityIdentifier.md
229229
docs/ExecutionLinks.md
230230
docs/ExecutionResponse.md
231231
docs/ExecutionResult.md
232+
docs/ExecutionResultDataSourceMessage.md
232233
docs/ExecutionResultGrandTotal.md
233234
docs/ExecutionResultHeader.md
235+
docs/ExecutionResultMetadata.md
234236
docs/ExecutionResultPaging.md
235237
docs/ExecutionSettings.md
236238
docs/ExportDefinitionsApi.md
@@ -1242,8 +1244,10 @@ gooddata_api_client/model/entity_identifier.py
12421244
gooddata_api_client/model/execution_links.py
12431245
gooddata_api_client/model/execution_response.py
12441246
gooddata_api_client/model/execution_result.py
1247+
gooddata_api_client/model/execution_result_data_source_message.py
12451248
gooddata_api_client/model/execution_result_grand_total.py
12461249
gooddata_api_client/model/execution_result_header.py
1250+
gooddata_api_client/model/execution_result_metadata.py
12471251
gooddata_api_client/model/execution_result_paging.py
12481252
gooddata_api_client/model/execution_settings.py
12491253
gooddata_api_client/model/export_request.py

gooddata-api-client/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,8 +1111,10 @@ Class | Method | HTTP request | Description
11111111
- [ExecutionLinks](docs/ExecutionLinks.md)
11121112
- [ExecutionResponse](docs/ExecutionResponse.md)
11131113
- [ExecutionResult](docs/ExecutionResult.md)
1114+
- [ExecutionResultDataSourceMessage](docs/ExecutionResultDataSourceMessage.md)
11141115
- [ExecutionResultGrandTotal](docs/ExecutionResultGrandTotal.md)
11151116
- [ExecutionResultHeader](docs/ExecutionResultHeader.md)
1117+
- [ExecutionResultMetadata](docs/ExecutionResultMetadata.md)
11161118
- [ExecutionResultPaging](docs/ExecutionResultPaging.md)
11171119
- [ExecutionSettings](docs/ExecutionSettings.md)
11181120
- [ExportRequest](docs/ExportRequest.md)

gooddata-api-client/docs/ActionsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ No authorization required
710710
711711
Applies all the given cancel tokens.
712712

713-
Each cancel token corresponds to one unique execution request for the same result id. If all cancel tokens for the same result id are applied, the execution for this result id is canceled.
713+
Each cancel token corresponds to one unique execution request for the same result id. If all cancel tokens for the same result id are applied, the execution for this result id is cancelled.
714714

715715
### Example
716716

@@ -774,7 +774,7 @@ No authorization required
774774

775775
| Status code | Description | Response headers |
776776
|-------------|-------------|------------------|
777-
**200** | Status of the cancelling operation. | - |
777+
**200** | Status of the cancellation operation. | - |
778778

779779
[[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)
780780

gooddata-api-client/docs/DeclarativeWorkspaceDataFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Name | Type | Description | Notes
88
**column_name** | **str** | Workspace Data Filters column name. Data are filtered using this physical column. |
99
**id** | **str** | Workspace Data Filters ID. This ID is further used to refer to this instance. |
1010
**title** | **str** | Workspace Data Filters title. |
11+
**workspace** | [**WorkspaceIdentifier**](WorkspaceIdentifier.md) | |
1112
**workspace_data_filter_settings** | [**[DeclarativeWorkspaceDataFilterSetting]**](DeclarativeWorkspaceDataFilterSetting.md) | Filter settings specifying values of filters valid for the workspace. |
1213
**description** | **str** | Workspace Data Filters description. | [optional]
13-
**workspace** | [**WorkspaceIdentifier**](WorkspaceIdentifier.md) | | [optional]
1414
**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]
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

gooddata-api-client/docs/ExecutionResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**data** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | A multi-dimensional array of computed results. The most common one being a 2-dimensional array. The arrays can be composed of Double or null values. |
99
**dimension_headers** | [**[DimensionHeader]**](DimensionHeader.md) | An array containing dimension headers. The size of the array corresponds to the number of dimensions. Their order corresponds to the dimension order in the execution result spec. |
1010
**grand_totals** | [**[ExecutionResultGrandTotal]**](ExecutionResultGrandTotal.md) | |
11+
**metadata** | [**ExecutionResultMetadata**](ExecutionResultMetadata.md) | |
1112
**paging** | [**ExecutionResultPaging**](ExecutionResultPaging.md) | |
1213
**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]
1314

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ExecutionResultDataSourceMessage
2+
3+
A piece of extra information related to the results (e.g. debug information, warnings, etc.).
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**correlation_id** | **str** | Id correlating different pieces of supplementary info together. |
9+
**source** | **str** | Information about what part of the system created this piece of supplementary info. |
10+
**type** | **str** | Type of the supplementary info instance. There are currently no well-known values for this, but there might be some in the future. |
11+
**data** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | Data of this particular supplementary info item: a free-form JSON specific to the particular supplementary info item type. | [optional]
12+
**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+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ExecutionResultMetadata
2+
3+
Additional metadata for the particular execution result.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**data_source_messages** | [**[ExecutionResultDataSourceMessage]**](ExecutionResultDataSourceMessage.md) | Additional information sent by the underlying data source. |
9+
**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]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

gooddata-api-client/gooddata_api_client/api/actions_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5261,7 +5261,7 @@ def cancel_executions(
52615261
):
52625262
"""Applies all the given cancel tokens. # noqa: E501
52635263
5264-
Each cancel token corresponds to one unique execution request for the same result id. If all cancel tokens for the same result id are applied, the execution for this result id is canceled. # noqa: E501
5264+
Each cancel token corresponds to one unique execution request for the same result id. If all cancel tokens for the same result id are applied, the execution for this result id is cancelled. # noqa: E501
52655265
This method makes a synchronous HTTP request by default. To make an
52665266
asynchronous HTTP request, please pass async_req=True
52675267

gooddata-api-client/gooddata_api_client/model/declarative_data_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class DeclarativeDataSource(ModelNormal):
8686
'MOTHERDUCK': "MOTHERDUCK",
8787
'FLEXCONNECT': "FLEXCONNECT",
8888
'STARROCKS': "STARROCKS",
89+
'ATHENA': "ATHENA",
8990
},
9091
('cache_strategy',): {
9192
'ALWAYS': "ALWAYS",

gooddata-api-client/gooddata_api_client/model/declarative_single_workspace_permission.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class DeclarativeSingleWorkspacePermission(ModelNormal):
6767
'EXPORT_TABULAR': "EXPORT_TABULAR",
6868
'EXPORT_PDF': "EXPORT_PDF",
6969
'CREATE_AUTOMATION': "CREATE_AUTOMATION",
70+
'USE_AI_ASSISTANT': "USE_AI_ASSISTANT",
7071
'CREATE_FILTER_VIEW': "CREATE_FILTER_VIEW",
7172
'VIEW': "VIEW",
7273
},

0 commit comments

Comments
 (0)