diff --git a/gooddata-api-client/.openapi-generator/FILES b/gooddata-api-client/.openapi-generator/FILES index 07aa05f83..1b26d10de 100644 --- a/gooddata-api-client/.openapi-generator/FILES +++ b/gooddata-api-client/.openapi-generator/FILES @@ -1193,8 +1193,9 @@ docs/TabularExportRequest.md docs/TestConnectionApi.md docs/TestDefinitionRequest.md docs/TestDestinationRequest.md +docs/TestLlmProviderByIdRequest.md +docs/TestLlmProviderByIdRequestProviderConfig.md docs/TestLlmProviderDefinitionRequest.md -docs/TestLlmProviderDefinitionRequestProviderConfig.md docs/TestLlmProviderResponse.md docs/TestNotification.md docs/TestNotificationAllOf.md @@ -1207,6 +1208,8 @@ docs/TotalDimension.md docs/TotalExecutionResultHeader.md docs/TotalResultHeader.md docs/TranslationsApi.md +docs/TrendingObjectItem.md +docs/TrendingObjectsResult.md docs/TriggerAutomationRequest.md docs/TriggerQualityIssuesCalculationResponse.md docs/UpsertKnowledgeDocumentRequestDto.md @@ -2487,8 +2490,9 @@ gooddata_api_client/model/table_warning.py gooddata_api_client/model/tabular_export_request.py gooddata_api_client/model/test_definition_request.py gooddata_api_client/model/test_destination_request.py +gooddata_api_client/model/test_llm_provider_by_id_request.py +gooddata_api_client/model/test_llm_provider_by_id_request_provider_config.py gooddata_api_client/model/test_llm_provider_definition_request.py -gooddata_api_client/model/test_llm_provider_definition_request_provider_config.py gooddata_api_client/model/test_llm_provider_response.py gooddata_api_client/model/test_notification.py gooddata_api_client/model/test_notification_all_of.py @@ -2500,6 +2504,8 @@ gooddata_api_client/model/total.py gooddata_api_client/model/total_dimension.py gooddata_api_client/model/total_execution_result_header.py gooddata_api_client/model/total_result_header.py +gooddata_api_client/model/trending_object_item.py +gooddata_api_client/model/trending_objects_result.py gooddata_api_client/model/trigger_automation_request.py gooddata_api_client/model/trigger_quality_issues_calculation_response.py gooddata_api_client/model/upsert_knowledge_document_request_dto.py diff --git a/gooddata-api-client/README.md b/gooddata-api-client/README.md index f2f8881e1..de4de3d15 100644 --- a/gooddata-api-client/README.md +++ b/gooddata-api-client/README.md @@ -421,6 +421,7 @@ Class | Method | HTTP request | Description *SmartFunctionsApi* | [**tags**](docs/SmartFunctionsApi.md#tags) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/tags | Get Analytics Catalog Tags *SmartFunctionsApi* | [**test_llm_provider**](docs/SmartFunctionsApi.md#test_llm_provider) | **POST** /api/v1/actions/ai/llmProvider/test | Test LLM Provider *SmartFunctionsApi* | [**test_llm_provider_by_id**](docs/SmartFunctionsApi.md#test_llm_provider_by_id) | **POST** /api/v1/actions/ai/llmProvider/{llmProviderId}/test | Test LLM Provider By Id +*SmartFunctionsApi* | [**trending_objects**](docs/SmartFunctionsApi.md#trending_objects) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects | Get Trending Analytics Catalog Objects *SmartFunctionsApi* | [**trigger_quality_issues_calculation**](docs/SmartFunctionsApi.md#trigger_quality_issues_calculation) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/issues/triggerCheck | Trigger Quality Issues Calculation *SmartFunctionsApi* | [**validate_llm_endpoint**](docs/SmartFunctionsApi.md#validate_llm_endpoint) | **POST** /api/v1/actions/ai/llmEndpoint/test | Validate LLM Endpoint *SmartFunctionsApi* | [**validate_llm_endpoint_by_id**](docs/SmartFunctionsApi.md#validate_llm_endpoint_by_id) | **POST** /api/v1/actions/ai/llmEndpoint/{llmEndpointId}/test | Validate LLM Endpoint By Id @@ -618,6 +619,7 @@ Class | Method | HTTP request | Description *ActionsApi* | [**test_llm_provider**](docs/ActionsApi.md#test_llm_provider) | **POST** /api/v1/actions/ai/llmProvider/test | Test LLM Provider *ActionsApi* | [**test_llm_provider_by_id**](docs/ActionsApi.md#test_llm_provider_by_id) | **POST** /api/v1/actions/ai/llmProvider/{llmProviderId}/test | Test LLM Provider By Id *ActionsApi* | [**test_notification_channel**](docs/ActionsApi.md#test_notification_channel) | **POST** /api/v1/actions/notificationChannels/test | Test notification channel. +*ActionsApi* | [**trending_objects**](docs/ActionsApi.md#trending_objects) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects | Get Trending Analytics Catalog Objects *ActionsApi* | [**trigger_automation**](docs/ActionsApi.md#trigger_automation) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/trigger | Trigger automation. *ActionsApi* | [**trigger_existing_automation**](docs/ActionsApi.md#trigger_existing_automation) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/trigger | Trigger existing automation. *ActionsApi* | [**trigger_quality_issues_calculation**](docs/ActionsApi.md#trigger_quality_issues_calculation) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/issues/triggerCheck | Trigger Quality Issues Calculation @@ -2306,8 +2308,9 @@ Class | Method | HTTP request | Description - [TabularExportRequest](docs/TabularExportRequest.md) - [TestDefinitionRequest](docs/TestDefinitionRequest.md) - [TestDestinationRequest](docs/TestDestinationRequest.md) + - [TestLlmProviderByIdRequest](docs/TestLlmProviderByIdRequest.md) + - [TestLlmProviderByIdRequestProviderConfig](docs/TestLlmProviderByIdRequestProviderConfig.md) - [TestLlmProviderDefinitionRequest](docs/TestLlmProviderDefinitionRequest.md) - - [TestLlmProviderDefinitionRequestProviderConfig](docs/TestLlmProviderDefinitionRequestProviderConfig.md) - [TestLlmProviderResponse](docs/TestLlmProviderResponse.md) - [TestNotification](docs/TestNotification.md) - [TestNotificationAllOf](docs/TestNotificationAllOf.md) @@ -2319,6 +2322,8 @@ Class | Method | HTTP request | Description - [TotalDimension](docs/TotalDimension.md) - [TotalExecutionResultHeader](docs/TotalExecutionResultHeader.md) - [TotalResultHeader](docs/TotalResultHeader.md) + - [TrendingObjectItem](docs/TrendingObjectItem.md) + - [TrendingObjectsResult](docs/TrendingObjectsResult.md) - [TriggerAutomationRequest](docs/TriggerAutomationRequest.md) - [TriggerQualityIssuesCalculationResponse](docs/TriggerQualityIssuesCalculationResponse.md) - [UpsertKnowledgeDocumentRequestDto](docs/UpsertKnowledgeDocumentRequestDto.md) diff --git a/gooddata-api-client/docs/ActionsApi.md b/gooddata-api-client/docs/ActionsApi.md index 00977d702..9462777b9 100644 --- a/gooddata-api-client/docs/ActionsApi.md +++ b/gooddata-api-client/docs/ActionsApi.md @@ -106,6 +106,7 @@ Method | HTTP request | Description [**test_llm_provider**](ActionsApi.md#test_llm_provider) | **POST** /api/v1/actions/ai/llmProvider/test | Test LLM Provider [**test_llm_provider_by_id**](ActionsApi.md#test_llm_provider_by_id) | **POST** /api/v1/actions/ai/llmProvider/{llmProviderId}/test | Test LLM Provider By Id [**test_notification_channel**](ActionsApi.md#test_notification_channel) | **POST** /api/v1/actions/notificationChannels/test | Test notification channel. +[**trending_objects**](ActionsApi.md#trending_objects) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects | Get Trending Analytics Catalog Objects [**trigger_automation**](ActionsApi.md#trigger_automation) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/trigger | Trigger automation. [**trigger_existing_automation**](ActionsApi.md#trigger_existing_automation) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/{automationId}/trigger | Trigger existing automation. [**trigger_quality_issues_calculation**](ActionsApi.md#trigger_quality_issues_calculation) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/issues/triggerCheck | Trigger Quality Issues Calculation @@ -8113,7 +8114,7 @@ with gooddata_api_client.ApiClient() as api_client: id="id_example", ), ], - provider_config=TestLlmProviderDefinitionRequestProviderConfig(None), + provider_config=TestLlmProviderByIdRequestProviderConfig(None), ) # TestLlmProviderDefinitionRequest | # example passing only required values which don't have defaults set @@ -8169,6 +8170,7 @@ import time import gooddata_api_client from gooddata_api_client.api import actions_api from gooddata_api_client.model.test_llm_provider_response import TestLlmProviderResponse +from gooddata_api_client.model.test_llm_provider_by_id_request import TestLlmProviderByIdRequest from pprint import pprint # Defining the host is optional and defaults to http://localhost # See configuration.py for a list of all supported configuration parameters. @@ -8182,6 +8184,15 @@ with gooddata_api_client.ApiClient() as api_client: # Create an instance of the API class api_instance = actions_api.ActionsApi(api_client) llm_provider_id = "llmProviderId_example" # str | + test_llm_provider_by_id_request = TestLlmProviderByIdRequest( + models=[ + LlmModel( + family="OPENAI", + id="id_example", + ), + ], + provider_config=TestLlmProviderByIdRequestProviderConfig(None), + ) # TestLlmProviderByIdRequest | (optional) # example passing only required values which don't have defaults set try: @@ -8190,6 +8201,15 @@ with gooddata_api_client.ApiClient() as api_client: pprint(api_response) except gooddata_api_client.ApiException as e: print("Exception when calling ActionsApi->test_llm_provider_by_id: %s\n" % e) + + # example passing only required values which don't have defaults set + # and optional values + try: + # Test LLM Provider By Id + api_response = api_instance.test_llm_provider_by_id(llm_provider_id, test_llm_provider_by_id_request=test_llm_provider_by_id_request) + pprint(api_response) + except gooddata_api_client.ApiException as e: + print("Exception when calling ActionsApi->test_llm_provider_by_id: %s\n" % e) ``` @@ -8198,6 +8218,7 @@ with gooddata_api_client.ApiClient() as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **llm_provider_id** | **str**| | + **test_llm_provider_by_id_request** | [**TestLlmProviderByIdRequest**](TestLlmProviderByIdRequest.md)| | [optional] ### Return type @@ -8209,7 +8230,7 @@ No authorization required ### HTTP request headers - - **Content-Type**: Not defined + - **Content-Type**: application/json - **Accept**: application/json @@ -8296,6 +8317,73 @@ No authorization required [[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) +# **trending_objects** +> TrendingObjectsResult trending_objects(workspace_id) + +Get Trending Analytics Catalog Objects + +Returns a list of trending objects for this workspace + +### Example + + +```python +import time +import gooddata_api_client +from gooddata_api_client.api import actions_api +from gooddata_api_client.model.trending_objects_result import TrendingObjectsResult +from pprint import pprint +# Defining the host is optional and defaults to http://localhost +# See configuration.py for a list of all supported configuration parameters. +configuration = gooddata_api_client.Configuration( + host = "http://localhost" +) + + +# Enter a context with an instance of the API client +with gooddata_api_client.ApiClient() as api_client: + # Create an instance of the API class + api_instance = actions_api.ActionsApi(api_client) + workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier + + # example passing only required values which don't have defaults set + try: + # Get Trending Analytics Catalog Objects + api_response = api_instance.trending_objects(workspace_id) + pprint(api_response) + except gooddata_api_client.ApiException as e: + print("Exception when calling ActionsApi->trending_objects: %s\n" % e) +``` + + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **workspace_id** | **str**| Workspace identifier | + +### Return type + +[**TrendingObjectsResult**](TrendingObjectsResult.md) + +### Authorization + +No authorization required + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | + +[[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) + # **trigger_automation** > trigger_automation(workspace_id, trigger_automation_request) diff --git a/gooddata-api-client/docs/LlmProviderConfig.md b/gooddata-api-client/docs/LlmProviderConfig.md index 9ce5198f8..406b83ec6 100644 --- a/gooddata-api-client/docs/LlmProviderConfig.md +++ b/gooddata-api-client/docs/LlmProviderConfig.md @@ -1,6 +1,6 @@ # LlmProviderConfig -Provider configuration to test. +Provider configuration overrides. ## Properties Name | Type | Description | Notes diff --git a/gooddata-api-client/docs/SmartFunctionsApi.md b/gooddata-api-client/docs/SmartFunctionsApi.md index ad6b146b9..9b7c8de51 100644 --- a/gooddata-api-client/docs/SmartFunctionsApi.md +++ b/gooddata-api-client/docs/SmartFunctionsApi.md @@ -25,6 +25,7 @@ Method | HTTP request | Description [**tags**](SmartFunctionsApi.md#tags) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/tags | Get Analytics Catalog Tags [**test_llm_provider**](SmartFunctionsApi.md#test_llm_provider) | **POST** /api/v1/actions/ai/llmProvider/test | Test LLM Provider [**test_llm_provider_by_id**](SmartFunctionsApi.md#test_llm_provider_by_id) | **POST** /api/v1/actions/ai/llmProvider/{llmProviderId}/test | Test LLM Provider By Id +[**trending_objects**](SmartFunctionsApi.md#trending_objects) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects | Get Trending Analytics Catalog Objects [**trigger_quality_issues_calculation**](SmartFunctionsApi.md#trigger_quality_issues_calculation) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/issues/triggerCheck | Trigger Quality Issues Calculation [**validate_llm_endpoint**](SmartFunctionsApi.md#validate_llm_endpoint) | **POST** /api/v1/actions/ai/llmEndpoint/test | Validate LLM Endpoint [**validate_llm_endpoint_by_id**](SmartFunctionsApi.md#validate_llm_endpoint_by_id) | **POST** /api/v1/actions/ai/llmEndpoint/{llmEndpointId}/test | Validate LLM Endpoint By Id @@ -1554,7 +1555,7 @@ with gooddata_api_client.ApiClient() as api_client: id="id_example", ), ], - provider_config=TestLlmProviderDefinitionRequestProviderConfig(None), + provider_config=TestLlmProviderByIdRequestProviderConfig(None), ) # TestLlmProviderDefinitionRequest | # example passing only required values which don't have defaults set @@ -1610,6 +1611,7 @@ import time import gooddata_api_client from gooddata_api_client.api import smart_functions_api from gooddata_api_client.model.test_llm_provider_response import TestLlmProviderResponse +from gooddata_api_client.model.test_llm_provider_by_id_request import TestLlmProviderByIdRequest from pprint import pprint # Defining the host is optional and defaults to http://localhost # See configuration.py for a list of all supported configuration parameters. @@ -1623,6 +1625,15 @@ with gooddata_api_client.ApiClient() as api_client: # Create an instance of the API class api_instance = smart_functions_api.SmartFunctionsApi(api_client) llm_provider_id = "llmProviderId_example" # str | + test_llm_provider_by_id_request = TestLlmProviderByIdRequest( + models=[ + LlmModel( + family="OPENAI", + id="id_example", + ), + ], + provider_config=TestLlmProviderByIdRequestProviderConfig(None), + ) # TestLlmProviderByIdRequest | (optional) # example passing only required values which don't have defaults set try: @@ -1631,6 +1642,15 @@ with gooddata_api_client.ApiClient() as api_client: pprint(api_response) except gooddata_api_client.ApiException as e: print("Exception when calling SmartFunctionsApi->test_llm_provider_by_id: %s\n" % e) + + # example passing only required values which don't have defaults set + # and optional values + try: + # Test LLM Provider By Id + api_response = api_instance.test_llm_provider_by_id(llm_provider_id, test_llm_provider_by_id_request=test_llm_provider_by_id_request) + pprint(api_response) + except gooddata_api_client.ApiException as e: + print("Exception when calling SmartFunctionsApi->test_llm_provider_by_id: %s\n" % e) ``` @@ -1639,6 +1659,7 @@ with gooddata_api_client.ApiClient() as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **llm_provider_id** | **str**| | + **test_llm_provider_by_id_request** | [**TestLlmProviderByIdRequest**](TestLlmProviderByIdRequest.md)| | [optional] ### Return type @@ -1648,6 +1669,73 @@ Name | Type | Description | Notes No authorization required +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | OK | - | + +[[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) + +# **trending_objects** +> TrendingObjectsResult trending_objects(workspace_id) + +Get Trending Analytics Catalog Objects + +Returns a list of trending objects for this workspace + +### Example + + +```python +import time +import gooddata_api_client +from gooddata_api_client.api import smart_functions_api +from gooddata_api_client.model.trending_objects_result import TrendingObjectsResult +from pprint import pprint +# Defining the host is optional and defaults to http://localhost +# See configuration.py for a list of all supported configuration parameters. +configuration = gooddata_api_client.Configuration( + host = "http://localhost" +) + + +# Enter a context with an instance of the API client +with gooddata_api_client.ApiClient() as api_client: + # Create an instance of the API class + api_instance = smart_functions_api.SmartFunctionsApi(api_client) + workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier + + # example passing only required values which don't have defaults set + try: + # Get Trending Analytics Catalog Objects + api_response = api_instance.trending_objects(workspace_id) + pprint(api_response) + except gooddata_api_client.ApiException as e: + print("Exception when calling SmartFunctionsApi->trending_objects: %s\n" % e) +``` + + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **workspace_id** | **str**| Workspace identifier | + +### Return type + +[**TrendingObjectsResult**](TrendingObjectsResult.md) + +### Authorization + +No authorization required + ### HTTP request headers - **Content-Type**: Not defined diff --git a/gooddata-api-client/docs/TestLlmProviderByIdRequest.md b/gooddata-api-client/docs/TestLlmProviderByIdRequest.md new file mode 100644 index 000000000..69bec4ceb --- /dev/null +++ b/gooddata-api-client/docs/TestLlmProviderByIdRequest.md @@ -0,0 +1,13 @@ +# TestLlmProviderByIdRequest + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**models** | [**[LlmModel]**](LlmModel.md) | Models overrides. | [optional] +**provider_config** | [**TestLlmProviderByIdRequestProviderConfig**](TestLlmProviderByIdRequestProviderConfig.md) | | [optional] +**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] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/gooddata-api-client/docs/TestLlmProviderDefinitionRequestProviderConfig.md b/gooddata-api-client/docs/TestLlmProviderByIdRequestProviderConfig.md similarity index 95% rename from gooddata-api-client/docs/TestLlmProviderDefinitionRequestProviderConfig.md rename to gooddata-api-client/docs/TestLlmProviderByIdRequestProviderConfig.md index d28dabb8d..7c97a8cc0 100644 --- a/gooddata-api-client/docs/TestLlmProviderDefinitionRequestProviderConfig.md +++ b/gooddata-api-client/docs/TestLlmProviderByIdRequestProviderConfig.md @@ -1,4 +1,4 @@ -# TestLlmProviderDefinitionRequestProviderConfig +# TestLlmProviderByIdRequestProviderConfig ## Properties diff --git a/gooddata-api-client/docs/TestLlmProviderDefinitionRequest.md b/gooddata-api-client/docs/TestLlmProviderDefinitionRequest.md index 3045f7af8..510db3058 100644 --- a/gooddata-api-client/docs/TestLlmProviderDefinitionRequest.md +++ b/gooddata-api-client/docs/TestLlmProviderDefinitionRequest.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**provider_config** | [**TestLlmProviderDefinitionRequestProviderConfig**](TestLlmProviderDefinitionRequestProviderConfig.md) | | +**provider_config** | [**TestLlmProviderByIdRequestProviderConfig**](TestLlmProviderByIdRequestProviderConfig.md) | | **models** | [**[LlmModel]**](LlmModel.md) | Models to test. | [optional] **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] diff --git a/gooddata-api-client/docs/TrendingObjectItem.md b/gooddata-api-client/docs/TrendingObjectItem.md new file mode 100644 index 000000000..ff577d66f --- /dev/null +++ b/gooddata-api-client/docs/TrendingObjectItem.md @@ -0,0 +1,30 @@ +# TrendingObjectItem + +Trending analytics catalog objects + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | **str** | Object ID. | +**tags** | **[str]** | | +**title** | **str** | Object title. | +**type** | **str** | Object type, e.g. dashboard, visualization, metric. | +**usage_count** | **int** | Number of times this object has been used/referenced. | +**workspace_id** | **str** | Workspace ID the object belongs to. | +**created_at** | **datetime** | Timestamp when object was created. | [optional] +**created_by** | **str** | ID of the user who created the object. | [optional] +**dataset_id** | **str** | ID of the associated dataset, if applicable. | [optional] +**dataset_title** | **str** | Title of the associated dataset, if applicable. | [optional] +**dataset_type** | **str** | Type of the associated dataset, if applicable. | [optional] +**description** | **str** | Object description. | [optional] +**is_hidden** | **bool** | If true, this object is hidden from AI search results by default. | [optional] +**is_hidden_from_kda** | **bool** | If true, this object is hidden from KDA. | [optional] +**metric_type** | **str** | Type of the metric (e.g. MAQL), if applicable. | [optional] +**modified_at** | **datetime** | Timestamp when object was last modified. | [optional] +**modified_by** | **str** | ID of the user who last modified the object. | [optional] +**visualization_url** | **str** | URL of the visualization, if applicable. | [optional] +**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] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/gooddata-api-client/docs/TrendingObjectsResult.md b/gooddata-api-client/docs/TrendingObjectsResult.md new file mode 100644 index 000000000..8c33e779f --- /dev/null +++ b/gooddata-api-client/docs/TrendingObjectsResult.md @@ -0,0 +1,12 @@ +# TrendingObjectsResult + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**objects** | [**[TrendingObjectItem]**](TrendingObjectItem.md) | | +**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] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/gooddata-api-client/gooddata_api_client/api/actions_api.py b/gooddata-api-client/gooddata_api_client/api/actions_api.py index a578be876..0223d57d4 100644 --- a/gooddata-api-client/gooddata_api_client/api/actions_api.py +++ b/gooddata-api-client/gooddata_api_client/api/actions_api.py @@ -112,10 +112,12 @@ from gooddata_api_client.model.tabular_export_request import TabularExportRequest from gooddata_api_client.model.test_definition_request import TestDefinitionRequest from gooddata_api_client.model.test_destination_request import TestDestinationRequest +from gooddata_api_client.model.test_llm_provider_by_id_request import TestLlmProviderByIdRequest from gooddata_api_client.model.test_llm_provider_definition_request import TestLlmProviderDefinitionRequest from gooddata_api_client.model.test_llm_provider_response import TestLlmProviderResponse from gooddata_api_client.model.test_request import TestRequest from gooddata_api_client.model.test_response import TestResponse +from gooddata_api_client.model.trending_objects_result import TrendingObjectsResult from gooddata_api_client.model.trigger_automation_request import TriggerAutomationRequest from gooddata_api_client.model.trigger_quality_issues_calculation_response import TriggerQualityIssuesCalculationResponse from gooddata_api_client.model.upsert_knowledge_document_request_dto import UpsertKnowledgeDocumentRequestDto @@ -6057,6 +6059,7 @@ def __init__(self, api_client=None): params_map={ 'all': [ 'llm_provider_id', + 'test_llm_provider_by_id_request', ], 'required': [ 'llm_provider_id', @@ -6076,12 +6079,15 @@ def __init__(self, api_client=None): 'openapi_types': { 'llm_provider_id': (str,), + 'test_llm_provider_by_id_request': + (TestLlmProviderByIdRequest,), }, 'attribute_map': { 'llm_provider_id': 'llmProviderId', }, 'location_map': { 'llm_provider_id': 'path', + 'test_llm_provider_by_id_request': 'body', }, 'collection_format_map': { } @@ -6090,7 +6096,9 @@ def __init__(self, api_client=None): 'accept': [ 'application/json' ], - 'content_type': [], + 'content_type': [ + 'application/json' + ] }, api_client=api_client ) @@ -6144,6 +6152,62 @@ def __init__(self, api_client=None): }, api_client=api_client ) + self.trending_objects_endpoint = _Endpoint( + settings={ + 'response_type': (TrendingObjectsResult,), + 'auth': [], + 'endpoint_path': '/api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects', + 'operation_id': 'trending_objects', + 'http_method': 'GET', + 'servers': None, + }, + params_map={ + 'all': [ + 'workspace_id', + ], + 'required': [ + 'workspace_id', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + 'workspace_id', + ] + }, + root_map={ + 'validations': { + ('workspace_id',): { + + 'regex': { + 'pattern': r'^(?!\.)[.A-Za-z0-9_-]{1,255}$', # noqa: E501 + }, + }, + }, + 'allowed_values': { + }, + 'openapi_types': { + 'workspace_id': + (str,), + }, + 'attribute_map': { + 'workspace_id': 'workspaceId', + }, + 'location_map': { + 'workspace_id': 'path', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [], + }, + api_client=api_client + ) self.trigger_automation_endpoint = _Endpoint( settings={ 'response_type': None, @@ -15536,6 +15600,7 @@ def test_llm_provider_by_id( llm_provider_id (str): Keyword Args: + test_llm_provider_by_id_request (TestLlmProviderByIdRequest): [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -15684,6 +15749,89 @@ def test_notification_channel( test_destination_request return self.test_notification_channel_endpoint.call_with_http_info(**kwargs) + def trending_objects( + self, + workspace_id, + **kwargs + ): + """Get Trending Analytics Catalog Objects # noqa: E501 + + Returns a list of trending objects for this workspace # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.trending_objects(workspace_id, async_req=True) + >>> result = thread.get() + + Args: + workspace_id (str): Workspace identifier + + Keyword Args: + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + _request_auths (list): set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + Default is None + async_req (bool): execute request asynchronously + + Returns: + TrendingObjectsResult + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['_request_auths'] = kwargs.get('_request_auths', None) + kwargs['workspace_id'] = \ + workspace_id + return self.trending_objects_endpoint.call_with_http_info(**kwargs) + def trigger_automation( self, workspace_id, diff --git a/gooddata-api-client/gooddata_api_client/api/smart_functions_api.py b/gooddata-api-client/gooddata_api_client/api/smart_functions_api.py index acd5cc343..75211361b 100644 --- a/gooddata-api-client/gooddata_api_client/api/smart_functions_api.py +++ b/gooddata-api-client/gooddata_api_client/api/smart_functions_api.py @@ -46,8 +46,10 @@ from gooddata_api_client.model.search_request import SearchRequest from gooddata_api_client.model.search_result import SearchResult from gooddata_api_client.model.smart_function_response import SmartFunctionResponse +from gooddata_api_client.model.test_llm_provider_by_id_request import TestLlmProviderByIdRequest from gooddata_api_client.model.test_llm_provider_definition_request import TestLlmProviderDefinitionRequest from gooddata_api_client.model.test_llm_provider_response import TestLlmProviderResponse +from gooddata_api_client.model.trending_objects_result import TrendingObjectsResult from gooddata_api_client.model.trigger_quality_issues_calculation_response import TriggerQualityIssuesCalculationResponse from gooddata_api_client.model.validate_llm_endpoint_by_id_request import ValidateLLMEndpointByIdRequest from gooddata_api_client.model.validate_llm_endpoint_request import ValidateLLMEndpointRequest @@ -1341,6 +1343,7 @@ def __init__(self, api_client=None): params_map={ 'all': [ 'llm_provider_id', + 'test_llm_provider_by_id_request', ], 'required': [ 'llm_provider_id', @@ -1360,12 +1363,73 @@ def __init__(self, api_client=None): 'openapi_types': { 'llm_provider_id': (str,), + 'test_llm_provider_by_id_request': + (TestLlmProviderByIdRequest,), }, 'attribute_map': { 'llm_provider_id': 'llmProviderId', }, 'location_map': { 'llm_provider_id': 'path', + 'test_llm_provider_by_id_request': 'body', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) + self.trending_objects_endpoint = _Endpoint( + settings={ + 'response_type': (TrendingObjectsResult,), + 'auth': [], + 'endpoint_path': '/api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects', + 'operation_id': 'trending_objects', + 'http_method': 'GET', + 'servers': None, + }, + params_map={ + 'all': [ + 'workspace_id', + ], + 'required': [ + 'workspace_id', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + 'workspace_id', + ] + }, + root_map={ + 'validations': { + ('workspace_id',): { + + 'regex': { + 'pattern': r'^(?!\.)[.A-Za-z0-9_-]{1,255}$', # noqa: E501 + }, + }, + }, + 'allowed_values': { + }, + 'openapi_types': { + 'workspace_id': + (str,), + }, + 'attribute_map': { + 'workspace_id': 'workspaceId', + }, + 'location_map': { + 'workspace_id': 'path', }, 'collection_format_map': { } @@ -3291,6 +3355,7 @@ def test_llm_provider_by_id( llm_provider_id (str): Keyword Args: + test_llm_provider_by_id_request (TestLlmProviderByIdRequest): [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -3356,6 +3421,89 @@ def test_llm_provider_by_id( llm_provider_id return self.test_llm_provider_by_id_endpoint.call_with_http_info(**kwargs) + def trending_objects( + self, + workspace_id, + **kwargs + ): + """Get Trending Analytics Catalog Objects # noqa: E501 + + Returns a list of trending objects for this workspace # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.trending_objects(workspace_id, async_req=True) + >>> result = thread.get() + + Args: + workspace_id (str): Workspace identifier + + Keyword Args: + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + _request_auths (list): set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + Default is None + async_req (bool): execute request asynchronously + + Returns: + TrendingObjectsResult + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['_request_auths'] = kwargs.get('_request_auths', None) + kwargs['workspace_id'] = \ + workspace_id + return self.trending_objects_endpoint.call_with_http_info(**kwargs) + def trigger_quality_issues_calculation( self, workspace_id, diff --git a/gooddata-api-client/gooddata_api_client/model/declarative_setting.py b/gooddata-api-client/gooddata_api_client/model/declarative_setting.py index 68d5cc622..2f8365bb5 100644 --- a/gooddata-api-client/gooddata_api_client/model/declarative_setting.py +++ b/gooddata-api-client/gooddata_api_client/model/declarative_setting.py @@ -102,6 +102,7 @@ class DeclarativeSetting(ModelNormal): 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS': "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", 'MAX_ZOOM_LEVEL': "MAX_ZOOM_LEVEL", 'SORT_CASE_SENSITIVE': "SORT_CASE_SENSITIVE", + 'SORT_COLLATION': "SORT_COLLATION", 'METRIC_FORMAT_OVERRIDE': "METRIC_FORMAT_OVERRIDE", 'ENABLE_AI_ON_DATA': "ENABLE_AI_ON_DATA", 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE': "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", diff --git a/gooddata-api-client/gooddata_api_client/model/json_api_organization_setting_in_attributes.py b/gooddata-api-client/gooddata_api_client/model/json_api_organization_setting_in_attributes.py index d431d8652..558000880 100644 --- a/gooddata-api-client/gooddata_api_client/model/json_api_organization_setting_in_attributes.py +++ b/gooddata-api-client/gooddata_api_client/model/json_api_organization_setting_in_attributes.py @@ -98,6 +98,7 @@ class JsonApiOrganizationSettingInAttributes(ModelNormal): 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS': "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", 'MAX_ZOOM_LEVEL': "MAX_ZOOM_LEVEL", 'SORT_CASE_SENSITIVE': "SORT_CASE_SENSITIVE", + 'SORT_COLLATION': "SORT_COLLATION", 'METRIC_FORMAT_OVERRIDE': "METRIC_FORMAT_OVERRIDE", 'ENABLE_AI_ON_DATA': "ENABLE_AI_ON_DATA", 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE': "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", diff --git a/gooddata-api-client/gooddata_api_client/model/resolved_setting.py b/gooddata-api-client/gooddata_api_client/model/resolved_setting.py index a5b88bc0a..16a2903c0 100644 --- a/gooddata-api-client/gooddata_api_client/model/resolved_setting.py +++ b/gooddata-api-client/gooddata_api_client/model/resolved_setting.py @@ -102,6 +102,7 @@ class ResolvedSetting(ModelNormal): 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS': "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", 'MAX_ZOOM_LEVEL': "MAX_ZOOM_LEVEL", 'SORT_CASE_SENSITIVE': "SORT_CASE_SENSITIVE", + 'SORT_COLLATION': "SORT_COLLATION", 'METRIC_FORMAT_OVERRIDE': "METRIC_FORMAT_OVERRIDE", 'ENABLE_AI_ON_DATA': "ENABLE_AI_ON_DATA", 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE': "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", diff --git a/gooddata-api-client/gooddata_api_client/model/test_llm_provider_by_id_request.py b/gooddata-api-client/gooddata_api_client/model/test_llm_provider_by_id_request.py new file mode 100644 index 000000000..2b388d8a2 --- /dev/null +++ b/gooddata-api-client/gooddata_api_client/model/test_llm_provider_by_id_request.py @@ -0,0 +1,276 @@ +""" + OpenAPI definition + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 + + The version of the OpenAPI document: v0 + Contact: support@gooddata.com + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from gooddata_api_client.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from gooddata_api_client.exceptions import ApiAttributeError + + +def lazy_import(): + from gooddata_api_client.model.llm_model import LlmModel + from gooddata_api_client.model.test_llm_provider_by_id_request_provider_config import TestLlmProviderByIdRequestProviderConfig + globals()['LlmModel'] = LlmModel + globals()['TestLlmProviderByIdRequestProviderConfig'] = TestLlmProviderByIdRequestProviderConfig + + +class TestLlmProviderByIdRequest(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'models': ([LlmModel],), # noqa: E501 + 'provider_config': (TestLlmProviderByIdRequestProviderConfig,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'models': 'models', # noqa: E501 + 'provider_config': 'providerConfig', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """TestLlmProviderByIdRequest - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + models ([LlmModel]): Models overrides.. [optional] # noqa: E501 + provider_config (TestLlmProviderByIdRequestProviderConfig): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', True) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): # noqa: E501 + """TestLlmProviderByIdRequest - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + models ([LlmModel]): Models overrides.. [optional] # noqa: E501 + provider_config (TestLlmProviderByIdRequestProviderConfig): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/gooddata-api-client/gooddata_api_client/model/test_llm_provider_definition_request_provider_config.py b/gooddata-api-client/gooddata_api_client/model/test_llm_provider_by_id_request_provider_config.py similarity index 98% rename from gooddata-api-client/gooddata_api_client/model/test_llm_provider_definition_request_provider_config.py rename to gooddata-api-client/gooddata_api_client/model/test_llm_provider_by_id_request_provider_config.py index e93080b2c..cae6d5267 100644 --- a/gooddata-api-client/gooddata_api_client/model/test_llm_provider_definition_request_provider_config.py +++ b/gooddata-api-client/gooddata_api_client/model/test_llm_provider_by_id_request_provider_config.py @@ -41,7 +41,7 @@ def lazy_import(): globals()['OpenAiProviderAuth'] = OpenAiProviderAuth -class TestLlmProviderDefinitionRequestProviderConfig(ModelComposed): +class TestLlmProviderByIdRequestProviderConfig(ModelComposed): """NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech @@ -137,7 +137,7 @@ def discriminator(): @classmethod @convert_js_args_to_python_args def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 - """TestLlmProviderDefinitionRequestProviderConfig - a model defined in OpenAPI + """TestLlmProviderByIdRequestProviderConfig - a model defined in OpenAPI Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -246,7 +246,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 - """TestLlmProviderDefinitionRequestProviderConfig - a model defined in OpenAPI + """TestLlmProviderByIdRequestProviderConfig - a model defined in OpenAPI Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/gooddata-api-client/gooddata_api_client/model/test_llm_provider_definition_request.py b/gooddata-api-client/gooddata_api_client/model/test_llm_provider_definition_request.py index d1ebb7f5f..b7d458ec4 100644 --- a/gooddata-api-client/gooddata_api_client/model/test_llm_provider_definition_request.py +++ b/gooddata-api-client/gooddata_api_client/model/test_llm_provider_definition_request.py @@ -32,9 +32,9 @@ def lazy_import(): from gooddata_api_client.model.llm_model import LlmModel - from gooddata_api_client.model.test_llm_provider_definition_request_provider_config import TestLlmProviderDefinitionRequestProviderConfig + from gooddata_api_client.model.test_llm_provider_by_id_request_provider_config import TestLlmProviderByIdRequestProviderConfig globals()['LlmModel'] = LlmModel - globals()['TestLlmProviderDefinitionRequestProviderConfig'] = TestLlmProviderDefinitionRequestProviderConfig + globals()['TestLlmProviderByIdRequestProviderConfig'] = TestLlmProviderByIdRequestProviderConfig class TestLlmProviderDefinitionRequest(ModelNormal): @@ -90,7 +90,7 @@ def openapi_types(): """ lazy_import() return { - 'provider_config': (TestLlmProviderDefinitionRequestProviderConfig,), # noqa: E501 + 'provider_config': (TestLlmProviderByIdRequestProviderConfig,), # noqa: E501 'models': ([LlmModel],), # noqa: E501 } @@ -115,7 +115,7 @@ def _from_openapi_data(cls, provider_config, *args, **kwargs): # noqa: E501 """TestLlmProviderDefinitionRequest - a model defined in OpenAPI Args: - provider_config (TestLlmProviderDefinitionRequestProviderConfig): + provider_config (TestLlmProviderByIdRequestProviderConfig): Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -205,7 +205,7 @@ def __init__(self, provider_config, *args, **kwargs): # noqa: E501 """TestLlmProviderDefinitionRequest - a model defined in OpenAPI Args: - provider_config (TestLlmProviderDefinitionRequestProviderConfig): + provider_config (TestLlmProviderByIdRequestProviderConfig): Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/gooddata-api-client/gooddata_api_client/model/trending_object_item.py b/gooddata-api-client/gooddata_api_client/model/trending_object_item.py new file mode 100644 index 000000000..8b6f7ccfc --- /dev/null +++ b/gooddata-api-client/gooddata_api_client/model/trending_object_item.py @@ -0,0 +1,348 @@ +""" + OpenAPI definition + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 + + The version of the OpenAPI document: v0 + Contact: support@gooddata.com + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from gooddata_api_client.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from gooddata_api_client.exceptions import ApiAttributeError + + + +class TrendingObjectItem(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'id': (str,), # noqa: E501 + 'tags': ([str],), # noqa: E501 + 'title': (str,), # noqa: E501 + 'type': (str,), # noqa: E501 + 'usage_count': (int,), # noqa: E501 + 'workspace_id': (str,), # noqa: E501 + 'created_at': (datetime,), # noqa: E501 + 'created_by': (str,), # noqa: E501 + 'dataset_id': (str,), # noqa: E501 + 'dataset_title': (str,), # noqa: E501 + 'dataset_type': (str,), # noqa: E501 + 'description': (str,), # noqa: E501 + 'is_hidden': (bool,), # noqa: E501 + 'is_hidden_from_kda': (bool,), # noqa: E501 + 'metric_type': (str,), # noqa: E501 + 'modified_at': (datetime,), # noqa: E501 + 'modified_by': (str,), # noqa: E501 + 'visualization_url': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'id': 'id', # noqa: E501 + 'tags': 'tags', # noqa: E501 + 'title': 'title', # noqa: E501 + 'type': 'type', # noqa: E501 + 'usage_count': 'usageCount', # noqa: E501 + 'workspace_id': 'workspaceId', # noqa: E501 + 'created_at': 'createdAt', # noqa: E501 + 'created_by': 'createdBy', # noqa: E501 + 'dataset_id': 'datasetId', # noqa: E501 + 'dataset_title': 'datasetTitle', # noqa: E501 + 'dataset_type': 'datasetType', # noqa: E501 + 'description': 'description', # noqa: E501 + 'is_hidden': 'isHidden', # noqa: E501 + 'is_hidden_from_kda': 'isHiddenFromKda', # noqa: E501 + 'metric_type': 'metricType', # noqa: E501 + 'modified_at': 'modifiedAt', # noqa: E501 + 'modified_by': 'modifiedBy', # noqa: E501 + 'visualization_url': 'visualizationUrl', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, id, tags, title, type, usage_count, workspace_id, *args, **kwargs): # noqa: E501 + """TrendingObjectItem - a model defined in OpenAPI + + Args: + id (str): Object ID. + tags ([str]): + title (str): Object title. + type (str): Object type, e.g. dashboard, visualization, metric. + usage_count (int): Number of times this object has been used/referenced. + workspace_id (str): Workspace ID the object belongs to. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + created_at (datetime): Timestamp when object was created.. [optional] # noqa: E501 + created_by (str): ID of the user who created the object.. [optional] # noqa: E501 + dataset_id (str): ID of the associated dataset, if applicable.. [optional] # noqa: E501 + dataset_title (str): Title of the associated dataset, if applicable.. [optional] # noqa: E501 + dataset_type (str): Type of the associated dataset, if applicable.. [optional] # noqa: E501 + description (str): Object description.. [optional] # noqa: E501 + is_hidden (bool): If true, this object is hidden from AI search results by default.. [optional] # noqa: E501 + is_hidden_from_kda (bool): If true, this object is hidden from KDA.. [optional] # noqa: E501 + metric_type (str): Type of the metric (e.g. MAQL), if applicable.. [optional] # noqa: E501 + modified_at (datetime): Timestamp when object was last modified.. [optional] # noqa: E501 + modified_by (str): ID of the user who last modified the object.. [optional] # noqa: E501 + visualization_url (str): URL of the visualization, if applicable.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', True) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.id = id + self.tags = tags + self.title = title + self.type = type + self.usage_count = usage_count + self.workspace_id = workspace_id + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, id, tags, title, type, usage_count, workspace_id, *args, **kwargs): # noqa: E501 + """TrendingObjectItem - a model defined in OpenAPI + + Args: + id (str): Object ID. + tags ([str]): + title (str): Object title. + type (str): Object type, e.g. dashboard, visualization, metric. + usage_count (int): Number of times this object has been used/referenced. + workspace_id (str): Workspace ID the object belongs to. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + created_at (datetime): Timestamp when object was created.. [optional] # noqa: E501 + created_by (str): ID of the user who created the object.. [optional] # noqa: E501 + dataset_id (str): ID of the associated dataset, if applicable.. [optional] # noqa: E501 + dataset_title (str): Title of the associated dataset, if applicable.. [optional] # noqa: E501 + dataset_type (str): Type of the associated dataset, if applicable.. [optional] # noqa: E501 + description (str): Object description.. [optional] # noqa: E501 + is_hidden (bool): If true, this object is hidden from AI search results by default.. [optional] # noqa: E501 + is_hidden_from_kda (bool): If true, this object is hidden from KDA.. [optional] # noqa: E501 + metric_type (str): Type of the metric (e.g. MAQL), if applicable.. [optional] # noqa: E501 + modified_at (datetime): Timestamp when object was last modified.. [optional] # noqa: E501 + modified_by (str): ID of the user who last modified the object.. [optional] # noqa: E501 + visualization_url (str): URL of the visualization, if applicable.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.id = id + self.tags = tags + self.title = title + self.type = type + self.usage_count = usage_count + self.workspace_id = workspace_id + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/gooddata-api-client/gooddata_api_client/model/trending_objects_result.py b/gooddata-api-client/gooddata_api_client/model/trending_objects_result.py new file mode 100644 index 000000000..1154733fa --- /dev/null +++ b/gooddata-api-client/gooddata_api_client/model/trending_objects_result.py @@ -0,0 +1,276 @@ +""" + OpenAPI definition + + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 + + The version of the OpenAPI document: v0 + Contact: support@gooddata.com + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from gooddata_api_client.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from gooddata_api_client.exceptions import ApiAttributeError + + +def lazy_import(): + from gooddata_api_client.model.trending_object_item import TrendingObjectItem + globals()['TrendingObjectItem'] = TrendingObjectItem + + +class TrendingObjectsResult(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'objects': ([TrendingObjectItem],), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'objects': 'objects', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, objects, *args, **kwargs): # noqa: E501 + """TrendingObjectsResult - a model defined in OpenAPI + + Args: + objects ([TrendingObjectItem]): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', True) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.objects = objects + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, objects, *args, **kwargs): # noqa: E501 + """TrendingObjectsResult - a model defined in OpenAPI + + Args: + objects ([TrendingObjectItem]): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.objects = objects + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/gooddata-api-client/gooddata_api_client/models/__init__.py b/gooddata-api-client/gooddata_api_client/models/__init__.py index 29f009645..6e351fb92 100644 --- a/gooddata-api-client/gooddata_api_client/models/__init__.py +++ b/gooddata-api-client/gooddata_api_client/models/__init__.py @@ -1139,8 +1139,9 @@ from gooddata_api_client.model.tabular_export_request import TabularExportRequest from gooddata_api_client.model.test_definition_request import TestDefinitionRequest from gooddata_api_client.model.test_destination_request import TestDestinationRequest +from gooddata_api_client.model.test_llm_provider_by_id_request import TestLlmProviderByIdRequest +from gooddata_api_client.model.test_llm_provider_by_id_request_provider_config import TestLlmProviderByIdRequestProviderConfig from gooddata_api_client.model.test_llm_provider_definition_request import TestLlmProviderDefinitionRequest -from gooddata_api_client.model.test_llm_provider_definition_request_provider_config import TestLlmProviderDefinitionRequestProviderConfig from gooddata_api_client.model.test_llm_provider_response import TestLlmProviderResponse from gooddata_api_client.model.test_notification import TestNotification from gooddata_api_client.model.test_notification_all_of import TestNotificationAllOf @@ -1152,6 +1153,8 @@ from gooddata_api_client.model.total_dimension import TotalDimension from gooddata_api_client.model.total_execution_result_header import TotalExecutionResultHeader from gooddata_api_client.model.total_result_header import TotalResultHeader +from gooddata_api_client.model.trending_object_item import TrendingObjectItem +from gooddata_api_client.model.trending_objects_result import TrendingObjectsResult from gooddata_api_client.model.trigger_automation_request import TriggerAutomationRequest from gooddata_api_client.model.trigger_quality_issues_calculation_response import TriggerQualityIssuesCalculationResponse from gooddata_api_client.model.upsert_knowledge_document_request_dto import UpsertKnowledgeDocumentRequestDto diff --git a/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_all_columns.yaml b/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_all_columns.yaml index 21e95062c..b5b0a7ce1 100644 --- a/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_all_columns.yaml +++ b/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_all_columns.yaml @@ -103,7 +103,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 75ebf79c-8b57-413e-8905-8f87c275d7c7 + - 248cd9d1-ca24-4c3d-ae03-bd82e35d53c9 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -155,10 +155,10 @@ interactions: name: Revenue localIdentifier: dim_1 links: - executionResult: d60b337013fca31600abb3d636b0552824481d3d:3b1a7fd80969c75386d4191687e7aac6411e48e74da9eaa0c44699c8b65e5771 + executionResult: fbda449eefa51e0e166bc591a3b05ed0362ea61c:d06df2228c0906fc2081bc884ae76ffb2ed8aefe020085f61e40585ddac6a0f1 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d60b337013fca31600abb3d636b0552824481d3d%3A3b1a7fd80969c75386d4191687e7aac6411e48e74da9eaa0c44699c8b65e5771?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fbda449eefa51e0e166bc591a3b05ed0362ea61c%3Ad06df2228c0906fc2081bc884ae76ffb2ed8aefe020085f61e40585ddac6a0f1?offset=0%2C0&limit=512%2C256 body: null headers: Accept: diff --git a/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_metrics_only.yaml b/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_metrics_only.yaml index 200c1a247..eb2339dd3 100644 --- a/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_metrics_only.yaml +++ b/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_metrics_only.yaml @@ -89,7 +89,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 89bdbce1-989f-4d02-a05b-c4651acb16f1 + - a5ba5923-7130-4a01-833c-64d1f3b3cb5f X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -109,10 +109,10 @@ interactions: name: Revenue localIdentifier: dim_0 links: - executionResult: 0f6e8c819d2076d126957770f4de7c7cfdbe94f2:b9fb86afba4a0826554e9283de0216a56182a625b327e2f2086007c84261356b + executionResult: 8a00b285113bc56f8abd0769f13ff2e768b517db:73a0672fe93355e470ebce538738b0464ddda809cc4fd2a2a7b91eff4d76a2bc - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0f6e8c819d2076d126957770f4de7c7cfdbe94f2%3Ab9fb86afba4a0826554e9283de0216a56182a625b327e2f2086007c84261356b?offset=0&limit=256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/8a00b285113bc56f8abd0769f13ff2e768b517db%3A73a0672fe93355e470ebce538738b0464ddda809cc4fd2a2a7b91eff4d76a2bc?offset=0&limit=256 body: null headers: Accept: diff --git a/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml b/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml index 360f0f705..5f6f73877 100644 --- a/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml +++ b/packages/gooddata-fdw/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml @@ -78,7 +78,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 3faa3be7-abe9-4ea1-970b-9e4ea6761c55 + - 8d9e28aa-59b5-488b-b346-70c446ae35b8 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -111,10 +111,10 @@ interactions: name: Revenue localIdentifier: dim_1 links: - executionResult: 8fc634415680e148db8133f5bcd7246f5e0a3c66:660c43f4d90efd070912c98150124c6fdf8549fed14b6eb512a830ff17d7f8b3 + executionResult: d4c4c80b7277a2bbafeeb758a0e0813b6684802a:55e8be47a8ce0eb12afb21d1dc6c717f3c594f7db9b28a2a684e9aa9ed429643 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/8fc634415680e148db8133f5bcd7246f5e0a3c66%3A660c43f4d90efd070912c98150124c6fdf8549fed14b6eb512a830ff17d7f8b3?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d4c4c80b7277a2bbafeeb758a0e0813b6684802a%3A55e8be47a8ce0eb12afb21d1dc6c717f3c594f7db9b28a2a684e9aa9ed429643?offset=0%2C0&limit=512%2C256 body: null headers: Accept: diff --git a/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_all_columns.yaml b/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_all_columns.yaml index 4382e5bf1..09fedcd00 100644 --- a/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_all_columns.yaml +++ b/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_all_columns.yaml @@ -375,7 +375,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 9773d1f6-996c-41d2-bf00-605307ab0284 + - bcac8fe3-8458-4389-88dc-5114f5667951 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -427,10 +427,10 @@ interactions: name: Revenue localIdentifier: dim_1 links: - executionResult: b83f490bb62cdbf7c4775031d6be518ec4b6c922:87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37 + executionResult: f7f73a4dd9df4cf19d80359a0c40180779464d52:60e275a3f16f859329f5a6f23039d6e2dbdbabd5978341bf13fdf74c7698279f - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b83f490bb62cdbf7c4775031d6be518ec4b6c922%3A87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f7f73a4dd9df4cf19d80359a0c40180779464d52%3A60e275a3f16f859329f5a6f23039d6e2dbdbabd5978341bf13fdf74c7698279f?offset=0%2C0&limit=512%2C256 body: null headers: Accept: diff --git a/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_some_columns.yaml b/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_some_columns.yaml index d357e032e..0a92e599a 100644 --- a/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_some_columns.yaml +++ b/packages/gooddata-fdw/tests/execute/fixtures/execute_insight_some_columns.yaml @@ -375,7 +375,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 66d702d3-4533-4a10-91db-ea0e4c97625c + - 7a124b66-f513-42d5-a5a2-3844c76063ca X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -427,10 +427,10 @@ interactions: name: Revenue localIdentifier: dim_1 links: - executionResult: b83f490bb62cdbf7c4775031d6be518ec4b6c922:87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37 + executionResult: f7f73a4dd9df4cf19d80359a0c40180779464d52:60e275a3f16f859329f5a6f23039d6e2dbdbabd5978341bf13fdf74c7698279f - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b83f490bb62cdbf7c4775031d6be518ec4b6c922%3A87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f7f73a4dd9df4cf19d80359a0c40180779464d52%3A60e275a3f16f859329f5a6f23039d6e2dbdbabd5978341bf13fdf74c7698279f?offset=0%2C0&limit=512%2C256 body: null headers: Accept: diff --git a/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml b/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml index c64380d32..81d6eaa7b 100644 --- a/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml +++ b/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml @@ -600,15 +600,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -628,29 +628,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -666,14 +666,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines @@ -1262,15 +1262,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -1290,29 +1290,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -1329,14 +1329,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines diff --git a/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml b/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml index ed8ef08c4..75c216493 100644 --- a/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml +++ b/packages/gooddata-fdw/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml @@ -600,15 +600,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -628,29 +628,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -666,14 +666,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines @@ -1262,15 +1262,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -1290,29 +1290,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -1329,14 +1329,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_bytes_limits_failure.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_bytes_limits_failure.yaml index 8813fb8e8..86671c119 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_bytes_limits_failure.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_bytes_limits_failure.yaml @@ -90,7 +90,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 6690b141-0765-4d58-bcf0-8b9ad41dd709 + - 698081be-e0b4-4614-b3c4-eb8c6ee76d7a X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -153,10 +153,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef/metadata body: null headers: Accept: @@ -296,7 +296,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef resultSpec: dimensions: - localIdentifier: dim_0 @@ -313,7 +313,7 @@ interactions: resultSize: 4625 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_dimensions_limits_failure.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_dimensions_limits_failure.yaml index e4cdc8a8f..9670d70b3 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_dimensions_limits_failure.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_dimensions_limits_failure.yaml @@ -90,7 +90,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - bfe7b4db-22ff-43c8-b410-9fb379db63bd + - e467a296-88c0-42fc-8418-9182e537f674 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -153,10 +153,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef/metadata body: null headers: Accept: @@ -296,7 +296,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef resultSpec: dimensions: - localIdentifier: dim_0 @@ -313,7 +313,7 @@ interactions: resultSize: 4625 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim1.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim1.yaml index 16fbc0e20..eae5489c9 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim1.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim1.yaml @@ -88,7 +88,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 3f8fe115-98ee-4631-acbf-1c9db9f90101 + - f5658a67-68fc-49b6-a9d6-86b4ed9b873c X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -149,10 +149,10 @@ interactions: name: Order Amount localIdentifier: dim_0 links: - executionResult: b0e84dd140b6265a314bb63b5600a6112e7384bf:eea1279f0cabd5c4b86e25cf171a14cbc24832cd798b605bd6bd105e55743bd3 + executionResult: 07219629ce0f0717ad32d1679be2f1daa8b29550:78444709299dcd4fbd6557e6d52893edcdb680ce8ece2a3983dd6422075726dc - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b0e84dd140b6265a314bb63b5600a6112e7384bf%3Aeea1279f0cabd5c4b86e25cf171a14cbc24832cd798b605bd6bd105e55743bd3/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/07219629ce0f0717ad32d1679be2f1daa8b29550%3A78444709299dcd4fbd6557e6d52893edcdb680ce8ece2a3983dd6422075726dc/metadata body: null headers: Accept: @@ -290,7 +290,7 @@ interactions: name: Order Amount localIdentifier: dim_0 links: - executionResult: b0e84dd140b6265a314bb63b5600a6112e7384bf:eea1279f0cabd5c4b86e25cf171a14cbc24832cd798b605bd6bd105e55743bd3 + executionResult: 07219629ce0f0717ad32d1679be2f1daa8b29550:78444709299dcd4fbd6557e6d52893edcdb680ce8ece2a3983dd6422075726dc resultSpec: dimensions: - localIdentifier: dim_0 @@ -304,7 +304,7 @@ interactions: resultSize: 2913 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b0e84dd140b6265a314bb63b5600a6112e7384bf%3Aeea1279f0cabd5c4b86e25cf171a14cbc24832cd798b605bd6bd105e55743bd3?offset=0&limit=500 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/07219629ce0f0717ad32d1679be2f1daa8b29550%3A78444709299dcd4fbd6557e6d52893edcdb680ce8ece2a3983dd6422075726dc?offset=0&limit=500 body: null headers: Accept: @@ -4731,7 +4731,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b0e84dd140b6265a314bb63b5600a6112e7384bf%3Aeea1279f0cabd5c4b86e25cf171a14cbc24832cd798b605bd6bd105e55743bd3/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/07219629ce0f0717ad32d1679be2f1daa8b29550%3A78444709299dcd4fbd6557e6d52893edcdb680ce8ece2a3983dd6422075726dc/metadata body: null headers: Accept: @@ -4869,7 +4869,7 @@ interactions: name: Order Amount localIdentifier: dim_0 links: - executionResult: b0e84dd140b6265a314bb63b5600a6112e7384bf:eea1279f0cabd5c4b86e25cf171a14cbc24832cd798b605bd6bd105e55743bd3 + executionResult: 07219629ce0f0717ad32d1679be2f1daa8b29550:78444709299dcd4fbd6557e6d52893edcdb680ce8ece2a3983dd6422075726dc resultSpec: dimensions: - localIdentifier: dim_0 @@ -4883,7 +4883,7 @@ interactions: resultSize: 2913 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b0e84dd140b6265a314bb63b5600a6112e7384bf%3Aeea1279f0cabd5c4b86e25cf171a14cbc24832cd798b605bd6bd105e55743bd3?offset=0&limit=500 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/07219629ce0f0717ad32d1679be2f1daa8b29550%3A78444709299dcd4fbd6557e6d52893edcdb680ce8ece2a3983dd6422075726dc?offset=0&limit=500 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim2.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim2.yaml index ded33907a..628b08e65 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim2.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_one_dim2.yaml @@ -90,7 +90,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 6242ae60-4690-4043-8b6d-d83c74848669 + - 6d2da473-2d19-46d2-9d0d-a26ab16357e2 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -153,10 +153,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: ae0fc31feddaa602e7933b502c0d55072af0ef29:91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09 + executionResult: d36db38398326571a02aca0cb962a8e5468d5259:d9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1/metadata body: null headers: Accept: @@ -296,7 +296,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: ae0fc31feddaa602e7933b502c0d55072af0ef29:91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09 + executionResult: d36db38398326571a02aca0cb962a8e5468d5259:d9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1 resultSpec: dimensions: - localIdentifier: dim_0 @@ -313,7 +313,7 @@ interactions: resultSize: 2913 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -1576,7 +1576,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C100&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C100&limit=100%2C100 body: null headers: Accept: @@ -2839,7 +2839,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C200&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C200&limit=100%2C100 body: null headers: Accept: @@ -4102,7 +4102,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C300&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C300&limit=100%2C100 body: null headers: Accept: @@ -4933,7 +4933,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1/metadata body: null headers: Accept: @@ -5073,7 +5073,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: ae0fc31feddaa602e7933b502c0d55072af0ef29:91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09 + executionResult: d36db38398326571a02aca0cb962a8e5468d5259:d9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1 resultSpec: dimensions: - localIdentifier: dim_0 @@ -5090,7 +5090,7 @@ interactions: resultSize: 2913 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -6353,7 +6353,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C100&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C100&limit=100%2C100 body: null headers: Accept: @@ -7616,7 +7616,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C200&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C200&limit=100%2C100 body: null headers: Accept: @@ -8879,7 +8879,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ae0fc31feddaa602e7933b502c0d55072af0ef29%3A91a4d8ef1b7237a17610d817f46db301d7c3767dace3e99bf412ecdcce93ae09?offset=0%2C300&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d36db38398326571a02aca0cb962a8e5468d5259%3Ad9210c69cfed74c632c72c22e668da8663763b2d2a14d63fb1d8f42cfcf6dba1?offset=0%2C300&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals1.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals1.yaml index 3f131ccb0..a8425ee24 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals1.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals1.yaml @@ -109,7 +109,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 7cd21243-8142-4a2a-a3c1-b275fad3aa2a + - e0e51376-e770-48c8-9015-61c243bfbdc1 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -172,10 +172,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: deeb8e99f85a5b336773174ee39c10412c67ba31:bf35ea462f194cd6365f2b0c30420d46ce89103703613f5d19f66702047f3eab + executionResult: 5c45bf8602963c397edf8e1aa524264f1a233a8f:bbe3ad3a477b3aebfbc100cea4952dcfc1487ef8f00ffa1708ad68614d605f7d - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/deeb8e99f85a5b336773174ee39c10412c67ba31%3Abf35ea462f194cd6365f2b0c30420d46ce89103703613f5d19f66702047f3eab/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5c45bf8602963c397edf8e1aa524264f1a233a8f%3Abbe3ad3a477b3aebfbc100cea4952dcfc1487ef8f00ffa1708ad68614d605f7d/metadata body: null headers: Accept: @@ -315,7 +315,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: deeb8e99f85a5b336773174ee39c10412c67ba31:bf35ea462f194cd6365f2b0c30420d46ce89103703613f5d19f66702047f3eab + executionResult: 5c45bf8602963c397edf8e1aa524264f1a233a8f:bbe3ad3a477b3aebfbc100cea4952dcfc1487ef8f00ffa1708ad68614d605f7d resultSpec: dimensions: - localIdentifier: dim_0 @@ -350,7 +350,7 @@ interactions: resultSize: 4794 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/deeb8e99f85a5b336773174ee39c10412c67ba31%3Abf35ea462f194cd6365f2b0c30420d46ce89103703613f5d19f66702047f3eab?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5c45bf8602963c397edf8e1aa524264f1a233a8f%3Abbe3ad3a477b3aebfbc100cea4952dcfc1487ef8f00ffa1708ad68614d605f7d?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -1779,7 +1779,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/deeb8e99f85a5b336773174ee39c10412c67ba31%3Abf35ea462f194cd6365f2b0c30420d46ce89103703613f5d19f66702047f3eab/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5c45bf8602963c397edf8e1aa524264f1a233a8f%3Abbe3ad3a477b3aebfbc100cea4952dcfc1487ef8f00ffa1708ad68614d605f7d/metadata body: null headers: Accept: @@ -1919,7 +1919,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: deeb8e99f85a5b336773174ee39c10412c67ba31:bf35ea462f194cd6365f2b0c30420d46ce89103703613f5d19f66702047f3eab + executionResult: 5c45bf8602963c397edf8e1aa524264f1a233a8f:bbe3ad3a477b3aebfbc100cea4952dcfc1487ef8f00ffa1708ad68614d605f7d resultSpec: dimensions: - localIdentifier: dim_0 @@ -1954,7 +1954,7 @@ interactions: resultSize: 4794 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/deeb8e99f85a5b336773174ee39c10412c67ba31%3Abf35ea462f194cd6365f2b0c30420d46ce89103703613f5d19f66702047f3eab?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5c45bf8602963c397edf8e1aa524264f1a233a8f%3Abbe3ad3a477b3aebfbc100cea4952dcfc1487ef8f00ffa1708ad68614d605f7d?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals2.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals2.yaml index 1991a16c1..170511e6a 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals2.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals2.yaml @@ -107,7 +107,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - b360039b-d18e-493a-813f-54554b305928 + - 7d1de07e-acd2-4203-b760-7edac130a3a3 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -170,10 +170,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: fcc025cee3f6a3055ec68950c4d2e86df0eef669:1b87704d500353651747722261fd400cfebdaba0aba827056ea202458f6e5dcf + executionResult: 53a08a5756d78a729559c830eb0c6d2b89827b8a:f38c49553276057feb4416ba29c969230bf4a11af715088728ad4a46b794cc20 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fcc025cee3f6a3055ec68950c4d2e86df0eef669%3A1b87704d500353651747722261fd400cfebdaba0aba827056ea202458f6e5dcf/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/53a08a5756d78a729559c830eb0c6d2b89827b8a%3Af38c49553276057feb4416ba29c969230bf4a11af715088728ad4a46b794cc20/metadata body: null headers: Accept: @@ -313,7 +313,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: fcc025cee3f6a3055ec68950c4d2e86df0eef669:1b87704d500353651747722261fd400cfebdaba0aba827056ea202458f6e5dcf + executionResult: 53a08a5756d78a729559c830eb0c6d2b89827b8a:f38c49553276057feb4416ba29c969230bf4a11af715088728ad4a46b794cc20 resultSpec: dimensions: - localIdentifier: dim_0 @@ -346,7 +346,7 @@ interactions: resultSize: 15444 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fcc025cee3f6a3055ec68950c4d2e86df0eef669%3A1b87704d500353651747722261fd400cfebdaba0aba827056ea202458f6e5dcf?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/53a08a5756d78a729559c830eb0c6d2b89827b8a%3Af38c49553276057feb4416ba29c969230bf4a11af715088728ad4a46b794cc20?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -2830,7 +2830,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fcc025cee3f6a3055ec68950c4d2e86df0eef669%3A1b87704d500353651747722261fd400cfebdaba0aba827056ea202458f6e5dcf/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/53a08a5756d78a729559c830eb0c6d2b89827b8a%3Af38c49553276057feb4416ba29c969230bf4a11af715088728ad4a46b794cc20/metadata body: null headers: Accept: @@ -2970,7 +2970,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: fcc025cee3f6a3055ec68950c4d2e86df0eef669:1b87704d500353651747722261fd400cfebdaba0aba827056ea202458f6e5dcf + executionResult: 53a08a5756d78a729559c830eb0c6d2b89827b8a:f38c49553276057feb4416ba29c969230bf4a11af715088728ad4a46b794cc20 resultSpec: dimensions: - localIdentifier: dim_0 @@ -3003,7 +3003,7 @@ interactions: resultSize: 15444 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fcc025cee3f6a3055ec68950c4d2e86df0eef669%3A1b87704d500353651747722261fd400cfebdaba0aba827056ea202458f6e5dcf?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/53a08a5756d78a729559c830eb0c6d2b89827b8a%3Af38c49553276057feb4416ba29c969230bf4a11af715088728ad4a46b794cc20?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals3.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals3.yaml index b9604c1e1..b4e999cbd 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals3.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals3.yaml @@ -109,7 +109,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 06939ee4-fcd5-4916-9e45-6300a875aaa5 + - a4294f5a-9651-4aa2-8d92-d8c832e1f120 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -172,10 +172,10 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: dad7aacf6991cfb72e16325c54dd456e5e8501fb:feada44cb6bf18355e52dab6fb6aa4edd1c414165ab7d913afc1a205fec871b2 + executionResult: 3ec0c74c2879801e07883f0cb4167a1ea386f4af:de1b93e128e5f9054b4cb2339cf665c3ba66453f61c45434267e462951b0aa65 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/dad7aacf6991cfb72e16325c54dd456e5e8501fb%3Afeada44cb6bf18355e52dab6fb6aa4edd1c414165ab7d913afc1a205fec871b2/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/3ec0c74c2879801e07883f0cb4167a1ea386f4af%3Ade1b93e128e5f9054b4cb2339cf665c3ba66453f61c45434267e462951b0aa65/metadata body: null headers: Accept: @@ -315,7 +315,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: dad7aacf6991cfb72e16325c54dd456e5e8501fb:feada44cb6bf18355e52dab6fb6aa4edd1c414165ab7d913afc1a205fec871b2 + executionResult: 3ec0c74c2879801e07883f0cb4167a1ea386f4af:de1b93e128e5f9054b4cb2339cf665c3ba66453f61c45434267e462951b0aa65 resultSpec: dimensions: - localIdentifier: dim_0 @@ -350,7 +350,7 @@ interactions: resultSize: 4794 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/dad7aacf6991cfb72e16325c54dd456e5e8501fb%3Afeada44cb6bf18355e52dab6fb6aa4edd1c414165ab7d913afc1a205fec871b2?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/3ec0c74c2879801e07883f0cb4167a1ea386f4af%3Ade1b93e128e5f9054b4cb2339cf665c3ba66453f61c45434267e462951b0aa65?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -1779,7 +1779,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/dad7aacf6991cfb72e16325c54dd456e5e8501fb%3Afeada44cb6bf18355e52dab6fb6aa4edd1c414165ab7d913afc1a205fec871b2/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/3ec0c74c2879801e07883f0cb4167a1ea386f4af%3Ade1b93e128e5f9054b4cb2339cf665c3ba66453f61c45434267e462951b0aa65/metadata body: null headers: Accept: @@ -1919,7 +1919,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: dad7aacf6991cfb72e16325c54dd456e5e8501fb:feada44cb6bf18355e52dab6fb6aa4edd1c414165ab7d913afc1a205fec871b2 + executionResult: 3ec0c74c2879801e07883f0cb4167a1ea386f4af:de1b93e128e5f9054b4cb2339cf665c3ba66453f61c45434267e462951b0aa65 resultSpec: dimensions: - localIdentifier: dim_0 @@ -1954,7 +1954,7 @@ interactions: resultSize: 4794 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/dad7aacf6991cfb72e16325c54dd456e5e8501fb%3Afeada44cb6bf18355e52dab6fb6aa4edd1c414165ab7d913afc1a205fec871b2?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/3ec0c74c2879801e07883f0cb4167a1ea386f4af%3Ade1b93e128e5f9054b4cb2339cf665c3ba66453f61c45434267e462951b0aa65?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals4.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals4.yaml index b482387d3..527b71b76 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals4.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_totals4.yaml @@ -107,7 +107,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 0297b085-27b4-4fea-9b6b-7323acf0ca6c + - 0dde3176-e69b-4d9b-b650-81cbfd426710 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -170,10 +170,10 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 5f2924bed6bbd4d2ef6c6e5ddf87d0c0b14af08d:1a68011bef797ddebccd73d1c35929710bd7fe9fd02207919208129b1a5028e7 + executionResult: 35867b2950e72dc90d2325da562876de5c99c0bd:a206b3020c080296bb91396cab8d141f97d8e136b45078ba64bca1214697d8f7 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5f2924bed6bbd4d2ef6c6e5ddf87d0c0b14af08d%3A1a68011bef797ddebccd73d1c35929710bd7fe9fd02207919208129b1a5028e7/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/35867b2950e72dc90d2325da562876de5c99c0bd%3Aa206b3020c080296bb91396cab8d141f97d8e136b45078ba64bca1214697d8f7/metadata body: null headers: Accept: @@ -313,7 +313,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 5f2924bed6bbd4d2ef6c6e5ddf87d0c0b14af08d:1a68011bef797ddebccd73d1c35929710bd7fe9fd02207919208129b1a5028e7 + executionResult: 35867b2950e72dc90d2325da562876de5c99c0bd:a206b3020c080296bb91396cab8d141f97d8e136b45078ba64bca1214697d8f7 resultSpec: dimensions: - localIdentifier: dim_0 @@ -346,7 +346,7 @@ interactions: resultSize: 15444 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5f2924bed6bbd4d2ef6c6e5ddf87d0c0b14af08d%3A1a68011bef797ddebccd73d1c35929710bd7fe9fd02207919208129b1a5028e7?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/35867b2950e72dc90d2325da562876de5c99c0bd%3Aa206b3020c080296bb91396cab8d141f97d8e136b45078ba64bca1214697d8f7?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -2830,7 +2830,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5f2924bed6bbd4d2ef6c6e5ddf87d0c0b14af08d%3A1a68011bef797ddebccd73d1c35929710bd7fe9fd02207919208129b1a5028e7/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/35867b2950e72dc90d2325da562876de5c99c0bd%3Aa206b3020c080296bb91396cab8d141f97d8e136b45078ba64bca1214697d8f7/metadata body: null headers: Accept: @@ -2970,7 +2970,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 5f2924bed6bbd4d2ef6c6e5ddf87d0c0b14af08d:1a68011bef797ddebccd73d1c35929710bd7fe9fd02207919208129b1a5028e7 + executionResult: 35867b2950e72dc90d2325da562876de5c99c0bd:a206b3020c080296bb91396cab8d141f97d8e136b45078ba64bca1214697d8f7 resultSpec: dimensions: - localIdentifier: dim_0 @@ -3003,7 +3003,7 @@ interactions: resultSize: 15444 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5f2924bed6bbd4d2ef6c6e5ddf87d0c0b14af08d%3A1a68011bef797ddebccd73d1c35929710bd7fe9fd02207919208129b1a5028e7?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/35867b2950e72dc90d2325da562876de5c99c0bd%3Aa206b3020c080296bb91396cab8d141f97d8e136b45078ba64bca1214697d8f7?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim1.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim1.yaml index 60b09e12b..541fc01b4 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim1.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim1.yaml @@ -90,7 +90,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - e719d792-cc45-43d3-bbfe-3f699caec6ac + - 72ce530f-1141-4aae-aa26-ee1bdfcc4996 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -153,10 +153,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef/metadata body: null headers: Accept: @@ -296,7 +296,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef resultSpec: dimensions: - localIdentifier: dim_0 @@ -313,7 +313,7 @@ interactions: resultSize: 4625 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -1088,7 +1088,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef/metadata body: null headers: Accept: @@ -1228,7 +1228,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef resultSpec: dimensions: - localIdentifier: dim_0 @@ -1245,7 +1245,7 @@ interactions: resultSize: 4625 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -2020,7 +2020,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef/metadata body: null headers: Accept: @@ -2160,7 +2160,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 4d70b2f5dc82de826023bd64a95a9b6cece1fc90:727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188 + executionResult: 0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17:399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef resultSpec: dimensions: - localIdentifier: dim_0 @@ -2177,7 +2177,7 @@ interactions: resultSize: 4625 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4d70b2f5dc82de826023bd64a95a9b6cece1fc90%3A727263b01ce1783fb5c523537135e11e675307f8552f0094ccebb2e30d794188?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0e2f6d854cb39e738e50bd71afbb1b2cbeeaaf17%3A399efefc41954066a08e6895961d5175f263ad1268b9306926e9f6914b035aef?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim2.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim2.yaml index 1f83502c9..e97b71883 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim2.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim2.yaml @@ -90,7 +90,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - d25f2bd6-cf60-49a8-9a28-26d1d6743695 + - 183e5eb3-5db8-4873-8d20-3415632d50d8 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -153,10 +153,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 5da80bb6e45a200962ed00c7429eedd42c71a629:652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95 + executionResult: 1b49e8d1a6ddb971bd5ec16a796ed242e35e7731:1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5da80bb6e45a200962ed00c7429eedd42c71a629%3A652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1b49e8d1a6ddb971bd5ec16a796ed242e35e7731%3A1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138/metadata body: null headers: Accept: @@ -296,7 +296,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 5da80bb6e45a200962ed00c7429eedd42c71a629:652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95 + executionResult: 1b49e8d1a6ddb971bd5ec16a796ed242e35e7731:1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138 resultSpec: dimensions: - localIdentifier: dim_0 @@ -313,7 +313,7 @@ interactions: resultSize: 11457 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5da80bb6e45a200962ed00c7429eedd42c71a629%3A652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1b49e8d1a6ddb971bd5ec16a796ed242e35e7731%3A1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -1480,7 +1480,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5da80bb6e45a200962ed00c7429eedd42c71a629%3A652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95?offset=100%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1b49e8d1a6ddb971bd5ec16a796ed242e35e7731%3A1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138?offset=100%2C0&limit=100%2C100 body: null headers: Accept: @@ -2449,7 +2449,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5da80bb6e45a200962ed00c7429eedd42c71a629%3A652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1b49e8d1a6ddb971bd5ec16a796ed242e35e7731%3A1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138/metadata body: null headers: Accept: @@ -2589,7 +2589,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 5da80bb6e45a200962ed00c7429eedd42c71a629:652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95 + executionResult: 1b49e8d1a6ddb971bd5ec16a796ed242e35e7731:1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138 resultSpec: dimensions: - localIdentifier: dim_0 @@ -2606,7 +2606,7 @@ interactions: resultSize: 11457 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5da80bb6e45a200962ed00c7429eedd42c71a629%3A652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1b49e8d1a6ddb971bd5ec16a796ed242e35e7731%3A1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -3773,7 +3773,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5da80bb6e45a200962ed00c7429eedd42c71a629%3A652e0bb712e711141d6155d8ca23758c2b2ef5752a25f730de27f2b52a8e1d95?offset=100%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1b49e8d1a6ddb971bd5ec16a796ed242e35e7731%3A1f9394583acc0c81907be9d1b47262d1d080b928683c6065929023f9e4aaa138?offset=100%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim3.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim3.yaml index a6de97d20..2f6f62de8 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim3.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_exec_def_two_dim3.yaml @@ -90,7 +90,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 94edfd58-a6d9-4b7e-b615-37d7d4e73e9b + - 3cfa3ca1-498b-4d7f-b29d-ed57b4fce1ef X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -153,10 +153,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: f787654fc28ef09f1bdd10028d8f9341b10fd4bf:daa410610a6a9bcfc4b973edf393a1c372627046a05ea69e199891fda0b946ae + executionResult: 50a407f9aa92d5616e694e0687ce46e6839c5ef8:f03187c5c47bd0f3ad9b872fdec307d099dc3dfe4562f57370a4e16a1cdc2606 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f787654fc28ef09f1bdd10028d8f9341b10fd4bf%3Adaa410610a6a9bcfc4b973edf393a1c372627046a05ea69e199891fda0b946ae/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/50a407f9aa92d5616e694e0687ce46e6839c5ef8%3Af03187c5c47bd0f3ad9b872fdec307d099dc3dfe4562f57370a4e16a1cdc2606/metadata body: null headers: Accept: @@ -296,7 +296,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: f787654fc28ef09f1bdd10028d8f9341b10fd4bf:daa410610a6a9bcfc4b973edf393a1c372627046a05ea69e199891fda0b946ae + executionResult: 50a407f9aa92d5616e694e0687ce46e6839c5ef8:f03187c5c47bd0f3ad9b872fdec307d099dc3dfe4562f57370a4e16a1cdc2606 resultSpec: dimensions: - localIdentifier: dim_0 @@ -313,7 +313,7 @@ interactions: resultSize: 3152 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f787654fc28ef09f1bdd10028d8f9341b10fd4bf%3Adaa410610a6a9bcfc4b973edf393a1c372627046a05ea69e199891fda0b946ae?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/50a407f9aa92d5616e694e0687ce46e6839c5ef8%3Af03187c5c47bd0f3ad9b872fdec307d099dc3dfe4562f57370a4e16a1cdc2606?offset=0%2C0&limit=100%2C100 body: null headers: Accept: @@ -1540,7 +1540,7 @@ interactions: dataSourceMessages: [] - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f787654fc28ef09f1bdd10028d8f9341b10fd4bf%3Adaa410610a6a9bcfc4b973edf393a1c372627046a05ea69e199891fda0b946ae/metadata + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/50a407f9aa92d5616e694e0687ce46e6839c5ef8%3Af03187c5c47bd0f3ad9b872fdec307d099dc3dfe4562f57370a4e16a1cdc2606/metadata body: null headers: Accept: @@ -1680,7 +1680,7 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: f787654fc28ef09f1bdd10028d8f9341b10fd4bf:daa410610a6a9bcfc4b973edf393a1c372627046a05ea69e199891fda0b946ae + executionResult: 50a407f9aa92d5616e694e0687ce46e6839c5ef8:f03187c5c47bd0f3ad9b872fdec307d099dc3dfe4562f57370a4e16a1cdc2606 resultSpec: dimensions: - localIdentifier: dim_0 @@ -1697,7 +1697,7 @@ interactions: resultSize: 3152 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f787654fc28ef09f1bdd10028d8f9341b10fd4bf%3Adaa410610a6a9bcfc4b973edf393a1c372627046a05ea69e199891fda0b946ae?offset=0%2C0&limit=100%2C100 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/50a407f9aa92d5616e694e0687ce46e6839c5ef8%3Af03187c5c47bd0f3ad9b872fdec307d099dc3dfe4562f57370a4e16a1cdc2606?offset=0%2C0&limit=100%2C100 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items.yaml index 2abf8abd1..46d90216f 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items.yaml @@ -84,7 +84,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - a73d8ffc-b520-434f-b66d-9127666295d3 + - 1377d6eb-4876-45d3-af7d-7224165de348 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -132,7 +132,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 84b31dfcb81d4c41ee2e69867ad64a9293aa4549:37bf78a80daff74a94963d9f1cc1753b94f332e7ba30b5e8e48a2f887ad811b5 + executionResult: 5f4f3037a8c5355e8426f7af24eac3e17980f60f:098311989390e8a7141c9b70f95f582fa5aeec84dd2f8c7c3bddfb7373d365ad - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%2Cproducts.category%29&page=0&size=500 @@ -296,7 +296,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/84b31dfcb81d4c41ee2e69867ad64a9293aa4549%3A37bf78a80daff74a94963d9f1cc1753b94f332e7ba30b5e8e48a2f887ad811b5?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5f4f3037a8c5355e8426f7af24eac3e17980f60f%3A098311989390e8a7141c9b70f95f582fa5aeec84dd2f8c7c3bddfb7373d365ad?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items_no_index.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items_no_index.yaml index 2f2e74295..94031ed4f 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items_no_index.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_items_no_index.yaml @@ -84,7 +84,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 6c88e57a-b463-472f-a00f-e31327a582fc + - 3ce429ca-8592-4a09-a086-0855ef5e3292 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -132,7 +132,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 84b31dfcb81d4c41ee2e69867ad64a9293aa4549:37bf78a80daff74a94963d9f1cc1753b94f332e7ba30b5e8e48a2f887ad811b5 + executionResult: 5f4f3037a8c5355e8426f7af24eac3e17980f60f:098311989390e8a7141c9b70f95f582fa5aeec84dd2f8c7c3bddfb7373d365ad - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%2Cproducts.category%29&page=0&size=500 @@ -296,7 +296,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/84b31dfcb81d4c41ee2e69867ad64a9293aa4549%3A37bf78a80daff74a94963d9f1cc1753b94f332e7ba30b5e8e48a2f887ad811b5?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5f4f3037a8c5355e8426f7af24eac3e17980f60f%3A098311989390e8a7141c9b70f95f582fa5aeec84dd2f8c7c3bddfb7373d365ad?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization.yaml index 8fdc20960..4d5377333 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization.yaml @@ -371,7 +371,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 471f16c5-44ea-439f-b956-325908244960 + - 2163088e-11ef-497c-b9c0-b7e9ecf7ba52 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -423,7 +423,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: e4fa78ce51c011ade31101b9f168e0d6401d09a5:aaf07d03576c1613b9fb1030a735fac4e76974f03e4c6c1abd964dd63c031e1a + executionResult: fccdbd4edad9c899edee9d8ae32b9dae2fd4b3e8:316a7340149b103ae2e68949c5732b33dbd641181b3fbed9fca2fbc388e57750 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28products.category%2Cproduct_name%29&page=0&size=500 @@ -570,7 +570,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27products.category%27%2C%27product_name%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/e4fa78ce51c011ade31101b9f168e0d6401d09a5%3Aaaf07d03576c1613b9fb1030a735fac4e76974f03e4c6c1abd964dd63c031e1a?offset=0%2C0&limit=4%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fccdbd4edad9c899edee9d8ae32b9dae2fd4b3e8%3A316a7340149b103ae2e68949c5732b33dbd641181b3fbed9fca2fbc388e57750?offset=0%2C0&limit=4%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_date.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_date.yaml index 44ea39be2..2e4f83760 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_date.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_date.yaml @@ -276,7 +276,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 024dabbb-dd5b-4362-a818-888c575c0dec + - 381f58c3-a782-484e-ab2a-760e8fcd30f2 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -315,7 +315,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 9d4fdf9fa59ba79605909bac62ea3b584bae4306:0a212a77329fb901b3fe2f044edc35f89d1b6cee34aa6eda57e05a850238e7b9 + executionResult: 8320c9afa38675801f80148e73ed99f92eb93150:5e4f320e4ed9b9b2ec47f33cfc3b046aa848bf99940b193abdd3d35c44fad71b - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28date.month%29&page=0&size=500 @@ -410,7 +410,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27date.month%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/9d4fdf9fa59ba79605909bac62ea3b584bae4306%3A0a212a77329fb901b3fe2f044edc35f89d1b6cee34aa6eda57e05a850238e7b9?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/8320c9afa38675801f80148e73ed99f92eb93150%3A5e4f320e4ed9b9b2ec47f33cfc3b046aa848bf99940b193abdd3d35c44fad71b?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: @@ -429,7 +429,7 @@ interactions: Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Content-Length: - - '1413' + - '1403' Content-Type: - application/json DATE: *id001 @@ -451,8 +451,7 @@ interactions: body: string: data: - - - 57 - - 62 + - - 62 - 60 - 51 - 60 @@ -463,8 +462,8 @@ interactions: - 56 - 90 - 60 - - - 197.37653846153847 - - 93.78964285714285 + - 64 + - - 93.78964285714285 - 115.96454545454546 - 241.92872340425532 - 270.91346938775513 @@ -475,6 +474,7 @@ interactions: - 160.19469387755103 - 178.3658536585366 - 185.4194 + - 146.6475 dimensionHeaders: - headerGroups: - headers: @@ -484,9 +484,6 @@ interactions: measureIndex: 1 - headerGroups: - headers: - - attributeHeader: - labelValue: 2025-02 - primaryLabelValue: 2025-02 - attributeHeader: labelValue: 2025-03 primaryLabelValue: 2025-03 @@ -520,6 +517,9 @@ interactions: - attributeHeader: labelValue: 2026-01 primaryLabelValue: 2026-01 + - attributeHeader: + labelValue: 2026-02 + primaryLabelValue: 2026-02 grandTotals: [] paging: count: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_no_index.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_no_index.yaml index c8a66ca92..d8912aded 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_no_index.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/dataframe_for_visualization_no_index.yaml @@ -371,7 +371,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 5bcfa15e-0eb1-43c4-9ad1-e1577ad937a4 + - 72efb612-ae92-42cf-a6a1-c4467570f0af X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -423,7 +423,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: e4fa78ce51c011ade31101b9f168e0d6401d09a5:aaf07d03576c1613b9fb1030a735fac4e76974f03e4c6c1abd964dd63c031e1a + executionResult: fccdbd4edad9c899edee9d8ae32b9dae2fd4b3e8:316a7340149b103ae2e68949c5732b33dbd641181b3fbed9fca2fbc388e57750 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28products.category%2Cproduct_name%29&page=0&size=500 @@ -570,7 +570,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27products.category%27%2C%27product_name%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/e4fa78ce51c011ade31101b9f168e0d6401d09a5%3Aaaf07d03576c1613b9fb1030a735fac4e76974f03e4c6c1abd964dd63c031e1a?offset=0%2C0&limit=4%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fccdbd4edad9c899edee9d8ae32b9dae2fd4b3e8%3A316a7340149b103ae2e68949c5732b33dbd641181b3fbed9fca2fbc388e57750?offset=0%2C0&limit=4%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/empty_indexed_dataframe.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/empty_indexed_dataframe.yaml index 1e4601074..ce414d5f5 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/empty_indexed_dataframe.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/empty_indexed_dataframe.yaml @@ -77,7 +77,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - fdf00d9e-0433-436d-9f52-23a062bcae8c + - bad36828-bba3-4ee9-b011-48bcfc54ff7d X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -112,7 +112,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 9f9773fef7c75cf03baf8f0f54fc176df011cdab:6292e6de07a100badd1c83e8415ca23954eee9b57e921df8b5d30874c5d671ab + executionResult: 1f7e85a16c90075af63160ba2529f5ab4d527a30:4903d6561e6aba0075f167011667ec77f2463de036b4f32ad009014ea1314954 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28product_name%29&page=0&size=500 @@ -219,7 +219,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27product_name%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/9f9773fef7c75cf03baf8f0f54fc176df011cdab%3A6292e6de07a100badd1c83e8415ca23954eee9b57e921df8b5d30874c5d671ab?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1f7e85a16c90075af63160ba2529f5ab4d527a30%3A4903d6561e6aba0075f167011667ec77f2463de036b4f32ad009014ea1314954?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/empty_not_indexed_dataframe.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/empty_not_indexed_dataframe.yaml index 999611813..545e430b8 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/empty_not_indexed_dataframe.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/empty_not_indexed_dataframe.yaml @@ -77,7 +77,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - ebef8814-1e5e-43cb-95e1-4c59024a9ac3 + - 91bc8f76-532d-4f3c-9d75-ba05dd6898c1 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -112,7 +112,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 9f9773fef7c75cf03baf8f0f54fc176df011cdab:6292e6de07a100badd1c83e8415ca23954eee9b57e921df8b5d30874c5d671ab + executionResult: 1f7e85a16c90075af63160ba2529f5ab4d527a30:4903d6561e6aba0075f167011667ec77f2463de036b4f32ad009014ea1314954 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28product_name%29&page=0&size=500 @@ -219,7 +219,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27product_name%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/9f9773fef7c75cf03baf8f0f54fc176df011cdab%3A6292e6de07a100badd1c83e8415ca23954eee9b57e921df8b5d30874c5d671ab?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1f7e85a16c90075af63160ba2529f5ab4d527a30%3A4903d6561e6aba0075f167011667ec77f2463de036b4f32ad009014ea1314954?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/filtered_empty_df.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/filtered_empty_df.yaml index 10c94dd7d..9d6adfe9d 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/filtered_empty_df.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/filtered_empty_df.yaml @@ -68,7 +68,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 374aae05-a2b2-407d-ae48-89f5c621eda7 + - f98fa849-e84b-486f-a0a3-af73783dce9e X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -83,10 +83,10 @@ interactions: name: Revenue localIdentifier: dim_0 links: - executionResult: cf77f69345043b940d6645120620d3a4fa345b7b:9fe6390637bcf60e0aa0ccd421baa63e26917bc128de62364b13d5e5990c4f54 + executionResult: 30f4d5953009ed194f671046d3a8be9ace394474:c667a7cfc327118211b260d00635f1309612b961363ccf8bbce6e84d4ac814fb - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/cf77f69345043b940d6645120620d3a4fa345b7b%3A9fe6390637bcf60e0aa0ccd421baa63e26917bc128de62364b13d5e5990c4f54?offset=0&limit=1 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/30f4d5953009ed194f671046d3a8be9ace394474%3Ac667a7cfc327118211b260d00635f1309612b961363ccf8bbce6e84d4ac814fb?offset=0&limit=1 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label.yaml index d29992378..a689b0b5c 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label.yaml @@ -102,7 +102,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 6ad792bf-85de-46ab-bc57-ed9f18fc1d65 + - 5036a2d8-ccbf-48ad-9423-20a0dab738bc X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -167,7 +167,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 2c02040f096d0e4af41a99c58598b77fc4fc6ea5:477d985e1a894544e188dc092c4916bc2df89035678ca0bdbfac7fc737752401 + executionResult: 543c2b63e476d6824449c22e3ef17323e5686645:981a3861e6060634d0b2e98a6ba3f8dc5fdf08d459a42d386a8019e4d81d3cdd - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28state%2Cregion%2Cproducts.category%29&page=0&size=500 @@ -391,7 +391,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27state%27%2C%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/2c02040f096d0e4af41a99c58598b77fc4fc6ea5%3A477d985e1a894544e188dc092c4916bc2df89035678ca0bdbfac7fc737752401?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/543c2b63e476d6824449c22e3ef17323e5686645%3A981a3861e6060634d0b2e98a6ba3f8dc5fdf08d459a42d386a8019e4d81d3cdd?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label_reuse.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label_reuse.yaml index eeb6a58ec..cff1da735 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label_reuse.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_filtered_metrics_and_label_reuse.yaml @@ -91,7 +91,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 59666652-1ff9-451b-a86f-57b84bc0a3da + - 7f2e64b9-6954-4f73-9ca1-9ef111e2d531 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -141,7 +141,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 1f8a3ac9a9075fdea2175a4ccfd1f7b50427fea5:51193f1bd2e11e748057d292c2859e46983abfb45eb910276a43e08c1438263e + executionResult: 51d720c99911d31232954caa4abddf95b82bbbd6:367fea5bbf30c6f2912715d42bffb7e5326209d0e6d918d6b932c5bacb4d3358 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%2Cproducts.category%29&page=0&size=500 @@ -305,7 +305,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1f8a3ac9a9075fdea2175a4ccfd1f7b50427fea5%3A51193f1bd2e11e748057d292c2859e46983abfb45eb910276a43e08c1438263e?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/51d720c99911d31232954caa4abddf95b82bbbd6%3A367fea5bbf30c6f2912715d42bffb7e5326209d0e6d918d6b932c5bacb4d3358?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics.yaml index 5c20f2691..6fd69db43 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics.yaml @@ -83,7 +83,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 6463f639-2477-42f6-b8b1-4bf955f2033b + - 12da9776-1eed-4a8b-8502-081d0cd9feae X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -133,7 +133,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 05f8944478156fffc0e091c069d9288c5ac25a28:b16707cce31b7dc93a39fb22cb40c9f53d4df6088f4cce2ac95b3789a501db92 + executionResult: 28532273bb5cdafa60822e893ac2e5c14577145a:0f74e457ecd473f5f2467d77039ef0b4fcf6b818596652e01fd7b24036fff867 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%2Cproducts.category%29&page=0&size=500 @@ -297,7 +297,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/05f8944478156fffc0e091c069d9288c5ac25a28%3Ab16707cce31b7dc93a39fb22cb40c9f53d4df6088f4cce2ac95b3789a501db92?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/28532273bb5cdafa60822e893ac2e5c14577145a%3A0f74e457ecd473f5f2467d77039ef0b4fcf6b818596652e01fd7b24036fff867?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics_and_label.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics_and_label.yaml index 4386ab518..d939c0621 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics_and_label.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/multi_index_metrics_and_label.yaml @@ -89,7 +89,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 9fc42477-8765-4a63-a0cd-a4d42e6d49c9 + - ea7ae291-ce94-4dd1-8b8e-6ad6c8060aaf X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -154,7 +154,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 7a6b16f3e2806f27ebd8611bcb3a061a94a4dfb1:2484456eac3644131f3d7d434e2a8b831634fe7b96c713ed0de2d6bdb0aa3862 + executionResult: 6608bcab77eb7e787872309d26a490cac10c91ec:37dee23931af6caf42e529eb441628bbd26a32a54d7e7aa05b1c8fa522b63e75 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28state%2Cregion%2Cproducts.category%29&page=0&size=500 @@ -378,7 +378,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27state%27%2C%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/7a6b16f3e2806f27ebd8611bcb3a061a94a4dfb1%3A2484456eac3644131f3d7d434e2a8b831634fe7b96c713ed0de2d6bdb0aa3862?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/6608bcab77eb7e787872309d26a490cac10c91ec%3A37dee23931af6caf42e529eb441628bbd26a32a54d7e7aa05b1c8fa522b63e75?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_filtered_metrics_and_labels.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_filtered_metrics_and_labels.yaml index 300d6b162..4f66bc730 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_filtered_metrics_and_labels.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_filtered_metrics_and_labels.yaml @@ -85,7 +85,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 9ae3d46c-ce4f-4647-b31c-47279d11a961 + - 9ecd7ddd-db5e-431c-97c6-72f5d3688a38 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -120,7 +120,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 509a554f4b8d4a03e7bf47f091040b9e239b0f11:d1ddf33a20f776455c9bd4b5ce541a8252dd11fb4dd077dc936aaf2d243d88b9 + executionResult: 7b144d1287e71c507c6dd7899360d018b5628217:ae2c91d3ec3e9e97327e915db1332d3746ca99cc3bae79875848830fb2d7ed66 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -227,7 +227,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/509a554f4b8d4a03e7bf47f091040b9e239b0f11%3Ad1ddf33a20f776455c9bd4b5ce541a8252dd11fb4dd077dc936aaf2d243d88b9?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/7b144d1287e71c507c6dd7899360d018b5628217%3Aae2c91d3ec3e9e97327e915db1332d3746ca99cc3bae79875848830fb2d7ed66?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics.yaml index ebd92daf4..1953a85af 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics.yaml @@ -69,7 +69,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - ef16ff95-f2ca-44b4-a742-788fe19a2920 + - 28629668-dade-4da0-ac9d-d6b1f93c39ec X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -87,10 +87,10 @@ interactions: name: '# of Orders' localIdentifier: dim_0 links: - executionResult: ac3fa8d126a0ff1220c62bff1393bdfc07553ff3:5c7758f55fe50e9e23e93815333d5a62e5a977c8cd4960e9ab4dc46826cfc75e + executionResult: 1846ec863794ae9812aa1c4d00c9f56bab75f025:c0c4b490eb03c3f17bd0ea7f6f3f24f48dd83c6b409d43cfdcb457bbb2b0e20c - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ac3fa8d126a0ff1220c62bff1393bdfc07553ff3%3A5c7758f55fe50e9e23e93815333d5a62e5a977c8cd4960e9ab4dc46826cfc75e?offset=0&limit=2 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1846ec863794ae9812aa1c4d00c9f56bab75f025%3Ac0c4b490eb03c3f17bd0ea7f6f3f24f48dd83c6b409d43cfdcb457bbb2b0e20c?offset=0&limit=2 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics_and_labels.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics_and_labels.yaml index 9bb976442..289ae05e6 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics_and_labels.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/not_indexed_metrics_and_labels.yaml @@ -77,7 +77,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 00c326ed-7c57-4f61-917a-429fd247a08d + - 93331e35-7cf0-4177-a2aa-198d9d05a8d4 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -112,7 +112,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 4bddf4939359ca3d7c332ceae6d33c3f633e33b2:075bc4be3642052156348ec4c30522c7780ceff82625bf7ff5e1a31e42818b3d + executionResult: ec7657b2908e69b77fad430933b22b350e2cdef1:69af9d252fb921092b3675b9e152bd895a55b931392a09fa31636bc415158874 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -219,7 +219,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/4bddf4939359ca3d7c332ceae6d33c3f633e33b2%3A075bc4be3642052156348ec4c30522c7780ceff82625bf7ff5e1a31e42818b3d?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ec7657b2908e69b77fad430933b22b350e2cdef1%3A69af9d252fb921092b3675b9e152bd895a55b931392a09fa31636bc415158874?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_filtered_metrics_and_label.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_filtered_metrics_and_label.yaml index 2ad712eb2..ae0ebe7ae 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_filtered_metrics_and_label.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_filtered_metrics_and_label.yaml @@ -122,7 +122,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 7442dd5c-dad3-4546-b76b-d51b88e06832 + - 126c71e5-322c-4450-a79d-859a1d89f4e6 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -168,7 +168,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 16a6b4b766c98c408ffca790f2cb0c2401c86564:26cdda60eccd31ea530ae9c822cce7ab940d1f12e998a4a143166f676758114d + executionResult: 54f7e43c6dc38fb79fe4842f3a90e9ac9b79faaa:404252d9a3fafb2efb6b69dbe700b8ea37a50a0f29f553d6eeb0fbc15d7bbaf7 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28products.category%2Cregion%29&page=0&size=500 @@ -332,7 +332,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27products.category%27%2C%27region%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/16a6b4b766c98c408ffca790f2cb0c2401c86564%3A26cdda60eccd31ea530ae9c822cce7ab940d1f12e998a4a143166f676758114d?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/54f7e43c6dc38fb79fe4842f3a90e9ac9b79faaa%3A404252d9a3fafb2efb6b69dbe700b8ea37a50a0f29f553d6eeb0fbc15d7bbaf7?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics.yaml index 2f73298e7..dabb3fb42 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics.yaml @@ -75,7 +75,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 33317aa8-8fd3-4754-ba33-6a52b2d6c3b9 + - e0784a75-b85b-4d00-b3f7-dcf6a9252964 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -120,7 +120,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 61f4421c6062670bcb644d23be49da3f27796cc8:8327ebaf42a3816bf2d74be9359c3c2c39325c6b16a932e2620ae8ac351325c2 + executionResult: b353c57885fbe5cc34eee5cede088a45c43f09a3:0c3277a4dedd8a0456482ee43abd5320b59d4c62d35400381acbf90fe1dd8f0f - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%2Cproducts.category%29&page=0&size=500 @@ -284,7 +284,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/61f4421c6062670bcb644d23be49da3f27796cc8%3A8327ebaf42a3816bf2d74be9359c3c2c39325c6b16a932e2620ae8ac351325c2?offset=0%2C0&limit=1%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b353c57885fbe5cc34eee5cede088a45c43f09a3%3A0c3277a4dedd8a0456482ee43abd5320b59d4c62d35400381acbf90fe1dd8f0f?offset=0%2C0&limit=1%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_and_label.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_and_label.yaml index 431e905a5..ef3077101 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_and_label.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_and_label.yaml @@ -79,7 +79,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - ea0479bb-1fd0-41a5-92f0-10bd781614a3 + - 2ca7a5bd-b347-4e26-878b-5c0773d5d9c7 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -110,7 +110,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 91cbface659a3577c2c5a2449c46f4332dac93f1:f108ffba5514baff4c6974c00ce8ce6e3d91ff18f1fd7fc3d9251edc1cb42524 + executionResult: 866232552c519f49778a69fbafc36ee0bd97afb9:7eefe287975e333759a1f6e5c064d8bf87ec721309a754346fb2364e3de1557f - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -217,7 +217,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/91cbface659a3577c2c5a2449c46f4332dac93f1%3Af108ffba5514baff4c6974c00ce8ce6e3d91ff18f1fd7fc3d9251edc1cb42524?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/866232552c519f49778a69fbafc36ee0bd97afb9%3A7eefe287975e333759a1f6e5c064d8bf87ec721309a754346fb2364e3de1557f?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_no_duplicate.yaml b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_no_duplicate.yaml index 3e9c03f80..3f64e48d8 100644 --- a/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_no_duplicate.yaml +++ b/packages/gooddata-pandas/tests/dataframe/fixtures/simple_index_metrics_no_duplicate.yaml @@ -79,7 +79,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 2f8324a4-bc69-4c4f-b8be-d2b132984481 + - e966b4e0-b760-49cd-8e6c-21cb012bb492 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -110,7 +110,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 91cbface659a3577c2c5a2449c46f4332dac93f1:f108ffba5514baff4c6974c00ce8ce6e3d91ff18f1fd7fc3d9251edc1cb42524 + executionResult: 866232552c519f49778a69fbafc36ee0bd97afb9:7eefe287975e333759a1f6e5c064d8bf87ec721309a754346fb2364e3de1557f - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -217,7 +217,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/91cbface659a3577c2c5a2449c46f4332dac93f1%3Af108ffba5514baff4c6974c00ce8ce6e3d91ff18f1fd7fc3d9251edc1cb42524?offset=0%2C0&limit=2%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/866232552c519f49778a69fbafc36ee0bd97afb9%3A7eefe287975e333759a1f6e5c064d8bf87ec721309a754346fb2364e3de1557f?offset=0%2C0&limit=2%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/multi_index_filtered_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/multi_index_filtered_series.yaml index 9f3e2ecfa..a78cbb06a 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/multi_index_filtered_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/multi_index_filtered_series.yaml @@ -83,7 +83,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 2d2c438a-6407-43ed-9ace-06b3003c429f + - b51d43bf-e448-4f6d-9d59-e46edd59a59f X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -128,7 +128,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 0f91f5ef07da2bd92ecd487a78304eb1463d2e7f:ee1f8db666140aa48911224ecc5b5c513a18e854b1ad0948f8021566275902c9 + executionResult: 56a1a4a4d49cc249dd143b63fe81092246d76395:90ae9d1e16310549639bad89f45f112c6e2bda59931778163b89e65c0cec8d0f - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%2Cproducts.category%29&page=0&size=500 @@ -292,7 +292,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0f91f5ef07da2bd92ecd487a78304eb1463d2e7f%3Aee1f8db666140aa48911224ecc5b5c513a18e854b1ad0948f8021566275902c9?offset=0%2C0&limit=1%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/56a1a4a4d49cc249dd143b63fe81092246d76395%3A90ae9d1e16310549639bad89f45f112c6e2bda59931778163b89e65c0cec8d0f?offset=0%2C0&limit=1%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/multi_index_metric_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/multi_index_metric_series.yaml index 9de896641..079d41f07 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/multi_index_metric_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/multi_index_metric_series.yaml @@ -75,7 +75,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - a0c75617-88f6-457b-9b66-1aed2e0e9aaf + - 50f247f9-9e30-4b50-81ab-9f8810b0f47d X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -120,7 +120,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 61f4421c6062670bcb644d23be49da3f27796cc8:8327ebaf42a3816bf2d74be9359c3c2c39325c6b16a932e2620ae8ac351325c2 + executionResult: b353c57885fbe5cc34eee5cede088a45c43f09a3:0c3277a4dedd8a0456482ee43abd5320b59d4c62d35400381acbf90fe1dd8f0f - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%2Cproducts.category%29&page=0&size=500 @@ -284,7 +284,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27region%27%2C%27products.category%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/61f4421c6062670bcb644d23be49da3f27796cc8%3A8327ebaf42a3816bf2d74be9359c3c2c39325c6b16a932e2620ae8ac351325c2?offset=0%2C0&limit=1%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b353c57885fbe5cc34eee5cede088a45c43f09a3%3A0c3277a4dedd8a0456482ee43abd5320b59d4c62d35400381acbf90fe1dd8f0f?offset=0%2C0&limit=1%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_filtered_metric_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_filtered_metric_series.yaml index 38cd6ef86..05a946a96 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_filtered_metric_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_filtered_metric_series.yaml @@ -61,7 +61,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 319bc2be-f73c-4564-bcea-230046ae733e + - 2621dfaa-715d-4a79-90ee-0f76f006f3e7 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -74,10 +74,10 @@ interactions: - localIdentifier: 27c4b665b9d047b1a66a149714f1c596 localIdentifier: dim_0 links: - executionResult: a2034e393829055d312ff607a69301be9fd4d4d6:7f257f50c4e2cfa4de3856acc8f3e80bc44acab5d6448843b08980638d557b8a + executionResult: aef36af17eb3385c2dc5bf86dc44803184cbece6:f01c82be1a419bf22e5731a6e4fea699b78a8631a2c9d0e5bdfc975e21b1196c - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/a2034e393829055d312ff607a69301be9fd4d4d6%3A7f257f50c4e2cfa4de3856acc8f3e80bc44acab5d6448843b08980638d557b8a?offset=0&limit=1 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/aef36af17eb3385c2dc5bf86dc44803184cbece6%3Af01c82be1a419bf22e5731a6e4fea699b78a8631a2c9d0e5bdfc975e21b1196c?offset=0&limit=1 body: null headers: Accept: @@ -201,7 +201,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - c02afbac-3063-45b0-b22f-77b275d793ac + - 7b3abf27-9487-4f0b-95cc-bfb5d34d5bc5 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -214,10 +214,10 @@ interactions: - localIdentifier: 27c4b665b9d047b1a66a149714f1c596 localIdentifier: dim_0 links: - executionResult: ca59a1fde6013f5b54b7a3c291e811d2a740f192:12edb01d02a503eb1b6346638ada3fd6477ad4770680a9ee719636e47170bdd9 + executionResult: cd90b8bd4d666414c2fe66d26ccf4edcdb9503f0:780d85e03bbea39fb80740b4bd33a1d86b2e5a19c08ea01e16215f56f8404a5e - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ca59a1fde6013f5b54b7a3c291e811d2a740f192%3A12edb01d02a503eb1b6346638ada3fd6477ad4770680a9ee719636e47170bdd9?offset=0&limit=1 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/cd90b8bd4d666414c2fe66d26ccf4edcdb9503f0%3A780d85e03bbea39fb80740b4bd33a1d86b2e5a19c08ea01e16215f56f8404a5e?offset=0&limit=1 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series.yaml index e0522fb35..99483a516 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series.yaml @@ -56,7 +56,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 311ba5f1-708f-4f58-8d85-da55322ca690 + - c5ba5ed7-8762-45ef-9f57-ce6a65807394 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -82,7 +82,7 @@ interactions: valueType: TEXT localIdentifier: dim_0 links: - executionResult: c03f39fe5f6c40dbc81a91af7c76a5dcaf1e498a:33b9380572c8766c601adfa7fa7c2c5247ac7a3334f666ebecc3156e3ad4687e + executionResult: f77e461c3447d9ea688b105dc6690172810a5554:cdd683eba8200d05dd94a87ce676768c1f41d2d08ec5d0cf0d783fa8a0af7a6e - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -189,7 +189,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/c03f39fe5f6c40dbc81a91af7c76a5dcaf1e498a%3A33b9380572c8766c601adfa7fa7c2c5247ac7a3334f666ebecc3156e3ad4687e?offset=0&limit=1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f77e461c3447d9ea688b105dc6690172810a5554%3Acdd683eba8200d05dd94a87ce676768c1f41d2d08ec5d0cf0d783fa8a0af7a6e?offset=0&limit=1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series_with_granularity.yaml b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series_with_granularity.yaml index efbf969ec..de1a48a91 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series_with_granularity.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_label_series_with_granularity.yaml @@ -62,7 +62,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - efb0bea0-3c7a-4c02-8e7b-eda54bcddbed + - 7b065c4d-3263-4ea4-803d-574ae7f31d0f X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -103,7 +103,7 @@ interactions: valueType: TEXT localIdentifier: dim_0 links: - executionResult: a3d9c6d4693d8831dab062c8985a19e2daba76cc:da4f7da0daeb19f4cbd6305a94815fe7df0154a0fff89133988a7276dedd9235 + executionResult: ee2fdcecc0e48ecd448dbb7a2fdf06a9b49e4f46:bf0a79596388d76a112c310ca0fc13957e55315df9bb7a7871847fa766640ad0 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28products.category%2Cregion%29&page=0&size=500 @@ -267,7 +267,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27products.category%27%2C%27region%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/a3d9c6d4693d8831dab062c8985a19e2daba76cc%3Ada4f7da0daeb19f4cbd6305a94815fe7df0154a0fff89133988a7276dedd9235?offset=0&limit=1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/ee2fdcecc0e48ecd448dbb7a2fdf06a9b49e4f46%3Abf0a79596388d76a112c310ca0fc13957e55315df9bb7a7871847fa766640ad0?offset=0&limit=1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series.yaml index c478ef4a4..49cfc48ac 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series.yaml @@ -61,7 +61,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - da3dd688-dc0b-4289-bd25-0d1bf3c39da6 + - 71d67eaa-56db-4049-9e19-930d8a093743 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -74,10 +74,10 @@ interactions: - localIdentifier: 27c4b665b9d047b1a66a149714f1c596 localIdentifier: dim_0 links: - executionResult: a2034e393829055d312ff607a69301be9fd4d4d6:7f257f50c4e2cfa4de3856acc8f3e80bc44acab5d6448843b08980638d557b8a + executionResult: aef36af17eb3385c2dc5bf86dc44803184cbece6:f01c82be1a419bf22e5731a6e4fea699b78a8631a2c9d0e5bdfc975e21b1196c - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/a2034e393829055d312ff607a69301be9fd4d4d6%3A7f257f50c4e2cfa4de3856acc8f3e80bc44acab5d6448843b08980638d557b8a?offset=0&limit=1 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/aef36af17eb3385c2dc5bf86dc44803184cbece6%3Af01c82be1a419bf22e5731a6e4fea699b78a8631a2c9d0e5bdfc975e21b1196c?offset=0&limit=1 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series_with_granularity.yaml b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series_with_granularity.yaml index 2d51a425e..b14a62585 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series_with_granularity.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/not_indexed_metric_series_with_granularity.yaml @@ -69,7 +69,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 80d6fe33-7703-4ea4-ae41-3ab2aedc7c87 + - efbc05f3-41ce-4a78-a3ac-b208c5b481cb X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -99,7 +99,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 53d8df5e0f57bb3778fa52e09a5dbf3fe0d20593:411320e1b32e088701f9b07028c6d9022db8b9c332e7446b7c7088eb2dfe1e50 + executionResult: 642685ca8885cdfcaa94bfea185881d12f935260:9dc8c487f87061c9357806fb385304a70ba988578ad295b9c4386791375bd795 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -206,7 +206,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/53d8df5e0f57bb3778fa52e09a5dbf3fe0d20593%3A411320e1b32e088701f9b07028c6d9022db8b9c332e7446b7c7088eb2dfe1e50?offset=0%2C0&limit=1%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/642685ca8885cdfcaa94bfea185881d12f935260%3A9dc8c487f87061c9357806fb385304a70ba988578ad295b9c4386791375bd795?offset=0%2C0&limit=1%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/simple_index_filtered_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/simple_index_filtered_series.yaml index 2185f6062..99c994f54 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/simple_index_filtered_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/simple_index_filtered_series.yaml @@ -78,7 +78,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 600573ec-101c-459e-9ffc-c6b52620f0f8 + - 79709023-db70-409a-aaf9-c64801d24f98 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -119,7 +119,7 @@ interactions: valueType: TEXT localIdentifier: dim_0 links: - executionResult: 9f9d3b1b81d7485abba2e04baf35d6881c5d49ef:993db9220c07fe0207339ea9f23514f593b996448937880b2f355ba3a21a022b + executionResult: 7d5793ce409eb0162b11a82a192094b4bdabbaa0:c7ca59651bcb4719e5df28392314129815616640ea72a9e58e2686e597c8ceae - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28products.category%2Cregion%29&page=0&size=500 @@ -283,7 +283,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28%27products.category%27%2C%27region%27%29&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/9f9d3b1b81d7485abba2e04baf35d6881c5d49ef%3A993db9220c07fe0207339ea9f23514f593b996448937880b2f355ba3a21a022b?offset=0&limit=1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/7d5793ce409eb0162b11a82a192094b4bdabbaa0%3Ac7ca59651bcb4719e5df28392314129815616640ea72a9e58e2686e597c8ceae?offset=0&limit=1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/simple_index_label_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/simple_index_label_series.yaml index 082282d4e..530033d00 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/simple_index_label_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/simple_index_label_series.yaml @@ -56,7 +56,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - d8474362-39e0-4433-babb-ac28a29bf37c + - 55eadc1d-ec4a-4288-853a-d0d82385e0f5 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -82,7 +82,7 @@ interactions: valueType: TEXT localIdentifier: dim_0 links: - executionResult: c03f39fe5f6c40dbc81a91af7c76a5dcaf1e498a:33b9380572c8766c601adfa7fa7c2c5247ac7a3334f666ebecc3156e3ad4687e + executionResult: f77e461c3447d9ea688b105dc6690172810a5554:cdd683eba8200d05dd94a87ce676768c1f41d2d08ec5d0cf0d783fa8a0af7a6e - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -189,7 +189,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/c03f39fe5f6c40dbc81a91af7c76a5dcaf1e498a%3A33b9380572c8766c601adfa7fa7c2c5247ac7a3334f666ebecc3156e3ad4687e?offset=0&limit=1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f77e461c3447d9ea688b105dc6690172810a5554%3Acdd683eba8200d05dd94a87ce676768c1f41d2d08ec5d0cf0d783fa8a0af7a6e?offset=0&limit=1000 body: null headers: Accept: diff --git a/packages/gooddata-pandas/tests/series/fixtures/simple_index_metric_series.yaml b/packages/gooddata-pandas/tests/series/fixtures/simple_index_metric_series.yaml index 6efa0fc9e..bffcd3a3d 100644 --- a/packages/gooddata-pandas/tests/series/fixtures/simple_index_metric_series.yaml +++ b/packages/gooddata-pandas/tests/series/fixtures/simple_index_metric_series.yaml @@ -69,7 +69,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 8b0916e4-0b85-4980-8302-de72b6c25561 + - 5c6e201f-acaa-446e-9d50-3b54c87a8a30 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -99,7 +99,7 @@ interactions: valueType: TEXT localIdentifier: dim_1 links: - executionResult: 53d8df5e0f57bb3778fa52e09a5dbf3fe0d20593:411320e1b32e088701f9b07028c6d9022db8b9c332e7446b7c7088eb2dfe1e50 + executionResult: 642685ca8885cdfcaa94bfea185881d12f935260:9dc8c487f87061c9357806fb385304a70ba988578ad295b9c4386791375bd795 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3Din%3D%28region%29&page=0&size=500 @@ -206,7 +206,7 @@ interactions: next: http://localhost:3000/api/v1/entities/workspaces/demo/attributes?include=labels%2Cdatasets&filter=labels.id%3D%3D%27region%27&page=1&size=500 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/53d8df5e0f57bb3778fa52e09a5dbf3fe0d20593%3A411320e1b32e088701f9b07028c6d9022db8b9c332e7446b7c7088eb2dfe1e50?offset=0%2C0&limit=1%2C1000 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/642685ca8885cdfcaa94bfea185881d12f935260%3A9dc8c487f87061c9357806fb385304a70ba988578ad295b9c4386791375bd795?offset=0%2C0&limit=1%2C1000 body: null headers: Accept: diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/bigquery.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/bigquery.yaml index 19402c99d..c9d29de65 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/bigquery.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/bigquery.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: d90b939488c0002afa6049595a44c1b6 + traceId: f9e89fc34b06c06fe26f1ea8be275d38 - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_put_declarative_data_sources_connection.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_put_declarative_data_sources_connection.yaml index 7391f96ad..b95de3c95 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_put_declarative_data_sources_connection.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_put_declarative_data_sources_connection.yaml @@ -113,7 +113,7 @@ interactions: string: queryDurationMillis: createCacheTable: 0 - simpleSelect: 13 + simpleSelect: 10 successful: true - request: method: PUT diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_register_upload_notification.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_register_upload_notification.yaml index 92995645e..9cc8f0430 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_register_upload_notification.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_register_upload_notification.yaml @@ -481,7 +481,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - e34222b2-f408-4fab-83bd-f3e0c76320b4 + - 5dc6e59a-9978-44a2-9e01-2ad370da726f X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -496,7 +496,7 @@ interactions: name: '# of Active Customers' localIdentifier: dim_0 links: - executionResult: 4c0ed2507a2ed0cdbd1c339e840fc87ebbbbb513:4f9dd40adf4f1c0c5cd39016efd25c02e2024ce88dc05c56aa69649d1086fe05 + executionResult: a52d467d693705eff2d8d009d7208a65facc6185:68b13344854aa064068dc910179cbb48a3031334311a2b581046e621252a073e - request: method: POST uri: http://localhost:3000/api/v1/actions/dataSources/demo-test-ds/uploadNotification @@ -593,7 +593,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - dca56864-8aa0-40a3-8369-bebd91f47375 + - fbc0db87-519d-40d4-8a53-1b58e5b97dd8 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -608,4 +608,4 @@ interactions: name: '# of Active Customers' localIdentifier: dim_0 links: - executionResult: ba73679655f46ccf86e63851e6d4489f8f1bcfdd:d99c949238d57882d207dd94dd1733c4a322843c450244a1e64e21a43ba6d013 + executionResult: a1d02513bffe953453e8335a6a2207432c8a074b:49031ef93e93fa01f699e1230b1d74bf8131b35f36331b543044d693e2a46032 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_test_declarative_data_sources.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_test_declarative_data_sources.yaml index 408091fe3..fa46d1c00 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_test_declarative_data_sources.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_test_declarative_data_sources.yaml @@ -166,5 +166,5 @@ interactions: string: queryDurationMillis: createCacheTable: 0 - simpleSelect: 5 + simpleSelect: 2 successful: true diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/dremio.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/dremio.yaml index 681939df5..30f9a5c1a 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/dremio.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/dremio.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: b63978defa31c68ca546c1ab343a448d + traceId: a7348e0bd1774426be0c7cefea1c27ac - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/patch.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/patch.yaml index 562cf508b..fb3a2359f 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/patch.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/patch.yaml @@ -105,7 +105,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: f86c79144f9a36d6f9348cbacfb8db41 + traceId: ae834c60ff85debad46abebdbdb66c38 - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/redshift.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/redshift.yaml index 4599d9f01..0d532848d 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/redshift.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/redshift.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 324c02acf3782a683f008bd594d4b384 + traceId: 109a170f9bd914b9eaa17e2de5f25045 - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/snowflake.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/snowflake.yaml index 38cb0a061..3f5e59ab6 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/snowflake.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/snowflake.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 4cf75552de66e723c0f7c68c17035293 + traceId: 5774a0e1de19738c72f960198653256f - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources @@ -253,7 +253,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: e09194bf37bb65497db2e23dca921296 + traceId: dbb035a01570f4c59fcbbd2740f06349 - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/test_create_update.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/test_create_update.yaml index bce766be1..056d493e5 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/test_create_update.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/test_create_update.yaml @@ -105,7 +105,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: d61e83e698c733efd8f092e18379bea6 + traceId: 2e18430427b73d2107c5d8466e3c5cee - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/vertica.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/vertica.yaml index 077f62c11..12df51046 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/vertica.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/data_sources/vertica.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 50ab98fc73169db1e16211918da0afee + traceId: aae9dcdab0843f14bd6b0c28ac0907b6 - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/organization/create_jwk.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/organization/create_jwk.yaml index c9b46fe79..ffbd937cc 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/organization/create_jwk.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/organization/create_jwk.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 5765adf5c8a130e2ff955b2dbd5b081a + traceId: b10abafb439587c93e6ff34c1d5661ad - request: method: POST uri: http://localhost:3000/api/v1/entities/jwks diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_csp_directive.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_csp_directive.yaml index 6c1fe1cc4..f3f0dc3bb 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_csp_directive.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_csp_directive.yaml @@ -144,7 +144,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: f264d2d766bbd7ae60058e329dfa5090 + traceId: ecb4862725d7556264c75b9df9fab258 - request: method: GET uri: http://localhost:3000/api/v1/entities/cspDirectives?page=0&size=500 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_jwk.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_jwk.yaml index f685dd91c..ada557c77 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_jwk.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_jwk.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 26e86c74c00dbadaa3c0d26e9b4cacaa + traceId: 5d8a7f2f2f954684f5eb289957d705f7 - request: method: POST uri: http://localhost:3000/api/v1/entities/jwks @@ -207,7 +207,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: b4d1eb921615509c521767c5d3c6fe68 + traceId: 4c2e6a79e44803159e7d5455836128e8 - request: method: GET uri: http://localhost:3000/api/v1/entities/jwks?page=0&size=500 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_llm_endpoint.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_llm_endpoint.yaml index a32451130..c09122846 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_llm_endpoint.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_llm_endpoint.yaml @@ -145,7 +145,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: c657d9dc47cadc6183b4ac712f500926 + traceId: 1a4b5ab8b84467f7c1eec09aee4d56ee - request: method: DELETE uri: http://localhost:3000/api/v1/entities/llmEndpoints/endpoint1 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_organization_setting.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_organization_setting.yaml index 801937047..5f4529994 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_organization_setting.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/organization/delete_organization_setting.yaml @@ -146,7 +146,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: eade9edee77e4a2059b1fb6d59d2ace8 + traceId: 4aca3ce4d45f18b3d9b18f62785130af - request: method: GET uri: http://localhost:3000/api/v1/entities/organizationSettings?page=0&size=500 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/organization/list_jwk.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/organization/list_jwk.yaml index 09250ac3f..d475b3176 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/organization/list_jwk.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/organization/list_jwk.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 5805bf88897de31c2cd224c06156e025 + traceId: 913159b1177d2c5580e2c8a9628e36f4 - request: method: POST uri: http://localhost:3000/api/v1/entities/jwks @@ -169,7 +169,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 3bc666007e4300f5486c292095721e20 + traceId: 224f22aa2ac402d33dd9ac1915ebc1a6 - request: method: POST uri: http://localhost:3000/api/v1/entities/jwks diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/organization/update_jwk.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/organization/update_jwk.yaml index 9bec41d53..9d0c89db0 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/organization/update_jwk.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/organization/update_jwk.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: cf3452051f6c79a977b915ae0b35d9b5 + traceId: 1238fd0fa280e4d924114977337848d1 - request: method: POST uri: http://localhost:3000/api/v1/entities/jwks diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user.yaml index 8a4220b35..8d1c711b3 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user.yaml @@ -56,7 +56,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -70,7 +70,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -141,7 +141,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 30520e29be2971de33a559438b57fc3c + traceId: 65b8bb449464bca35bdcac3e35a0182f - request: method: POST uri: http://localhost:3000/api/v1/entities/users @@ -327,7 +327,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -341,7 +341,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -472,7 +472,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -486,7 +486,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user_group.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user_group.yaml index 203852666..0a59b6f1b 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user_group.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/create_delete_user_group.yaml @@ -138,7 +138,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 834a429917d4ee64a936a957b20b4a1e + traceId: e25674e21a5f97afe042620109712678 - request: method: POST uri: http://localhost:3000/api/v1/entities/userGroups diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users.yaml index c5743111d..f0990d63c 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users.yaml @@ -51,7 +51,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -61,7 +61,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -117,7 +117,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -127,7 +127,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users_user_groups.yaml index 7b1f5abcd..cba60f891 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/get_declarative_users_user_groups.yaml @@ -68,7 +68,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -78,7 +78,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -151,7 +151,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -161,7 +161,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/get_user.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/get_user.yaml index bd98a7951..bcc2b55e7 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/get_user.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/get_user.yaml @@ -46,7 +46,7 @@ interactions: string: data: attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 relationships: userGroups: diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/list_users.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/list_users.yaml index d8df3cccd..ccce2bcad 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/list_users.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/list_users.yaml @@ -56,7 +56,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -70,7 +70,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_user_groups.yaml index f3e1b711c..6fb46c855 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_user_groups.yaml @@ -51,7 +51,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -61,7 +61,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -181,7 +181,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -195,7 +195,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -548,14 +548,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users.yaml index cd353c345..fbc597627 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users.yaml @@ -51,7 +51,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -61,7 +61,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -122,7 +122,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -136,7 +136,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -399,14 +399,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users_user_groups.yaml index be83e403c..be54a53ab 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/load_and_put_declarative_users_user_groups.yaml @@ -68,7 +68,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -78,7 +78,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -139,7 +139,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -153,7 +153,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -510,14 +510,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_user_groups.yaml index 30471d558..0b414a9f1 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_user_groups.yaml @@ -110,7 +110,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -120,7 +120,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -181,7 +181,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -195,7 +195,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -447,14 +447,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users.yaml index 299c7030f..59a095880 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users.yaml @@ -51,7 +51,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -61,7 +61,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -122,7 +122,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -136,7 +136,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -176,14 +176,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup @@ -272,7 +272,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -282,7 +282,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -304,14 +304,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users_user_groups.yaml index 52707c9fa..157072753 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/put_declarative_users_user_groups.yaml @@ -68,7 +68,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -78,7 +78,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -139,7 +139,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -153,7 +153,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -253,14 +253,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup @@ -366,7 +366,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -376,7 +376,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -415,14 +415,14 @@ interactions: email: demo@example.com firstname: Demo lastname: User - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs userGroups: - id: adminGroup type: userGroup settings: [] permissions: [] - id: demo2 - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs userGroups: - id: demoGroup type: userGroup diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users.yaml index 0ee66f3ae..0d02f3768 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users.yaml @@ -51,7 +51,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -61,7 +61,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -117,7 +117,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -127,7 +127,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users_user_groups.yaml index b9e338ceb..667b88ef3 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/store_declarative_users_user_groups.yaml @@ -68,7 +68,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -78,7 +78,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] @@ -151,7 +151,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + - authId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs email: demo@example.com firstname: Demo id: demo @@ -161,7 +161,7 @@ interactions: userGroups: - id: adminGroup type: userGroup - - authId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + - authId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 permissions: [] settings: [] diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_api_tokens.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_api_tokens.yaml index 5c57f5d2b..5aa1f18c9 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_api_tokens.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_api_tokens.yaml @@ -97,7 +97,7 @@ interactions: string: data: attributes: - bearerToken: ZGVtbzp0ZXN0X3Rva2VuOjV1eXBzMGpLZjUxRXplS3psREFuNkkxTVpSYzVBVnZ2 + bearerToken: ZGVtbzp0ZXN0X3Rva2VuOkQ0MG15UlBGQ3VSZTh0YWYyOGc1U3VrQmZ2eG9VQ1Iy id: test_token type: apiToken links: diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_group.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_group.yaml index bd98a7951..bcc2b55e7 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_group.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_group.yaml @@ -46,7 +46,7 @@ interactions: string: data: attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 relationships: userGroups: diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_groups.yaml index bd98a7951..bcc2b55e7 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_add_user_groups.yaml @@ -46,7 +46,7 @@ interactions: string: data: attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 relationships: userGroups: diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_remove_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_remove_user_groups.yaml index bd98a7951..bcc2b55e7 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_remove_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_remove_user_groups.yaml @@ -46,7 +46,7 @@ interactions: string: data: attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 relationships: userGroups: diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_replace_user_groups.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_replace_user_groups.yaml index bd98a7951..bcc2b55e7 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_replace_user_groups.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/test_user_replace_user_groups.yaml @@ -46,7 +46,7 @@ interactions: string: data: attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 relationships: userGroups: diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/users/update_user.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/users/update_user.yaml index eef07972e..67f25939a 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/users/update_user.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/users/update_user.yaml @@ -56,7 +56,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -70,7 +70,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -141,7 +141,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: bdb819a99f0f28ae77afd955be1673dc + traceId: 337499ef350322c576120cfe0189800d - request: method: POST uri: http://localhost:3000/api/v1/entities/users @@ -263,7 +263,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -277,7 +277,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 @@ -613,7 +613,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -627,7 +627,7 @@ interactions: type: userGroup type: user - attributes: - authenticationId: CiQxNzQyNzBmZC0wZjlkLTRkMTctYjU5Ni01OThhNzkzMDU3ODkSBWxvY2Fs + authenticationId: CiQ0NjljMTQzMC1kZTZhLTQyYzAtYTc2OS00YmY2NzUwNmJhZGYSBWxvY2Fs id: demo2 links: self: http://localhost:3000/api/v1/entities/users/demo2 diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/analytics_store_load.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/analytics_store_load.yaml index 017b1a28e..5a90333e0 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/analytics_store_load.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/analytics_store_load.yaml @@ -94,7 +94,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -137,7 +137,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -287,7 +287,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -299,7 +299,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -309,7 +309,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -360,7 +360,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -369,7 +369,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -379,7 +379,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -389,7 +389,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -399,7 +399,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -408,7 +408,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -417,7 +417,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -427,7 +427,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -437,7 +437,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -447,7 +447,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -457,7 +457,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -467,7 +467,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -477,7 +477,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -487,7 +487,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -498,7 +498,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -508,7 +508,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -518,7 +518,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -528,7 +528,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -537,7 +537,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -546,7 +546,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -555,7 +555,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -564,7 +564,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -573,7 +573,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -582,7 +582,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -647,7 +647,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -723,7 +723,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -802,7 +802,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -861,7 +861,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -918,7 +918,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -971,7 +971,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1046,7 +1046,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1103,7 +1103,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1202,7 +1202,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1258,7 +1258,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1297,7 +1297,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1353,7 +1353,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1421,7 +1421,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1478,7 +1478,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1535,7 +1535,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1633,7 +1633,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1676,7 +1676,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1826,7 +1826,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1838,7 +1838,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1848,7 +1848,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1899,7 +1899,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1908,7 +1908,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1918,7 +1918,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1928,7 +1928,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1938,7 +1938,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1947,7 +1947,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1956,7 +1956,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1966,7 +1966,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1976,7 +1976,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1986,7 +1986,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1996,7 +1996,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2006,7 +2006,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2016,7 +2016,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2026,7 +2026,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2037,7 +2037,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2047,7 +2047,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2057,7 +2057,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2067,7 +2067,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2076,7 +2076,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2085,7 +2085,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2094,7 +2094,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2103,7 +2103,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2112,7 +2112,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2121,7 +2121,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2186,7 +2186,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2262,7 +2262,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2341,7 +2341,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2400,7 +2400,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2457,7 +2457,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2510,7 +2510,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2585,7 +2585,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2642,7 +2642,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2741,7 +2741,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2797,7 +2797,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2836,7 +2836,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2892,7 +2892,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2960,7 +2960,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3017,7 +3017,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3074,7 +3074,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog.yaml index 686f10868..0c1ba504e 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog.yaml @@ -583,15 +583,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -611,29 +611,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -649,14 +649,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines @@ -1184,14 +1184,14 @@ interactions: relationships: attributes: data: - - id: region - type: attribute - - id: state - type: attribute - id: customer_id type: attribute - id: customer_name type: attribute + - id: region + type: attribute + - id: state + type: attribute type: dataset - attributes: title: Date @@ -1231,15 +1231,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -1259,29 +1259,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -1298,14 +1298,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines @@ -1685,7 +1685,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_active_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_active_customers @@ -1700,7 +1700,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_orders @@ -1716,7 +1716,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_top_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_top_customers @@ -1733,7 +1733,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_valid_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_valid_orders @@ -1748,7 +1748,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: campaign_spend links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/campaign_spend @@ -1763,7 +1763,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: order_amount links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/order_amount @@ -1778,7 +1778,7 @@ interactions: content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue @@ -1794,7 +1794,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_customers @@ -1810,7 +1810,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_customers @@ -1826,7 +1826,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_products @@ -1842,7 +1842,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_products @@ -1858,7 +1858,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_in_category links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_in_category @@ -1874,7 +1874,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_per_product links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_per_product @@ -1891,7 +1891,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue @@ -1907,7 +1907,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-clothing links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-clothing @@ -1923,7 +1923,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-electronic links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-electronic @@ -1939,7 +1939,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-home links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-home @@ -1955,7 +1955,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-outdoor links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-outdoor @@ -1970,7 +1970,7 @@ interactions: content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_customer links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_customer @@ -1985,7 +1985,7 @@ interactions: content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_dollar_spent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_dollar_spent @@ -2000,7 +2000,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10 links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10 @@ -2015,7 +2015,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10_percent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10_percent @@ -2030,7 +2030,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue @@ -2045,7 +2045,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue-no_filters links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue-no_filters diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_availability.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_availability.yaml index 273e93a13..d0d8640fb 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_availability.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_availability.yaml @@ -583,15 +583,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -611,29 +611,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -649,14 +649,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines @@ -1184,14 +1184,14 @@ interactions: relationships: attributes: data: - - id: region - type: attribute - - id: state - type: attribute - id: customer_id type: attribute - id: customer_name type: attribute + - id: region + type: attribute + - id: state + type: attribute type: dataset - attributes: title: Date @@ -1231,15 +1231,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -1259,29 +1259,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -1298,14 +1298,14 @@ interactions: dataType: STRING workspaceDataFilterReferences: - filterId: - id: wdf__state + id: wdf__region type: workspaceDataFilter - filterColumn: wdf__state + filterColumn: wdf__region filterColumnDataType: STRING - filterId: - id: wdf__region + id: wdf__state type: workspaceDataFilter - filterColumn: wdf__region + filterColumn: wdf__state filterColumnDataType: STRING type: NORMAL id: order_lines @@ -1685,7 +1685,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_active_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_active_customers @@ -1700,7 +1700,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_orders @@ -1716,7 +1716,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_top_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_top_customers @@ -1733,7 +1733,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_valid_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_valid_orders @@ -1748,7 +1748,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: campaign_spend links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/campaign_spend @@ -1763,7 +1763,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: order_amount links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/order_amount @@ -1778,7 +1778,7 @@ interactions: content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue @@ -1794,7 +1794,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_customers @@ -1810,7 +1810,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_customers @@ -1826,7 +1826,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_products @@ -1842,7 +1842,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_products @@ -1858,7 +1858,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_in_category links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_in_category @@ -1874,7 +1874,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_per_product links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_per_product @@ -1891,7 +1891,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue @@ -1907,7 +1907,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-clothing links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-clothing @@ -1923,7 +1923,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-electronic links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-electronic @@ -1939,7 +1939,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-home links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-home @@ -1955,7 +1955,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-outdoor links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-outdoor @@ -1970,7 +1970,7 @@ interactions: content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_customer links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_customer @@ -1985,7 +1985,7 @@ interactions: content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_dollar_spent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_dollar_spent @@ -2000,7 +2000,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10 links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10 @@ -2015,7 +2015,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10_percent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10_percent @@ -2030,7 +2030,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue @@ -2045,7 +2045,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue-no_filters links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue-no_filters diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_list_metrics.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_list_metrics.yaml index 429c51788..69d84a1d0 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_list_metrics.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_catalog_list_metrics.yaml @@ -51,7 +51,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_active_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_active_customers @@ -66,7 +66,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_orders @@ -82,7 +82,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_top_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_top_customers @@ -99,7 +99,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_valid_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_valid_orders @@ -114,7 +114,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: campaign_spend links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/campaign_spend @@ -129,7 +129,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: order_amount links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/order_amount @@ -144,7 +144,7 @@ interactions: content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue @@ -160,7 +160,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_customers @@ -176,7 +176,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_customers @@ -192,7 +192,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_products @@ -208,7 +208,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_products @@ -224,7 +224,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_in_category links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_in_category @@ -240,7 +240,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_per_product links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_per_product @@ -257,7 +257,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue @@ -273,7 +273,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-clothing links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-clothing @@ -289,7 +289,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-electronic links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-electronic @@ -305,7 +305,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-home links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-home @@ -321,7 +321,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-outdoor links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-outdoor @@ -336,7 +336,7 @@ interactions: content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_customer links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_customer @@ -351,7 +351,7 @@ interactions: content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_dollar_spent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_dollar_spent @@ -366,7 +366,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10 links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10 @@ -381,7 +381,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10_percent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10_percent @@ -396,7 +396,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue @@ -411,7 +411,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue-no_filters links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue-no_filters diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_get_dependent_entities_graph.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_get_dependent_entities_graph.yaml index 301ceb9d3..eef08c5cf 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_get_dependent_entities_graph.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_get_dependent_entities_graph.yaml @@ -68,11 +68,11 @@ interactions: type: dataset - - id: customer_id type: attribute - - id: revenue_per_customer + - id: amount_of_active_customers type: metric - - id: customer_id type: attribute - - id: percent_revenue_from_top_10_customers + - id: amount_of_top_customers type: metric - - id: customer_id type: attribute @@ -80,11 +80,11 @@ interactions: type: metric - - id: customer_id type: attribute - - id: amount_of_active_customers + - id: revenue_per_customer type: metric - - id: customer_id type: attribute - - id: amount_of_top_customers + - id: percent_revenue_from_top_10_customers type: metric - - id: customer_name type: attribute @@ -134,22 +134,22 @@ interactions: type: attribute - id: order_lines type: dataset - - - id: product_id - type: attribute - - id: percent_revenue_per_product - type: metric - - id: product_id type: attribute - id: products type: dataset - - id: product_id type: attribute - - id: percent_revenue_from_top_10_products + - id: percent_revenue_per_product type: metric - - id: product_id type: attribute - id: percent_revenue_from_top_10_percent_products type: metric + - - id: product_id + type: attribute + - id: percent_revenue_from_top_10_products + type: metric - - id: product_name type: attribute - id: products @@ -194,13 +194,17 @@ interactions: type: dataset - id: order_lines type: dataset + - - id: date + type: dataset + - id: product_revenue_comparison-over_previous_period + type: visualizationObject - - id: date type: dataset - id: order_lines type: dataset - - id: date type: dataset - - id: revenue_by_category_trend + - id: revenue_trend type: visualizationObject - - id: date type: dataset @@ -208,7 +212,7 @@ interactions: type: visualizationObject - - id: date type: dataset - - id: product_revenue_comparison-over_previous_period + - id: customers_trend type: visualizationObject - - id: date type: dataset @@ -216,11 +220,7 @@ interactions: type: analyticalDashboard - - id: date type: dataset - - id: customers_trend - type: visualizationObject - - - id: date - type: dataset - - id: revenue_trend + - id: revenue_by_category_trend type: visualizationObject - - id: products type: dataset @@ -280,39 +280,39 @@ interactions: type: attribute - - id: campaign_name type: label - - id: revenue_per_usd_vs_spend_by_campaign + - id: campaign_spend type: visualizationObject + - - id: campaign_name + type: label + - id: campaign_name_filter + type: filterContext - - id: campaign_name type: label - id: campaign_name type: attribute - - id: campaign_name type: label - - id: campaign_spend + - id: revenue_per_usd_vs_spend_by_campaign type: visualizationObject - - - id: campaign_name - type: label - - id: campaign_name_filter - type: filterContext - - id: customer_id type: label - id: customer_id type: attribute - - id: customer_name type: label - - id: revenue_and_quantity_by_product_and_category - type: visualizationObject + - id: customer_name + type: attribute - - id: customer_name type: label - - id: top_10_customers + - id: percent_revenue_per_product_by_customer_and_category type: visualizationObject - - id: customer_name type: label - - id: customer_name - type: attribute + - id: revenue_and_quantity_by_product_and_category + type: visualizationObject - - id: customer_name type: label - - id: percent_revenue_per_product_by_customer_and_category + - id: top_10_customers type: visualizationObject - - id: date.day type: label @@ -320,7 +320,11 @@ interactions: type: attribute - - id: date.month type: label - - id: percentage_of_customers_by_region + - id: revenue_trend + type: visualizationObject + - - id: date.month + type: label + - id: customers_trend type: visualizationObject - - id: date.month type: label @@ -328,16 +332,12 @@ interactions: type: attribute - - id: date.month type: label - - id: customers_trend + - id: percentage_of_customers_by_region type: visualizationObject - - id: date.month type: label - id: revenue_by_category_trend type: visualizationObject - - - id: date.month - type: label - - id: revenue_trend - type: visualizationObject - - id: date.quarter type: label - id: date.quarter @@ -362,14 +362,14 @@ interactions: type: label - id: order_line_id type: attribute - - - id: order_status - type: label - - id: order_status - type: attribute - - id: order_status type: label - id: amount_of_valid_orders type: metric + - - id: order_status + type: label + - id: order_status + type: attribute - - id: order_status type: label - id: revenue @@ -380,15 +380,11 @@ interactions: type: attribute - - id: product_name type: label - - id: top_10_products - type: visualizationObject - - - id: product_name - type: label - - id: product_breakdown + - id: product_revenue_comparison-over_previous_period type: visualizationObject - - id: product_name type: label - - id: product_categories_pie_chart + - id: product_saleability type: visualizationObject - - id: product_name type: label @@ -396,11 +392,11 @@ interactions: type: attribute - - id: product_name type: label - - id: product_revenue_comparison-over_previous_period + - id: percent_revenue_per_product_by_customer_and_category type: visualizationObject - - id: product_name type: label - - id: revenue_by_product + - id: product_categories_pie_chart type: visualizationObject - - id: product_name type: label @@ -408,68 +404,72 @@ interactions: type: visualizationObject - - id: product_name type: label - - id: percent_revenue_per_product_by_customer_and_category + - id: top_10_products type: visualizationObject - - id: product_name type: label - - id: product_saleability + - id: product_breakdown + type: visualizationObject + - - id: product_name + type: label + - id: revenue_by_product type: visualizationObject - - id: products.category type: label - - id: top_10_products + - id: product_revenue_comparison-over_previous_period type: visualizationObject - - id: products.category type: label - - id: revenue-electronic + - id: revenue-home type: metric + - - id: products.category + type: label + - id: products.category + type: attribute - - id: products.category type: label - id: revenue-clothing type: metric - - id: products.category type: label - - id: product_breakdown - type: visualizationObject + - id: revenue-electronic + type: metric - - id: products.category type: label - - id: revenue_by_category_trend + - id: percent_revenue_per_product_by_customer_and_category type: visualizationObject - - id: products.category type: label - id: product_categories_pie_chart type: visualizationObject - - - id: products.category - type: label - - id: revenue-home - type: metric - - id: products.category type: label - id: revenue-outdoor type: metric - - id: products.category type: label - - id: product_revenue_comparison-over_previous_period + - id: revenue_and_quantity_by_product_and_category type: visualizationObject - - id: products.category type: label - - id: products.category - type: attribute + - id: top_10_products + type: visualizationObject - - id: products.category type: label - - id: revenue_and_quantity_by_product_and_category + - id: product_breakdown type: visualizationObject - - id: products.category type: label - - id: percent_revenue_per_product_by_customer_and_category + - id: revenue_by_category_trend type: visualizationObject - - - id: region - type: label - - id: region_filter - type: filterContext - - id: region type: label - id: region type: attribute + - - id: region + type: label + - id: region_filter + type: filterContext - - id: region type: label - id: percentage_of_customers_by_region @@ -482,25 +482,29 @@ interactions: type: label - id: state type: attribute - - - id: type - type: label - - id: campaign_spend - type: visualizationObject - - id: type type: label - id: type type: attribute + - - id: type + type: label + - id: campaign_spend + type: visualizationObject - - id: amount_of_active_customers type: metric - - id: percentage_of_customers_by_region - type: visualizationObject + - id: amount_of_top_customers + type: metric - - id: amount_of_active_customers type: metric - id: customers_trend type: visualizationObject - - id: amount_of_active_customers type: metric - - id: amount_of_top_customers + - id: percentage_of_customers_by_region + type: visualizationObject + - - id: amount_of_orders + type: metric + - id: amount_of_valid_orders type: metric - - id: amount_of_orders type: metric @@ -510,14 +514,6 @@ interactions: type: metric - id: product_saleability type: visualizationObject - - - id: amount_of_orders - type: metric - - id: amount_of_valid_orders - type: metric - - - id: campaign_spend - type: metric - - id: revenue_per_usd_vs_spend_by_campaign - type: visualizationObject - - id: campaign_spend type: metric - id: revenue_per_dollar_spent @@ -526,6 +522,10 @@ interactions: type: metric - id: campaign_spend type: visualizationObject + - - id: campaign_spend + type: metric + - id: revenue_per_usd_vs_spend_by_campaign + type: visualizationObject - - id: order_amount type: metric - id: revenue @@ -540,107 +540,107 @@ interactions: type: visualizationObject - - id: revenue type: metric - - id: revenue-clothing + - id: percent_revenue_per_product type: metric - - id: revenue type: metric - - id: product_breakdown + - id: revenue_trend type: visualizationObject - - id: revenue type: metric - - id: revenue_by_category_trend - type: visualizationObject - - - id: revenue + - id: percent_revenue type: metric - - id: product_categories_pie_chart - type: visualizationObject - - id: revenue type: metric - - id: percent_revenue_in_category + - id: amount_of_top_customers type: metric - - id: revenue type: metric - - id: revenue_top_10 + - id: percent_revenue_from_top_10_percent_customers type: metric - - id: revenue type: metric - - id: percent_revenue_per_product + - id: revenue_top_10_percent type: metric - - id: revenue type: metric - - id: revenue-outdoor + - id: total_revenue type: metric - - id: revenue type: metric - - id: revenue_per_customer + - id: percent_revenue_from_top_10_customers type: metric - - id: revenue type: metric - - id: percent_revenue_from_top_10_customers + - id: revenue-electronic type: metric - - id: revenue type: metric - - id: revenue_and_quantity_by_product_and_category + - id: percent_revenue_per_product_by_customer_and_category type: visualizationObject - - id: revenue type: metric - - id: percent_revenue_from_top_10_percent_products - type: metric + - id: product_categories_pie_chart + type: visualizationObject - - id: revenue type: metric - - id: revenue_top_10_percent + - id: revenue_per_customer type: metric - - id: revenue type: metric - - id: percent_revenue + - id: revenue-outdoor type: metric - - id: revenue type: metric - - id: total_revenue + - id: revenue_by_product + type: visualizationObject + - - id: revenue type: metric + - id: product_revenue_comparison-over_previous_period + type: visualizationObject - - id: revenue type: metric - - id: revenue-electronic + - id: revenue-home type: metric - - id: revenue type: metric - - id: percent_revenue_from_top_10_percent_customers + - id: percent_revenue_from_top_10_percent_products type: metric - - id: revenue type: metric - - id: percent_revenue_from_top_10_products - type: metric + - id: product_saleability + type: visualizationObject - - id: revenue type: metric - id: revenue_per_dollar_spent type: metric - - id: revenue type: metric - - id: revenue-home + - id: revenue-clothing type: metric - - id: revenue type: metric - - id: product_revenue_comparison-over_previous_period - type: visualizationObject - - - id: revenue + - id: percent_revenue_in_category type: metric - - id: revenue_by_product - type: visualizationObject - - id: revenue type: metric - - id: revenue_trend - type: visualizationObject + - id: revenue_top_10 + type: metric - - id: revenue type: metric - - id: amount_of_top_customers + - id: percent_revenue_from_top_10_products type: metric - - id: revenue type: metric - - id: percent_revenue_per_product_by_customer_and_category + - id: revenue_and_quantity_by_product_and_category type: visualizationObject - - id: revenue type: metric - - id: product_saleability + - id: product_breakdown + type: visualizationObject + - - id: revenue + type: metric + - id: revenue_by_category_trend type: visualizationObject - - id: revenue_per_customer type: metric @@ -650,14 +650,6 @@ interactions: type: metric - id: revenue_per_usd_vs_spend_by_campaign type: visualizationObject - - - id: revenue_top_10 - type: metric - - id: top_10_products - type: visualizationObject - - - id: revenue_top_10 - type: metric - - id: percent_revenue_from_top_10_customers - type: metric - - id: revenue_top_10 type: metric - id: percent_revenue_from_top_10_products @@ -666,6 +658,14 @@ interactions: type: metric - id: top_10_customers type: visualizationObject + - - id: revenue_top_10 + type: metric + - id: top_10_products + type: visualizationObject + - - id: revenue_top_10 + type: metric + - id: percent_revenue_from_top_10_customers + type: metric - - id: revenue_top_10_percent type: metric - id: percent_revenue_from_top_10_percent_customers @@ -676,11 +676,11 @@ interactions: type: metric - - id: total_revenue type: metric - - id: total_revenue-no_filters + - id: percent_revenue type: metric - - id: total_revenue type: metric - - id: percent_revenue + - id: total_revenue-no_filters type: metric - - id: campaign_spend type: visualizationObject diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_modify_ds_and_put_declarative_ldm.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_modify_ds_and_put_declarative_ldm.yaml index b77a44e2e..130058dbe 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_modify_ds_and_put_declarative_ldm.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_modify_ds_and_put_declarative_ldm.yaml @@ -44,7 +44,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 673fd5f14dd7d3ae0d362c0982d29b02 + traceId: d4261543d5bb42e51831664faa7b6371 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_analytics_model.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_analytics_model.yaml index 142ad4112..9f9c78fc9 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_analytics_model.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_analytics_model.yaml @@ -44,7 +44,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: d9de430d2325b6b53c5f219dc401ece7 + traceId: ab6e040384a2fc35f12b3bf6848c4ebe - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_ldm.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_ldm.yaml index fdbb8a25a..7ca41ffdd 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_ldm.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_load_and_put_declarative_ldm.yaml @@ -44,7 +44,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: f566f715ce07a6469e9445ff7b5be24f + traceId: 81c52625a3ea9f4a52a99e1b7c1c16c9 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_analytics_model.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_analytics_model.yaml index b998d1e3a..def5b0f76 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_analytics_model.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_analytics_model.yaml @@ -33,7 +33,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 70430583981660c2cd4974a166a50292 + traceId: 0c12a70cc00607927540428ee8f90936 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_ldm.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_ldm.yaml index e07df2fd8..7ed6df64c 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_ldm.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_put_declarative_ldm.yaml @@ -33,7 +33,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 99ab8b8998cae5573820bda78ff4e02a + traceId: 7bc7b28b965dafa1cb36bfe1b180990b - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_store_declarative_analytics_model.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_store_declarative_analytics_model.yaml index 24ffcb84e..d16549a9d 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_store_declarative_analytics_model.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/demo_store_declarative_analytics_model.yaml @@ -94,7 +94,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -137,7 +137,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -287,7 +287,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -299,7 +299,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -309,7 +309,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -360,7 +360,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -369,7 +369,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -379,7 +379,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -389,7 +389,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -399,7 +399,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -408,7 +408,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -417,7 +417,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -427,7 +427,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -437,7 +437,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -447,7 +447,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -457,7 +457,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -467,7 +467,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -477,7 +477,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -487,7 +487,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -498,7 +498,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -508,7 +508,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -518,7 +518,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -528,7 +528,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -537,7 +537,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -546,7 +546,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -555,7 +555,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -564,7 +564,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -573,7 +573,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -582,7 +582,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -647,7 +647,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -723,7 +723,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -802,7 +802,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -861,7 +861,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -918,7 +918,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -971,7 +971,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1046,7 +1046,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1103,7 +1103,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1202,7 +1202,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1258,7 +1258,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1297,7 +1297,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1353,7 +1353,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1421,7 +1421,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1478,7 +1478,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1535,7 +1535,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1734,7 +1734,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1777,7 +1777,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1927,7 +1927,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1939,7 +1939,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1949,7 +1949,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2000,7 +2000,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2009,7 +2009,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2019,7 +2019,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2029,7 +2029,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2039,7 +2039,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2048,7 +2048,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2057,7 +2057,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2067,7 +2067,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2077,7 +2077,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2087,7 +2087,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2097,7 +2097,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2107,7 +2107,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2117,7 +2117,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2127,7 +2127,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2138,7 +2138,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2148,7 +2148,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2158,7 +2158,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2168,7 +2168,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2177,7 +2177,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2186,7 +2186,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2195,7 +2195,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2204,7 +2204,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2213,7 +2213,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2222,7 +2222,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2287,7 +2287,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2363,7 +2363,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2442,7 +2442,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2501,7 +2501,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2558,7 +2558,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2611,7 +2611,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2686,7 +2686,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2743,7 +2743,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2842,7 +2842,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2898,7 +2898,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2937,7 +2937,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2993,7 +2993,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3061,7 +3061,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3118,7 +3118,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3175,7 +3175,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/explicit_workspace_data_filter.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/explicit_workspace_data_filter.yaml index 42d76ea77..80d2a8869 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/explicit_workspace_data_filter.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/explicit_workspace_data_filter.yaml @@ -1812,15 +1812,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -1840,29 +1840,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -2472,15 +2472,15 @@ interactions: type: attribute referenceProperties: - identifier: - id: campaigns + id: date type: dataset multivalue: false sources: - - column: campaign_id - dataType: INT + - column: date + dataType: DATE target: - id: campaign_id - type: attribute + id: date + type: date isNullable: null nullValue: null sourceColumns: null @@ -2500,29 +2500,29 @@ interactions: sourceColumns: null sourceColumnDataTypes: null - identifier: - id: customers + id: campaigns type: dataset multivalue: false sources: - - column: customer_id + - column: campaign_id dataType: INT target: - id: customer_id + id: campaign_id type: attribute isNullable: null nullValue: null sourceColumns: null sourceColumnDataTypes: null - identifier: - id: date + id: customers type: dataset multivalue: false sources: - - column: date - dataType: DATE + - column: customer_id + dataType: INT target: - id: date - type: date + id: customer_id + type: attribute isNullable: null nullValue: null sourceColumns: null @@ -2926,7 +2926,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_active_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_active_customers @@ -2941,7 +2941,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_orders @@ -2957,7 +2957,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_top_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_top_customers @@ -2974,7 +2974,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: amount_of_valid_orders links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_valid_orders @@ -2989,7 +2989,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: campaign_spend links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/campaign_spend @@ -3004,7 +3004,7 @@ interactions: content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: order_amount links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/order_amount @@ -3019,7 +3019,7 @@ interactions: content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue @@ -3035,7 +3035,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_customers @@ -3051,7 +3051,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_customers @@ -3067,7 +3067,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_percent_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_percent_products @@ -3083,7 +3083,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_from_top_10_products links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_from_top_10_products @@ -3099,7 +3099,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_in_category links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_in_category @@ -3115,7 +3115,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: percent_revenue_per_product links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/percent_revenue_per_product @@ -3132,7 +3132,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue @@ -3148,7 +3148,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-clothing links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-clothing @@ -3164,7 +3164,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-electronic links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-electronic @@ -3180,7 +3180,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-home links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-home @@ -3196,7 +3196,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue-outdoor links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue-outdoor @@ -3211,7 +3211,7 @@ interactions: content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_customer links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_customer @@ -3226,7 +3226,7 @@ interactions: content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_per_dollar_spent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_dollar_spent @@ -3241,7 +3241,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10 links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10 @@ -3256,7 +3256,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: revenue_top_10_percent links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_top_10_percent @@ -3271,7 +3271,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue @@ -3286,7 +3286,7 @@ interactions: content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 id: total_revenue-no_filters links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/total_revenue-no_filters diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/label_elements.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/label_elements.yaml index 4f16b0c43..24e29a266 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/label_elements.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspace_content/label_elements.yaml @@ -67,7 +67,7 @@ interactions: count: 2 offset: 0 next: null - cacheId: afaa082b7a6dcdeb3ea43c44f98c1a77 + cacheId: 583c606034119cdf6b07943a86fe1675 - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -128,7 +128,7 @@ interactions: count: 1 offset: 0 next: null - cacheId: 2adf55d333ec2770665bbf26a33fc9ad + cacheId: 95c7ed16cae207e0fc1023570ebdaaf7 - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -191,7 +191,7 @@ interactions: count: 3 offset: 0 next: null - cacheId: 326d9540a84e4e8fa6f67c938770761c + cacheId: d9ba87200eed1455a98562e44330570b - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -256,7 +256,7 @@ interactions: count: 0 offset: 0 next: null - cacheId: 7c7152263d38734d1ca25594e82109a3 + cacheId: d3028cb0f249e8d5f697480ef85dbfca - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -322,7 +322,7 @@ interactions: count: 0 offset: 0 next: null - cacheId: 48a38845fa9b3f60e32eae87ff0be520 + cacheId: f015dcf0f61ad3876a7f3393de4531f5 - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -388,7 +388,7 @@ interactions: count: 2 offset: 0 next: null - cacheId: afaa082b7a6dcdeb3ea43c44f98c1a77 + cacheId: 583c606034119cdf6b07943a86fe1675 - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -448,7 +448,7 @@ interactions: count: 1 offset: 0 next: null - cacheId: f3e06f30e63d96c757d05e289ce18905 + cacheId: 7722b78c330676de4399f4792cd5772d - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -511,7 +511,7 @@ interactions: count: 2 offset: 0 next: null - cacheId: b219514f64a898f9b3e6b01ac3f7440e + cacheId: 48ba5f9addaeefab016c09d56b993e87 - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements @@ -575,7 +575,7 @@ interactions: count: 3 offset: 0 next: null - cacheId: a2735bd6b9ee9604e7b0848679734a1a + cacheId: b375daa0f879de586382bd74cf57eac0 - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements?offset=1&limit=1 @@ -634,4 +634,4 @@ interactions: count: 1 offset: 1 next: http://localhost:3000/api/v1/actions/workspaces/demo/execution/collectLabelElements?limit=1&offset=2 - cacheId: 326d9540a84e4e8fa6f67c938770761c + cacheId: d9ba87200eed1455a98562e44330570b diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/create_workspace_setting.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/create_workspace_setting.yaml index 2aa80a0b9..756f23875 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/create_workspace_setting.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/create_workspace_setting.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 043771a03ca393a7698749acd60f3f77 + traceId: 6a70e9870a4dd5d465b3dab50e5503d9 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo/workspaceSettings diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/delete_workspace_setting.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/delete_workspace_setting.yaml index a218772ca..b6f214546 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/delete_workspace_setting.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/delete_workspace_setting.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 3262cf80f46e0fb3d2edc35a704dcbcb + traceId: 4fdf36338e1dbda83efb48766ce75876 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo/workspaceSettings diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_clone_workspace.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_clone_workspace.yaml index d2c3863e1..09bf6f152 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_clone_workspace.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_clone_workspace.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: e23f07de963a3316a70e073d7fe39162 + traceId: c725b94520375664687acb0c0f7b6c9d - request: method: POST uri: http://localhost:3000/api/v1/entities/dataSources @@ -207,7 +207,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -250,7 +250,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -400,7 +400,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -412,7 +412,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -422,7 +422,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -473,7 +473,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -482,7 +482,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -492,7 +492,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -502,7 +502,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -512,7 +512,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -521,7 +521,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -530,7 +530,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -540,7 +540,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -550,7 +550,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -560,7 +560,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -570,7 +570,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -580,7 +580,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -590,7 +590,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -600,7 +600,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -611,7 +611,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -621,7 +621,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -631,7 +631,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -641,7 +641,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -650,7 +650,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -659,7 +659,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -668,7 +668,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -677,7 +677,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -686,7 +686,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -695,7 +695,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -760,7 +760,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -836,7 +836,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -915,7 +915,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -974,7 +974,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1031,7 +1031,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1084,7 +1084,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1159,7 +1159,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1216,7 +1216,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1315,7 +1315,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1371,7 +1371,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1410,7 +1410,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1466,7 +1466,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1534,7 +1534,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1591,7 +1591,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1648,7 +1648,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2095,7 +2095,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: c0269bf8ae237c9d90e40e9ea3a26b21 + traceId: 12b2798eade715ee85bf42243add968e - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo_clone?include=workspaces @@ -2127,7 +2127,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 4486f9c0d871a3e559dd977079fc7340 + traceId: da5f3c7af590c4959f740ac0095e140b - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces @@ -2749,7 +2749,7 @@ interactions: version: '2' id: campaign title: Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2792,7 +2792,7 @@ interactions: version: '2' id: dashboard_plugin title: Dashboard plugin - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2942,7 +2942,7 @@ interactions: version: '2' id: product_and_category title: Product & Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2955,7 +2955,7 @@ interactions: version: '2' id: dashboard_plugin_1 title: dashboard_plugin_1 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2965,7 +2965,7 @@ interactions: version: '2' id: dashboard_plugin_2 title: dashboard_plugin_2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3014,7 +3014,7 @@ interactions: maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) id: amount_of_active_customers title: '# of Active Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3023,7 +3023,7 @@ interactions: maql: SELECT COUNT({attribute/order_id}) id: amount_of_orders title: '# of Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3033,7 +3033,7 @@ interactions: BY {attribute/customer_id}) > 10000 ' id: amount_of_top_customers title: '# of Top Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3043,7 +3043,7 @@ interactions: IN ("Returned", "Canceled")) id: amount_of_valid_orders title: '# of Valid Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3053,7 +3053,7 @@ interactions: maql: SELECT SUM({fact/spend}) id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3062,7 +3062,7 @@ interactions: maql: SELECT SUM({fact/price}*{fact/quantity}) id: order_amount title: Order Amount - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3071,7 +3071,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/total_revenue} id: percent_revenue title: '% Revenue' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3081,7 +3081,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_customers title: '% Revenue from Top 10 Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3091,7 +3091,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_customers title: '% Revenue from Top 10% Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3101,7 +3101,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_products title: '% Revenue from Top 10% Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3111,7 +3111,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_products title: '% Revenue from Top 10 Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3121,7 +3121,7 @@ interactions: ALL OTHER) id: percent_revenue_in_category title: '% Revenue in Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3130,7 +3130,7 @@ interactions: maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) id: percent_revenue_per_product title: '% Revenue per Product' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3140,7 +3140,7 @@ interactions: IN ("Returned", "Canceled")) id: revenue title: Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3150,7 +3150,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") id: revenue-clothing title: Revenue (Clothing) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3160,7 +3160,7 @@ interactions: "Electronics") id: revenue-electronic title: Revenue (Electronic) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3169,7 +3169,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") id: revenue-home title: Revenue (Home) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3178,7 +3178,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") id: revenue-outdoor title: Revenue (Outdoor) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3187,7 +3187,7 @@ interactions: maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) id: revenue_per_customer title: Revenue per Customer - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3196,7 +3196,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/campaign_spend} id: revenue_per_dollar_spent title: Revenue per Dollar Spent - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3205,7 +3205,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) id: revenue_top_10 title: Revenue / Top 10 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3214,7 +3214,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) id: revenue_top_10_percent title: Revenue / Top 10% - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3223,7 +3223,7 @@ interactions: maql: SELECT {metric/revenue} BY ALL OTHER id: total_revenue title: Total Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3232,7 +3232,7 @@ interactions: maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER id: total_revenue-no_filters title: Total Revenue (No Filters) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3297,7 +3297,7 @@ interactions: visualizationUrl: local:treemap id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3373,7 +3373,7 @@ interactions: visualizationUrl: local:combo2 id: customers_trend title: Customers Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3452,7 +3452,7 @@ interactions: visualizationUrl: local:table id: percent_revenue_per_product_by_customer_and_category title: '% Revenue per Product by Customer and Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3511,7 +3511,7 @@ interactions: visualizationUrl: local:area id: percentage_of_customers_by_region title: Percentage of Customers by Region - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3568,7 +3568,7 @@ interactions: visualizationUrl: local:treemap id: product_breakdown title: Product Breakdown - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3621,7 +3621,7 @@ interactions: visualizationUrl: local:donut id: product_categories_pie_chart title: Product Categories Pie Chart - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3696,7 +3696,7 @@ interactions: visualizationUrl: local:column id: product_revenue_comparison-over_previous_period title: Product Revenue Comparison (over previous period) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3753,7 +3753,7 @@ interactions: visualizationUrl: local:scatter id: product_saleability title: Product Saleability - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3852,7 +3852,7 @@ interactions: visualizationUrl: local:table id: revenue_and_quantity_by_product_and_category title: Revenue and Quantity by Product and Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3908,7 +3908,7 @@ interactions: visualizationUrl: local:line id: revenue_by_category_trend title: Revenue by Category Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3947,7 +3947,7 @@ interactions: visualizationUrl: local:bar id: revenue_by_product title: Revenue by Product - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4003,7 +4003,7 @@ interactions: visualizationUrl: local:scatter id: revenue_per_usd_vs_spend_by_campaign title: Revenue per $ vs Spend by Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4071,7 +4071,7 @@ interactions: visualizationUrl: local:combo2 id: revenue_trend title: Revenue Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4128,7 +4128,7 @@ interactions: visualizationUrl: local:bar id: top_10_customers title: Top 10 Customers - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4185,7 +4185,7 @@ interactions: visualizationUrl: local:bar id: top_10_products title: Top 10 Products - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4478,7 +4478,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4521,7 +4521,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4671,7 +4671,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4683,7 +4683,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4693,7 +4693,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4744,7 +4744,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4753,7 +4753,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4763,7 +4763,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4773,7 +4773,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4783,7 +4783,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4792,7 +4792,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4801,7 +4801,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4811,7 +4811,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4821,7 +4821,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4831,7 +4831,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4841,7 +4841,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4851,7 +4851,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4861,7 +4861,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4871,7 +4871,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4882,7 +4882,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4892,7 +4892,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4902,7 +4902,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4912,7 +4912,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4921,7 +4921,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4930,7 +4930,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4939,7 +4939,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4948,7 +4948,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4957,7 +4957,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4966,7 +4966,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5031,7 +5031,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5107,7 +5107,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5186,7 +5186,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5245,7 +5245,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5302,7 +5302,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5355,7 +5355,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5430,7 +5430,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5487,7 +5487,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5586,7 +5586,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5642,7 +5642,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5681,7 +5681,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5737,7 +5737,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5805,7 +5805,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5862,7 +5862,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5919,7 +5919,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6382,7 +6382,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6425,7 +6425,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6575,7 +6575,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6587,7 +6587,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6597,7 +6597,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6648,7 +6648,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6657,7 +6657,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6667,7 +6667,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6677,7 +6677,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6687,7 +6687,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6696,7 +6696,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6705,7 +6705,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6715,7 +6715,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6725,7 +6725,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6735,7 +6735,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6745,7 +6745,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6755,7 +6755,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6765,7 +6765,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6775,7 +6775,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6786,7 +6786,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6796,7 +6796,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6806,7 +6806,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6816,7 +6816,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6825,7 +6825,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6834,7 +6834,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6843,7 +6843,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6852,7 +6852,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6861,7 +6861,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6870,7 +6870,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6935,7 +6935,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7011,7 +7011,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7090,7 +7090,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7149,7 +7149,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7206,7 +7206,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7259,7 +7259,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7334,7 +7334,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7391,7 +7391,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7490,7 +7490,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7546,7 +7546,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7585,7 +7585,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7641,7 +7641,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7709,7 +7709,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7766,7 +7766,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -7823,7 +7823,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -8270,7 +8270,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 2d063a5fb90276040ae01af823ac5ae4 + traceId: 10ee935768ab8c266ad879781b2f0877 - request: method: GET uri: http://localhost:3000/api/v1/entities/workspaces/demo_jacek?include=workspaces @@ -8302,7 +8302,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: e3bbf07b80110df58a2050af71948090 + traceId: b0227b1ee11e5899b4e210a1f8cdb3b9 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces @@ -8938,7 +8938,7 @@ interactions: version: '2' id: campaign title: Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -8981,7 +8981,7 @@ interactions: version: '2' id: dashboard_plugin title: Dashboard plugin - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9131,7 +9131,7 @@ interactions: version: '2' id: product_and_category title: Product & Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9144,7 +9144,7 @@ interactions: version: '2' id: dashboard_plugin_1 title: dashboard_plugin_1 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9154,7 +9154,7 @@ interactions: version: '2' id: dashboard_plugin_2 title: dashboard_plugin_2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9203,7 +9203,7 @@ interactions: maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) id: amount_of_active_customers title: '# of Active Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9212,7 +9212,7 @@ interactions: maql: SELECT COUNT({attribute/order_id}) id: amount_of_orders title: '# of Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9222,7 +9222,7 @@ interactions: BY {attribute/customer_id}) > 10000 ' id: amount_of_top_customers title: '# of Top Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9232,7 +9232,7 @@ interactions: IN ("Returned", "Canceled")) id: amount_of_valid_orders title: '# of Valid Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9242,7 +9242,7 @@ interactions: maql: SELECT SUM({fact/spend}) id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9251,7 +9251,7 @@ interactions: maql: SELECT SUM({fact/price}*{fact/quantity}) id: order_amount title: Order Amount - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9260,7 +9260,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/total_revenue} id: percent_revenue title: '% Revenue' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9270,7 +9270,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_customers title: '% Revenue from Top 10 Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9280,7 +9280,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_customers title: '% Revenue from Top 10% Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9290,7 +9290,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_products title: '% Revenue from Top 10% Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9300,7 +9300,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_products title: '% Revenue from Top 10 Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9310,7 +9310,7 @@ interactions: ALL OTHER) id: percent_revenue_in_category title: '% Revenue in Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9319,7 +9319,7 @@ interactions: maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) id: percent_revenue_per_product title: '% Revenue per Product' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9329,7 +9329,7 @@ interactions: IN ("Returned", "Canceled")) id: revenue title: Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9339,7 +9339,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") id: revenue-clothing title: Revenue (Clothing) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9349,7 +9349,7 @@ interactions: "Electronics") id: revenue-electronic title: Revenue (Electronic) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9358,7 +9358,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") id: revenue-home title: Revenue (Home) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9367,7 +9367,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") id: revenue-outdoor title: Revenue (Outdoor) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9376,7 +9376,7 @@ interactions: maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) id: revenue_per_customer title: Revenue per Customer - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9385,7 +9385,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/campaign_spend} id: revenue_per_dollar_spent title: Revenue per Dollar Spent - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9394,7 +9394,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) id: revenue_top_10 title: Revenue / Top 10 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9403,7 +9403,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) id: revenue_top_10_percent title: Revenue / Top 10% - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9412,7 +9412,7 @@ interactions: maql: SELECT {metric/revenue} BY ALL OTHER id: total_revenue title: Total Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9421,7 +9421,7 @@ interactions: maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER id: total_revenue-no_filters title: Total Revenue (No Filters) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9486,7 +9486,7 @@ interactions: visualizationUrl: local:treemap id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9562,7 +9562,7 @@ interactions: visualizationUrl: local:combo2 id: customers_trend title: Customers Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9641,7 +9641,7 @@ interactions: visualizationUrl: local:table id: percent_revenue_per_product_by_customer_and_category title: '% Revenue per Product by Customer and Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9700,7 +9700,7 @@ interactions: visualizationUrl: local:area id: percentage_of_customers_by_region title: Percentage of Customers by Region - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9757,7 +9757,7 @@ interactions: visualizationUrl: local:treemap id: product_breakdown title: Product Breakdown - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9810,7 +9810,7 @@ interactions: visualizationUrl: local:donut id: product_categories_pie_chart title: Product Categories Pie Chart - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9885,7 +9885,7 @@ interactions: visualizationUrl: local:column id: product_revenue_comparison-over_previous_period title: Product Revenue Comparison (over previous period) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -9942,7 +9942,7 @@ interactions: visualizationUrl: local:scatter id: product_saleability title: Product Saleability - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10041,7 +10041,7 @@ interactions: visualizationUrl: local:table id: revenue_and_quantity_by_product_and_category title: Revenue and Quantity by Product and Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10097,7 +10097,7 @@ interactions: visualizationUrl: local:line id: revenue_by_category_trend title: Revenue by Category Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10136,7 +10136,7 @@ interactions: visualizationUrl: local:bar id: revenue_by_product title: Revenue by Product - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10192,7 +10192,7 @@ interactions: visualizationUrl: local:scatter id: revenue_per_usd_vs_spend_by_campaign title: Revenue per $ vs Spend by Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10260,7 +10260,7 @@ interactions: visualizationUrl: local:combo2 id: revenue_trend title: Revenue Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10317,7 +10317,7 @@ interactions: visualizationUrl: local:bar id: top_10_customers title: Top 10 Customers - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10374,7 +10374,7 @@ interactions: visualizationUrl: local:bar id: top_10_products title: Top 10 Products - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10787,7 +10787,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10830,7 +10830,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10980,7 +10980,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -10992,7 +10992,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11002,7 +11002,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11053,7 +11053,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11062,7 +11062,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11072,7 +11072,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11082,7 +11082,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11092,7 +11092,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11101,7 +11101,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11110,7 +11110,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11120,7 +11120,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11130,7 +11130,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11140,7 +11140,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11150,7 +11150,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11160,7 +11160,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11170,7 +11170,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11180,7 +11180,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11191,7 +11191,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11201,7 +11201,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11211,7 +11211,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11221,7 +11221,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11230,7 +11230,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11239,7 +11239,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11248,7 +11248,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11257,7 +11257,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11266,7 +11266,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11275,7 +11275,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11340,7 +11340,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11416,7 +11416,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11495,7 +11495,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11554,7 +11554,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11611,7 +11611,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11664,7 +11664,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11739,7 +11739,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11796,7 +11796,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11895,7 +11895,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11951,7 +11951,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -11990,7 +11990,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -12046,7 +12046,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -12114,7 +12114,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -12171,7 +12171,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -12228,7 +12228,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -12868,7 +12868,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 0c596765e7a1a0ee3510757ba97b9a45 + traceId: f9aefa069a7413beb90f21e640886c94 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces @@ -13504,7 +13504,7 @@ interactions: version: '2' id: campaign title: Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13547,7 +13547,7 @@ interactions: version: '2' id: dashboard_plugin title: Dashboard plugin - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13697,7 +13697,7 @@ interactions: version: '2' id: product_and_category title: Product & Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13710,7 +13710,7 @@ interactions: version: '2' id: dashboard_plugin_1 title: dashboard_plugin_1 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13720,7 +13720,7 @@ interactions: version: '2' id: dashboard_plugin_2 title: dashboard_plugin_2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13769,7 +13769,7 @@ interactions: maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) id: amount_of_active_customers title: '# of Active Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13778,7 +13778,7 @@ interactions: maql: SELECT COUNT({attribute/order_id}) id: amount_of_orders title: '# of Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13788,7 +13788,7 @@ interactions: BY {attribute/customer_id}) > 10000 ' id: amount_of_top_customers title: '# of Top Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13798,7 +13798,7 @@ interactions: IN ("Returned", "Canceled")) id: amount_of_valid_orders title: '# of Valid Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13808,7 +13808,7 @@ interactions: maql: SELECT SUM({fact/spend}) id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13817,7 +13817,7 @@ interactions: maql: SELECT SUM({fact/price}*{fact/quantity}) id: order_amount title: Order Amount - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13826,7 +13826,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/total_revenue} id: percent_revenue title: '% Revenue' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13836,7 +13836,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_customers title: '% Revenue from Top 10 Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13846,7 +13846,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_customers title: '% Revenue from Top 10% Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13856,7 +13856,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_products title: '% Revenue from Top 10% Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13866,7 +13866,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_products title: '% Revenue from Top 10 Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13876,7 +13876,7 @@ interactions: ALL OTHER) id: percent_revenue_in_category title: '% Revenue in Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13885,7 +13885,7 @@ interactions: maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) id: percent_revenue_per_product title: '% Revenue per Product' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13895,7 +13895,7 @@ interactions: IN ("Returned", "Canceled")) id: revenue title: Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13905,7 +13905,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") id: revenue-clothing title: Revenue (Clothing) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13915,7 +13915,7 @@ interactions: "Electronics") id: revenue-electronic title: Revenue (Electronic) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13924,7 +13924,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") id: revenue-home title: Revenue (Home) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13933,7 +13933,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") id: revenue-outdoor title: Revenue (Outdoor) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13942,7 +13942,7 @@ interactions: maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) id: revenue_per_customer title: Revenue per Customer - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13951,7 +13951,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/campaign_spend} id: revenue_per_dollar_spent title: Revenue per Dollar Spent - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13960,7 +13960,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) id: revenue_top_10 title: Revenue / Top 10 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13969,7 +13969,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) id: revenue_top_10_percent title: Revenue / Top 10% - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13978,7 +13978,7 @@ interactions: maql: SELECT {metric/revenue} BY ALL OTHER id: total_revenue title: Total Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -13987,7 +13987,7 @@ interactions: maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER id: total_revenue-no_filters title: Total Revenue (No Filters) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14052,7 +14052,7 @@ interactions: visualizationUrl: local:treemap id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14128,7 +14128,7 @@ interactions: visualizationUrl: local:combo2 id: customers_trend title: Customers Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14207,7 +14207,7 @@ interactions: visualizationUrl: local:table id: percent_revenue_per_product_by_customer_and_category title: '% Revenue per Product by Customer and Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14266,7 +14266,7 @@ interactions: visualizationUrl: local:area id: percentage_of_customers_by_region title: Percentage of Customers by Region - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14323,7 +14323,7 @@ interactions: visualizationUrl: local:treemap id: product_breakdown title: Product Breakdown - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14376,7 +14376,7 @@ interactions: visualizationUrl: local:donut id: product_categories_pie_chart title: Product Categories Pie Chart - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14451,7 +14451,7 @@ interactions: visualizationUrl: local:column id: product_revenue_comparison-over_previous_period title: Product Revenue Comparison (over previous period) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14508,7 +14508,7 @@ interactions: visualizationUrl: local:scatter id: product_saleability title: Product Saleability - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14607,7 +14607,7 @@ interactions: visualizationUrl: local:table id: revenue_and_quantity_by_product_and_category title: Revenue and Quantity by Product and Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14663,7 +14663,7 @@ interactions: visualizationUrl: local:line id: revenue_by_category_trend title: Revenue by Category Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14702,7 +14702,7 @@ interactions: visualizationUrl: local:bar id: revenue_by_product title: Revenue by Product - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14758,7 +14758,7 @@ interactions: visualizationUrl: local:scatter id: revenue_per_usd_vs_spend_by_campaign title: Revenue per $ vs Spend by Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14826,7 +14826,7 @@ interactions: visualizationUrl: local:combo2 id: revenue_trend title: Revenue Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14883,7 +14883,7 @@ interactions: visualizationUrl: local:bar id: top_10_customers title: Top 10 Customers - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -14940,7 +14940,7 @@ interactions: visualizationUrl: local:bar id: top_10_products title: Top 10 Products - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_create_workspace.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_create_workspace.yaml index 14904c554..b479db99a 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_create_workspace.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_create_workspace.yaml @@ -120,7 +120,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: f41e843d52459fbc6c2fd95dd8dcec0e + traceId: fe7be2ccad7d700649fe523d9d1e3052 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_put_declarative_workspace.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_put_declarative_workspace.yaml index 954d8fc73..eb90a292e 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_put_declarative_workspace.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_put_declarative_workspace.yaml @@ -33,7 +33,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 53534ca64c975eabed68e35bf7310ddf + traceId: 553420e71d581bd0fd594dc6c6c2a958 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_store_declarative_workspaces.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_store_declarative_workspaces.yaml index 915632c9c..c3600c903 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_store_declarative_workspaces.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_store_declarative_workspaces.yaml @@ -138,7 +138,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -181,7 +181,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -332,7 +332,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -344,7 +344,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -354,7 +354,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -405,7 +405,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -414,7 +414,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -424,7 +424,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -434,7 +434,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -444,7 +444,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -453,7 +453,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -462,7 +462,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -472,7 +472,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -482,7 +482,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -492,7 +492,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -502,7 +502,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -512,7 +512,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -522,7 +522,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -532,7 +532,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -543,7 +543,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -553,7 +553,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -563,7 +563,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -573,7 +573,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -582,7 +582,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -591,7 +591,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -600,7 +600,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -609,7 +609,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -618,7 +618,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -627,7 +627,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -692,7 +692,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -768,7 +768,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -847,7 +847,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -906,7 +906,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -963,7 +963,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1016,7 +1016,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1091,7 +1091,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1148,7 +1148,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1247,7 +1247,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1303,7 +1303,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1342,7 +1342,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1398,7 +1398,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1466,7 +1466,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1523,7 +1523,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -1580,7 +1580,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2164,7 +2164,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2207,7 +2207,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2358,7 +2358,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2370,7 +2370,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2380,7 +2380,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2431,7 +2431,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2440,7 +2440,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2450,7 +2450,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2460,7 +2460,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2470,7 +2470,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2479,7 +2479,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2488,7 +2488,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2498,7 +2498,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2508,7 +2508,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2518,7 +2518,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2528,7 +2528,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2538,7 +2538,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2548,7 +2548,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2558,7 +2558,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2569,7 +2569,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2579,7 +2579,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2589,7 +2589,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2599,7 +2599,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2608,7 +2608,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2617,7 +2617,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2626,7 +2626,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2635,7 +2635,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2644,7 +2644,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2653,7 +2653,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2718,7 +2718,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2794,7 +2794,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2873,7 +2873,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2932,7 +2932,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -2989,7 +2989,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3042,7 +3042,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3117,7 +3117,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3174,7 +3174,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3273,7 +3273,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3329,7 +3329,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3368,7 +3368,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3424,7 +3424,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3492,7 +3492,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3549,7 +3549,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user @@ -3606,7 +3606,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:30 createdBy: id: admin type: user diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_translate_workspace.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_translate_workspace.yaml index faec28805..fd9868f36 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_translate_workspace.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/demo_translate_workspace.yaml @@ -139,7 +139,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -182,7 +182,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -332,7 +332,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -344,7 +344,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -354,7 +354,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -405,7 +405,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -414,7 +414,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -424,7 +424,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -434,7 +434,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -444,7 +444,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -453,7 +453,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -462,7 +462,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -472,7 +472,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -482,7 +482,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -492,7 +492,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -502,7 +502,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -512,7 +512,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -522,7 +522,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -532,7 +532,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -543,7 +543,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -553,7 +553,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -563,7 +563,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -573,7 +573,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -582,7 +582,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -591,7 +591,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -600,7 +600,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -609,7 +609,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -618,7 +618,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -627,7 +627,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -692,7 +692,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -768,7 +768,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -847,7 +847,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -906,7 +906,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -963,7 +963,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1016,7 +1016,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1091,7 +1091,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1148,7 +1148,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1247,7 +1247,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1303,7 +1303,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1342,7 +1342,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1398,7 +1398,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1466,7 +1466,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1523,7 +1523,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -1580,7 +1580,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2189,7 +2189,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2232,7 +2232,7 @@ interactions: type: dashboardPlugin version: '2' version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2382,7 +2382,7 @@ interactions: drills: [] properties: {} version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2394,7 +2394,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2404,7 +2404,7 @@ interactions: - content: url: https://www.example.com version: '2' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2455,7 +2455,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2464,7 +2464,7 @@ interactions: - content: format: '#,##0' maql: SELECT COUNT({attribute/order_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2474,7 +2474,7 @@ interactions: format: '#,##0' maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT {metric/revenue} BY {attribute/customer_id}) > 10000 ' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2484,7 +2484,7 @@ interactions: format: '#,##0.00' maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2494,7 +2494,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/spend}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2503,7 +2503,7 @@ interactions: - content: format: $#,##0 maql: SELECT SUM({fact/price}*{fact/quantity}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2512,7 +2512,7 @@ interactions: - content: format: '#,##0.0%' maql: SELECT {metric/revenue} / {metric/total_revenue} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2522,7 +2522,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2532,7 +2532,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2542,7 +2542,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2552,7 +2552,7 @@ interactions: format: '#,##0.0%' maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\ \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2562,7 +2562,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category}, ALL OTHER) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2572,7 +2572,7 @@ interactions: format: '#,##0.0%' maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2582,7 +2582,7 @@ interactions: format: $#,##0 maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status} IN ("Returned", "Canceled")) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2593,7 +2593,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2603,7 +2603,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ( "Electronics") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2613,7 +2613,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2623,7 +2623,7 @@ interactions: format: $#,##0 maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2632,7 +2632,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2641,7 +2641,7 @@ interactions: - content: format: $#,##0.0 maql: SELECT {metric/revenue} / {metric/campaign_spend} - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2650,7 +2650,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2659,7 +2659,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2668,7 +2668,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/revenue} BY ALL OTHER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2677,7 +2677,7 @@ interactions: - content: format: $#,##0 maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2742,7 +2742,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2818,7 +2818,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2897,7 +2897,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -2956,7 +2956,7 @@ interactions: stackMeasuresToPercent: true version: '2' visualizationUrl: local:area - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3013,7 +3013,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:treemap - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3066,7 +3066,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:donut - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3141,7 +3141,7 @@ interactions: visible: false version: '2' visualizationUrl: local:column - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3198,7 +3198,7 @@ interactions: enabled: true version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3297,7 +3297,7 @@ interactions: direction: asc version: '2' visualizationUrl: local:table - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3353,7 +3353,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:line - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3392,7 +3392,7 @@ interactions: properties: {} version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3448,7 +3448,7 @@ interactions: min: '0' version: '2' visualizationUrl: local:scatter - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3516,7 +3516,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3573,7 +3573,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -3630,7 +3630,7 @@ interactions: position: bottom version: '2' visualizationUrl: local:bar - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4032,7 +4032,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 6cbf44a67a3c1838eb72526254e4e595 + traceId: 252e3d56d313e2659b6b2982c10a875c - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces @@ -4654,7 +4654,7 @@ interactions: version: '2' id: campaign title: Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4697,7 +4697,7 @@ interactions: version: '2' id: dashboard_plugin title: Dashboard plugin - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4847,7 +4847,7 @@ interactions: version: '2' id: product_and_category title: Product & Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4860,7 +4860,7 @@ interactions: version: '2' id: dashboard_plugin_1 title: dashboard_plugin_1 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4870,7 +4870,7 @@ interactions: version: '2' id: dashboard_plugin_2 title: dashboard_plugin_2 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4919,7 +4919,7 @@ interactions: maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) id: amount_of_active_customers title: '# of Active Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4928,7 +4928,7 @@ interactions: maql: SELECT COUNT({attribute/order_id}) id: amount_of_orders title: '# of Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4938,7 +4938,7 @@ interactions: BY {attribute/customer_id}) > 10000 ' id: amount_of_top_customers title: '# of Top Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4948,7 +4948,7 @@ interactions: IN ("Returned", "Canceled")) id: amount_of_valid_orders title: '# of Valid Orders' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4958,7 +4958,7 @@ interactions: maql: SELECT SUM({fact/spend}) id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4967,7 +4967,7 @@ interactions: maql: SELECT SUM({fact/price}*{fact/quantity}) id: order_amount title: Order Amount - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4976,7 +4976,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/total_revenue} id: percent_revenue title: '% Revenue' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4986,7 +4986,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_customers title: '% Revenue from Top 10 Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -4996,7 +4996,7 @@ interactions: \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_customers title: '% Revenue from Top 10% Customers' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5006,7 +5006,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_percent_products title: '% Revenue from Top 10% Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5016,7 +5016,7 @@ interactions: \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}" id: percent_revenue_from_top_10_products title: '% Revenue from Top 10 Products' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5026,7 +5026,7 @@ interactions: ALL OTHER) id: percent_revenue_in_category title: '% Revenue in Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5035,7 +5035,7 @@ interactions: maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL {attribute/product_id}) id: percent_revenue_per_product title: '% Revenue per Product' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5045,7 +5045,7 @@ interactions: IN ("Returned", "Canceled")) id: revenue title: Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5055,7 +5055,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Clothing") id: revenue-clothing title: Revenue (Clothing) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5065,7 +5065,7 @@ interactions: "Electronics") id: revenue-electronic title: Revenue (Electronic) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5074,7 +5074,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Home") id: revenue-home title: Revenue (Home) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5083,7 +5083,7 @@ interactions: maql: SELECT {metric/revenue} WHERE {label/products.category} IN ("Outdoor") id: revenue-outdoor title: Revenue (Outdoor) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5092,7 +5092,7 @@ interactions: maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) id: revenue_per_customer title: Revenue per Customer - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5101,7 +5101,7 @@ interactions: maql: SELECT {metric/revenue} / {metric/campaign_spend} id: revenue_per_dollar_spent title: Revenue per Dollar Spent - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5110,7 +5110,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue}) id: revenue_top_10 title: Revenue / Top 10 - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5119,7 +5119,7 @@ interactions: maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue}) id: revenue_top_10_percent title: Revenue / Top 10% - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5128,7 +5128,7 @@ interactions: maql: SELECT {metric/revenue} BY ALL OTHER id: total_revenue title: Total Revenue - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5137,7 +5137,7 @@ interactions: maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER id: total_revenue-no_filters title: Total Revenue (No Filters) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5202,7 +5202,7 @@ interactions: visualizationUrl: local:treemap id: campaign_spend title: Campaign Spend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5278,7 +5278,7 @@ interactions: visualizationUrl: local:combo2 id: customers_trend title: Customers Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5357,7 +5357,7 @@ interactions: visualizationUrl: local:table id: percent_revenue_per_product_by_customer_and_category title: '% Revenue per Product by Customer and Category' - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5416,7 +5416,7 @@ interactions: visualizationUrl: local:area id: percentage_of_customers_by_region title: Percentage of Customers by Region - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5473,7 +5473,7 @@ interactions: visualizationUrl: local:treemap id: product_breakdown title: Product Breakdown - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5526,7 +5526,7 @@ interactions: visualizationUrl: local:donut id: product_categories_pie_chart title: Product Categories Pie Chart - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5601,7 +5601,7 @@ interactions: visualizationUrl: local:column id: product_revenue_comparison-over_previous_period title: Product Revenue Comparison (over previous period) - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5658,7 +5658,7 @@ interactions: visualizationUrl: local:scatter id: product_saleability title: Product Saleability - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5757,7 +5757,7 @@ interactions: visualizationUrl: local:table id: revenue_and_quantity_by_product_and_category title: Revenue and Quantity by Product and Category - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5813,7 +5813,7 @@ interactions: visualizationUrl: local:line id: revenue_by_category_trend title: Revenue by Category Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5852,7 +5852,7 @@ interactions: visualizationUrl: local:bar id: revenue_by_product title: Revenue by Product - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5908,7 +5908,7 @@ interactions: visualizationUrl: local:scatter id: revenue_per_usd_vs_spend_by_campaign title: Revenue per $ vs Spend by Campaign - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -5976,7 +5976,7 @@ interactions: visualizationUrl: local:combo2 id: revenue_trend title: Revenue Trend - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6033,7 +6033,7 @@ interactions: visualizationUrl: local:bar id: top_10_customers title: Top 10 Customers - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6090,7 +6090,7 @@ interactions: visualizationUrl: local:bar id: top_10_products title: Top 10 Products - createdAt: 2026-02-26 14:23 + createdAt: 2026-03-02 12:31 createdBy: id: admin type: user @@ -6252,7 +6252,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: e70e0f1560f5f1ebc2acd245491cf4a0 + traceId: 01bd2060d7ebc5ab76eae72c7045789d - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo_cs/workspaceSettings @@ -6363,7 +6363,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 61810ec0b6a95fd85336d2a746a2fa1c + traceId: 78a4601eb25dd549ee991fcf5f8690f8 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo_cs/workspaceSettings diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/list_workspace_settings.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/list_workspace_settings.yaml index 2e0b73c39..a3466998b 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/list_workspace_settings.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/list_workspace_settings.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 77a234cff959c567efed4b4640d2ef51 + traceId: d1d09f490aecde9bc09131b5fec566ce - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo/workspaceSettings @@ -159,7 +159,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 6c04b8eab6b6ec5198f44f75191762ad + traceId: 1294011986a1745cf7ff3b38eaab0e6e - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo/workspaceSettings diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/update_workspace_setting.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/update_workspace_setting.yaml index 487e785cf..3c734da5c 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/update_workspace_setting.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/update_workspace_setting.yaml @@ -48,7 +48,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 947e356e00188dcd8fd17c679b788deb + traceId: eb17ecbf2e207ac4f70bf14f4c19c3da - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo/workspaceSettings diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_for_user_group.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_for_user_group.yaml index b98658c09..7bd668842 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_for_user_group.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_for_user_group.yaml @@ -94,7 +94,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 69424a2036b3dbe4867c83089020b91d + traceId: 14e535c027ae37ff9b253e9a0d90d2ad - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo/userDataFilters diff --git a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_life_cycle.yaml b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_life_cycle.yaml index 9cd707dac..4e201323f 100644 --- a/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_life_cycle.yaml +++ b/packages/gooddata-sdk/tests/catalog/fixtures/workspaces/user_data_filters_life_cycle.yaml @@ -94,7 +94,7 @@ interactions: to access it. status: 404 title: Not Found - traceId: 5bc1bfa22f7612e5eb1c8c3e78133d6e + traceId: d1b4be46e97c670490c40405af9092c0 - request: method: POST uri: http://localhost:3000/api/v1/entities/workspaces/demo/userDataFilters @@ -241,7 +241,7 @@ interactions: self: http://localhost:3000/api/v1/entities/workspaces/demo/labels/order_status type: label - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com @@ -316,7 +316,7 @@ interactions: type: userDataFilter included: - attributes: - authenticationId: CiRhNzhmZjA0Zi0xYjU1LTQwY2MtODQ0OS1jMmQzNGE4MGVjMzkSBWxvY2Fs + authenticationId: CiRhOTJiNmQ5YS1jNWFhLTQxNTctYTE1OC04OTFmMDRhODI2NDISBWxvY2Fs firstname: Demo lastname: User email: demo@example.com diff --git a/packages/gooddata-sdk/tests/export/fixtures/test_export_csv.yaml b/packages/gooddata-sdk/tests/export/fixtures/test_export_csv.yaml index 3fbe30cf1..4916154dc 100644 --- a/packages/gooddata-sdk/tests/export/fixtures/test_export_csv.yaml +++ b/packages/gooddata-sdk/tests/export/fixtures/test_export_csv.yaml @@ -84,7 +84,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - c6d93c83-ed12-4860-a01b-7f8bcfd633e5 + - 2235957b-5827-4c91-bac2-cc5e02669c13 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -132,14 +132,14 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 9151cbd44692e856f1a90661f20f72d0d42ba5be:c3bd249f57588be348ec7c86a6a67989103c703c7fb70a57782d54a8c03627d8 + executionResult: 921b6efad037b976159135749c52dd83eb0ecb82:d25412a802fa2343f73be97829405e358664f658fe6e3702aa8263e9fc98e6bc - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular body: fileName: test_csv format: CSV - executionResult: 9151cbd44692e856f1a90661f20f72d0d42ba5be:c3bd249f57588be348ec7c86a6a67989103c703c7fb70a57782d54a8c03627d8 + executionResult: 921b6efad037b976159135749c52dd83eb0ecb82:d25412a802fa2343f73be97829405e358664f658fe6e3702aa8263e9fc98e6bc customOverride: labels: region: @@ -191,10 +191,10 @@ interactions: - '0' body: string: - exportResult: e9604de6a155ca02a481ed7aa53328605752a756 + exportResult: d296bdf08ae61323f8e46c43664c58a90cfc9866 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/e9604de6a155ca02a481ed7aa53328605752a756 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/d296bdf08ae61323f8e46c43664c58a90cfc9866 body: null headers: Accept: @@ -235,7 +235,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/e9604de6a155ca02a481ed7aa53328605752a756 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/d296bdf08ae61323f8e46c43664c58a90cfc9866 body: null headers: Accept: @@ -276,7 +276,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/e9604de6a155ca02a481ed7aa53328605752a756 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/d296bdf08ae61323f8e46c43664c58a90cfc9866 body: null headers: Accept: diff --git a/packages/gooddata-sdk/tests/export/fixtures/test_export_csv_by_visualization_id.yaml b/packages/gooddata-sdk/tests/export/fixtures/test_export_csv_by_visualization_id.yaml index bb9b97ee6..5ce2e12bd 100644 --- a/packages/gooddata-sdk/tests/export/fixtures/test_export_csv_by_visualization_id.yaml +++ b/packages/gooddata-sdk/tests/export/fixtures/test_export_csv_by_visualization_id.yaml @@ -118,7 +118,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:24 + createdAt: 2026-03-02 12:31 id: customers_trend meta: origin: @@ -165,7 +165,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:24 + createdAt: 2026-03-02 12:31 id: amount_of_active_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_active_customers @@ -175,7 +175,7 @@ interactions: content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:24 + createdAt: 2026-03-02 12:31 id: revenue_per_customer links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_customer @@ -240,10 +240,10 @@ interactions: - '0' body: string: - exportResult: f72fe98cbe1d5cda22c6ae92f56a0e80e1af9878 + exportResult: b71fc4e5300c35b539014e96c0095c5e68a4dc46 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/f72fe98cbe1d5cda22c6ae92f56a0e80e1af9878 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/b71fc4e5300c35b539014e96c0095c5e68a4dc46 body: null headers: Accept: @@ -284,7 +284,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/f72fe98cbe1d5cda22c6ae92f56a0e80e1af9878 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/b71fc4e5300c35b539014e96c0095c5e68a4dc46 body: null headers: Accept: @@ -325,7 +325,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/f72fe98cbe1d5cda22c6ae92f56a0e80e1af9878 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/b71fc4e5300c35b539014e96c0095c5e68a4dc46 body: null headers: Accept: @@ -366,7 +366,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/f72fe98cbe1d5cda22c6ae92f56a0e80e1af9878 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/b71fc4e5300c35b539014e96c0095c5e68a4dc46 body: null headers: Accept: @@ -407,7 +407,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/f72fe98cbe1d5cda22c6ae92f56a0e80e1af9878 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/b71fc4e5300c35b539014e96c0095c5e68a4dc46 body: null headers: Accept: @@ -429,7 +429,7 @@ interactions: Content-Disposition: - attachment; filename="=?UTF-8?Q?Customers_Trend.csv?="; filename*=UTF-8''Customers%20Trend.csv Content-Length: - - '403' + - '404' Content-Type: - text/csv DATE: *id001 @@ -449,7 +449,7 @@ interactions: X-Xss-Protection: - '0' body: - string: "\uFEFF\"Date - Month/Year\",\"2025-03\",\"2025-04\",\"2025-05\",\"\ - 2025-06\",\"2025-07\",\"2025-08\",\"2025-09\",\"2025-10\",\"2025-11\",\"\ - 2025-12\",\"2026-01\",\"2026-02\"\n\"Active Customers\",62,60,51,60,55,86,89,72,56,90,60,64\n\ - \"Revenue per Customer\",93.78964285714285,115.96454545454546,241.92872340425532,270.91346938775513,92.0542,251.6236842105263,204.48873417721518,187.41,160.19469387755103,178.3658536585366,185.4194,146.6475\n" + string: "\uFEFF\"Date - Month/Year\",\"2025-04\",\"2025-05\",\"2025-06\",\"\ + 2025-07\",\"2025-08\",\"2025-09\",\"2025-10\",\"2025-11\",\"2025-12\",\"\ + 2026-01\",\"2026-02\",\"2026-03\"\n\"Active Customers\",60,51,60,55,86,89,72,56,90,60,64,65\n\ + \"Revenue per Customer\",115.96454545454546,241.92872340425532,270.91346938775513,92.0542,251.6236842105263,204.48873417721518,187.41,160.19469387755103,178.3658536585366,185.4194,146.6475,111.88542372881356\n" diff --git a/packages/gooddata-sdk/tests/export/fixtures/test_export_excel.yaml b/packages/gooddata-sdk/tests/export/fixtures/test_export_excel.yaml index 144f87b0b..5daf2135d 100644 --- a/packages/gooddata-sdk/tests/export/fixtures/test_export_excel.yaml +++ b/packages/gooddata-sdk/tests/export/fixtures/test_export_excel.yaml @@ -84,7 +84,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 59b1c274-c2d4-45d8-a42a-96dad3b883bb + - 590882d7-f027-4642-8893-624eb19465a0 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -132,14 +132,14 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 9151cbd44692e856f1a90661f20f72d0d42ba5be:c3bd249f57588be348ec7c86a6a67989103c703c7fb70a57782d54a8c03627d8 + executionResult: 921b6efad037b976159135749c52dd83eb0ecb82:d25412a802fa2343f73be97829405e358664f658fe6e3702aa8263e9fc98e6bc - request: method: POST uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular body: fileName: test_xlsx format: XLSX - executionResult: 9151cbd44692e856f1a90661f20f72d0d42ba5be:c3bd249f57588be348ec7c86a6a67989103c703c7fb70a57782d54a8c03627d8 + executionResult: 921b6efad037b976159135749c52dd83eb0ecb82:d25412a802fa2343f73be97829405e358664f658fe6e3702aa8263e9fc98e6bc customOverride: labels: region: @@ -191,10 +191,10 @@ interactions: - '0' body: string: - exportResult: 2eecd57b1ed835d915fe1e0648c8b1a42c55597b + exportResult: 0f05ace5400b06e891861e5a7d084b2c0ebce4be - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/2eecd57b1ed835d915fe1e0648c8b1a42c55597b + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/0f05ace5400b06e891861e5a7d084b2c0ebce4be body: null headers: Accept: @@ -235,7 +235,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/2eecd57b1ed835d915fe1e0648c8b1a42c55597b + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/0f05ace5400b06e891861e5a7d084b2c0ebce4be body: null headers: Accept: @@ -257,7 +257,7 @@ interactions: Content-Disposition: - attachment; filename="=?UTF-8?Q?test=5Fxlsx.xlsx?="; filename*=UTF-8''test_xlsx.xlsx Content-Length: - - '7540' + - '7541' Content-Type: - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet DATE: *id001 @@ -385,29 +385,29 @@ interactions: dr6GmVPXn68zRmWfmasr0+J3SI4IG2TV28zst1A06yalI3Lc6aDZpuoahv3/8OTjrph8zh4PFoLc 88wirtb0tUfBxtupcM5Hbd1scd1b+1GbwuEDZV/QuKnw2WK+HfADiD6aT5QIEvFSqyy/+eYQdG5p xmWs/tkxahGC1op4X+TwqTm7scLZZ4t7c2d7Bl97Z7vaXi5RWzvI5KulP5748D7I3oGD0oQpWbxN - egBHze7sLwPgYy9It/4GUEsDBBQAAAAIAAAAPwCbjXcWJAEAAFACAAARAAAAZG9jUHJvcHMvY29y - ZS54bWydkstqwzAQRff9CqO9LdsJIQjbgbZk1UChKS3dCWmSiFoPJLVO/r7yMwl41eXo3jlzZ1Cx - Ocs6+gXrhFYlypIURaCY5kIdS/S+38ZrFDlPFae1VlCiCzi0qR4KZgjTFl6tNmC9ABcFkHKEmRKd - vDcEY8dOIKlLgkMF8aCtpD6U9ogNZd/0CDhP0xWW4CmnnuIWGJuJiAYkZxPS/Ni6A3CGoQYJyjuc - JRm+ej1Y6WYbOuXGKYW/GJi1juLkPjsxGZumSZpFZw35M/y5e3nrVo2Fak/FAFUFZ4RZoF7bqsC3 - RThcTZ3fhRMfBPDHS9Bn3oZF+j7gUQhA+rij8rF4et5vUZWn+SpO8zhf7bMlyZckW3+1I+/6r0A5 - DPk3cQT0ue8/QfUHUEsDBBQAAAAIAAAAPwAEcUVjewEAABMDAAAQAAAAZG9jUHJvcHMvYXBwLnht - bJ1SwU7jMBC98xWR79RptVqhyjFalV31sIhKLXBcGWfSWHVsyzNEKV+Pk6ohhT3h05s3T8/PMxa3 - XWOzFiIa7wo2n+UsA6d9ady+YI+7P9c3LENSrlTWOyjYEZDdyiuxiT5AJAOYJQeHBauJwpJz1DU0 - Cmep7VKn8rFRlMq4576qjIY7r18bcMQXef6TQ0fgSiivw2jITo7Llr5rWnrd58On3TEkPyl+hWCN - VpQeKe+Njh59RdnvToMVfNoUyWgL+jUaOspc8GkptlpZWCVjWSmLIPgHIdag+pltlIkoRUvLFjT5 - mKF5S1NbsOxFIfRxCtaqaJQjdpKdigHbgBTls48HrAEIBR/JAU61U2x+yPkgSOBSyMcgCV9G3Bmy - gA/VRkX6T+L5NPGQgU0yEiD96yx2XyKeL/tkv/JNUC7NkI/or3EHfAw7f6cIzhO9JMW2VhHKtIRx - 4iMh1ilatL1+VSu3h/Ks+dro9/90+uNyvpjl6QxrP3OCf3xn+Q5QSwECFAMUAAAACAAAAD8AYV1J - Ok8BAACPBAAAEwAAAAAAAAAAAAAAgIEAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQIUAxQAAAAI - AAAAPwDyn0na6QAAAEsCAAALAAAAAAAAAAAAAACAgYABAABfcmVscy8ucmVsc1BLAQIUAxQAAAAI - AAAAPwBEdVvw6AAAALkCAAAaAAAAAAAAAAAAAACAgZICAAB4bC9fcmVscy93b3JrYm9vay54bWwu - cmVsc1BLAQIUAxQAAAAIAAAAPwAMmNAMUgcAACAjAAAYAAAAAAAAAAAAAACAgbIDAAB4bC93b3Jr - c2hlZXRzL3NoZWV0MS54bWxQSwECFAMUAAAACAAAAD8ACOLM+UwBAAApAgAADwAAAAAAAAAAAAAA - gIE6CwAAeGwvd29ya2Jvb2sueG1sUEsBAhQDFAAAAAgAAAA/AHVXf6gSAgAAMAYAABQAAAAAAAAA - AAAAAICBswwAAHhsL3NoYXJlZFN0cmluZ3MueG1sUEsBAhQDFAAAAAgAAAA/AF2fOjTfAgAAjA8A - AA0AAAAAAAAAAAAAAICB9w4AAHhsL3N0eWxlcy54bWxQSwECFAMUAAAACAAAAD8AGPpGVLAFAABS - GwAAEwAAAAAAAAAAAAAAgIEBEgAAeGwvdGhlbWUvdGhlbWUxLnhtbFBLAQIUAxQAAAAIAAAAPwCb - jXcWJAEAAFACAAARAAAAAAAAAAAAAACAgeIXAABkb2NQcm9wcy9jb3JlLnhtbFBLAQIUAxQAAAAI - AAAAPwAEcUVjewEAABMDAAAQAAAAAAAAAAAAAACAgTUZAABkb2NQcm9wcy9hcHAueG1sUEsFBgAA - AAAKAAoAgAIAAN4aAAAAAA== + egBHze7sLwPgYy9It/4GUEsDBBQAAAAIAAAAPwBEEgc3JQEAAFACAAARAAAAZG9jUHJvcHMvY29y + ZS54bWydkstqwzAQRff9CqO9LT9CKMJ2oC1ZNVCoS0t3QpokotYDSa3jv6/sOE4CWWU5unfO3BlU + rg6yjf7AOqFVhbIkRREoprlQuwp9NOv4EUXOU8VpqxVUqAeHVvVDyQxh2sKb1QasF+CiAFKOMFOh + vfeGYOzYHiR1SXCoIG61ldSH0u6woeyH7gDnabrEEjzl1FM8AGMzE9GE5GxGml/bjgDOMLQgQXmH + syTDZ68HK93NhlG5cErhewM3rSdxdh+cmI1d1yVdMVpD/gx/bV7fx1VjoYZTMUB1yRlhFqjXti7x + ZREO11LnN+HEWwH8qQ/6jbdpkWMf8CgEIMe4J+WzeH5p1qjO03wZp0Wc5k2WkyIji8X3MPKq/wyU + 05C7iSfAMff1J6j/AVBLAwQUAAAACAAAAD8ABHFFY3sBAAATAwAAEAAAAGRvY1Byb3BzL2FwcC54 + bWydUsFO4zAQvfMVke/UabVaocoxWpVd9bCISi1wXBln0lh1bMszRClfj5OqIYU94dObN0/PzzMW + t11jsxYiGu8KNp/lLAOnfWncvmCPuz/XNyxDUq5U1jso2BGQ3corsYk+QCQDmCUHhwWricKSc9Q1 + NApnqe1Sp/KxUZTKuOe+qoyGO69fG3DEF3n+k0NH4Eoor8NoyE6Oy5a+a1p63efDp90xJD8pfoVg + jVaUHinvjY4efUXZ706DFXzaFMloC/o1GjrKXPBpKbZaWVglY1kpiyD4ByHWoPqZbZSJKEVLyxY0 + +ZiheUtTW7DsRSH0cQrWqmiUI3aSnYoB24AU5bOPB6wBCAUfyQFOtVNsfsj5IEjgUsjHIAlfRtwZ + soAP1UZF+k/i+TTxkIFNMhIg/essdl8ini/7ZL/yTVAuzZCP6K9xB3wMO3+nCM4TvSTFtlYRyrSE + ceIjIdYpWrS9flUrt4fyrPna6Pf/dPrjcr6Y5ekMaz9zgn98Z/kOUEsBAhQDFAAAAAgAAAA/AGFd + STpPAQAAjwQAABMAAAAAAAAAAAAAAICBAAAAAFtDb250ZW50X1R5cGVzXS54bWxQSwECFAMUAAAA + CAAAAD8A8p9J2ukAAABLAgAACwAAAAAAAAAAAAAAgIGAAQAAX3JlbHMvLnJlbHNQSwECFAMUAAAA + CAAAAD8ARHVb8OgAAAC5AgAAGgAAAAAAAAAAAAAAgIGSAgAAeGwvX3JlbHMvd29ya2Jvb2sueG1s + LnJlbHNQSwECFAMUAAAACAAAAD8ADJjQDFIHAAAgIwAAGAAAAAAAAAAAAAAAgIGyAwAAeGwvd29y + a3NoZWV0cy9zaGVldDEueG1sUEsBAhQDFAAAAAgAAAA/AAjizPlMAQAAKQIAAA8AAAAAAAAAAAAA + AICBOgsAAHhsL3dvcmtib29rLnhtbFBLAQIUAxQAAAAIAAAAPwB1V3+oEgIAADAGAAAUAAAAAAAA + AAAAAACAgbMMAAB4bC9zaGFyZWRTdHJpbmdzLnhtbFBLAQIUAxQAAAAIAAAAPwBdnzo03wIAAIwP + AAANAAAAAAAAAAAAAACAgfcOAAB4bC9zdHlsZXMueG1sUEsBAhQDFAAAAAgAAAA/ABj6RlSwBQAA + UhsAABMAAAAAAAAAAAAAAICBARIAAHhsL3RoZW1lL3RoZW1lMS54bWxQSwECFAMUAAAACAAAAD8A + RBIHNyUBAABQAgAAEQAAAAAAAAAAAAAAgIHiFwAAZG9jUHJvcHMvY29yZS54bWxQSwECFAMUAAAA + CAAAAD8ABHFFY3sBAAATAwAAEAAAAAAAAAAAAAAAgIE2GQAAZG9jUHJvcHMvYXBwLnhtbFBLBQYA + AAAACgAKAIACAADfGgAAAAA= diff --git a/packages/gooddata-sdk/tests/export/fixtures/test_export_excel_by_visualization_id.yaml b/packages/gooddata-sdk/tests/export/fixtures/test_export_excel_by_visualization_id.yaml index 2a8f348dc..5c5232ca5 100644 --- a/packages/gooddata-sdk/tests/export/fixtures/test_export_excel_by_visualization_id.yaml +++ b/packages/gooddata-sdk/tests/export/fixtures/test_export_excel_by_visualization_id.yaml @@ -118,7 +118,7 @@ interactions: rotation: auto version: '2' visualizationUrl: local:combo2 - createdAt: 2026-02-26 14:24 + createdAt: 2026-03-02 12:31 id: customers_trend meta: origin: @@ -165,7 +165,7 @@ interactions: content: format: '#,##0' maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id}) - createdAt: 2026-02-26 14:24 + createdAt: 2026-03-02 12:31 id: amount_of_active_customers links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/amount_of_active_customers @@ -175,7 +175,7 @@ interactions: content: format: $#,##0.0 maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id}) - createdAt: 2026-02-26 14:24 + createdAt: 2026-03-02 12:31 id: revenue_per_customer links: self: http://localhost:3000/api/v1/entities/workspaces/demo/metrics/revenue_per_customer @@ -240,10 +240,10 @@ interactions: - '0' body: string: - exportResult: c0b1c1d11725985f94c2f27d4de90a3fac3196d0 + exportResult: c80d95320f5cb6cf96ca3e6802ae7ba7d5ad11c6 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c0b1c1d11725985f94c2f27d4de90a3fac3196d0 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c80d95320f5cb6cf96ca3e6802ae7ba7d5ad11c6 body: null headers: Accept: @@ -284,7 +284,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c0b1c1d11725985f94c2f27d4de90a3fac3196d0 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c80d95320f5cb6cf96ca3e6802ae7ba7d5ad11c6 body: null headers: Accept: @@ -325,7 +325,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c0b1c1d11725985f94c2f27d4de90a3fac3196d0 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c80d95320f5cb6cf96ca3e6802ae7ba7d5ad11c6 body: null headers: Accept: @@ -366,7 +366,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c0b1c1d11725985f94c2f27d4de90a3fac3196d0 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c80d95320f5cb6cf96ca3e6802ae7ba7d5ad11c6 body: null headers: Accept: @@ -407,7 +407,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c0b1c1d11725985f94c2f27d4de90a3fac3196d0 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c80d95320f5cb6cf96ca3e6802ae7ba7d5ad11c6 body: null headers: Accept: @@ -448,7 +448,7 @@ interactions: string: '' - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c0b1c1d11725985f94c2f27d4de90a3fac3196d0 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/export/tabular/c80d95320f5cb6cf96ca3e6802ae7ba7d5ad11c6 body: null headers: Accept: @@ -470,7 +470,7 @@ interactions: Content-Disposition: - attachment; filename="=?UTF-8?Q?Customers_Trend.xlsx?="; filename*=UTF-8''Customers%20Trend.xlsx Content-Length: - - '6033' + - '6034' Content-Type: - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet DATE: *id001 @@ -507,93 +507,93 @@ interactions: tLZMbElot2n99xEJTR0IoQefxIzYmQe7683P0IsDJuqCV1AVJQj0JtjOtwo+d2+PzyCItbe6Dx4V jEiwqR/W79hrzjPkukgih3hS4Jjji5RkHA6aihDR558mpEFzlqmVUZu9blEuyvJJpmkG1FeZYmsV pK2tQOzGiP/JDk3TGXwN5mtAzzcq5HdIe3KInEN1apEVXCySp6cqcirI2zCLOWE4z+IfyEmezbsM - yzkZiMc+L/QCcdb36lez1jud0H5wytc2pZjavzDy6uLqI1BLAwQUAAAACAAAAD8ARU63DrECAADj - BwAAGAAAAHhsL3dvcmtzaGVldHMvc2hlZXQxLnhtbI2VW2/aMBiG7/crotzPic8OAqq2lJW2SNOO - 1ykYiJrEKHZL9+/nJIXFXw8aSJbt5zvZr2OPz56rMnrSjS1MPYkxSuNI1yuzLurtJP75Y/5ZxZF1 - eb3OS1PrSfxH2/hs+ml8MM2D3WntIh+gtpN459x+lCR2tdNVbpHZ69qTjWmq3Plhs03svtH5unOq - yoSkqUiqvKjjPsKo+Z8YZrMpVnpmVo+Vrl0fpNFl7nz5dlfsbTwdrwvP2vVEjd5M4nM8WtI4mY67 - zL8KfbCDfuTy+++61Cun1379cdQu7N6YhxYu/FTauiavfOddUV+baK03+WPpvpnDtS62O+eD8NZl - ZUrbtVFV1F3kKn/uMxRrt/M9ibhMKSY8jlaP1pnq9wt4ce8dydGR/vMUiBEu1TuuSZ+6K3OWu3w6 - bswharrcdp+3YuGRD+eTtLPn7XQHfe3t/j1N03Hy1MZ5sbjoLUjHGJdYhvwScKZCPgNcAn4VcpVm - IZ8DTgH/ArgE9V+HPEtxyBeAU8BvABck5LeAZ4DfBVykhIZ8CThnJ5546U76kbf1I503HegH6r/o - LVjHYPGXAQQ7NxtCDsJefeQ5Dzw5EGwIlQBqBRBIvRhCCZZyE+QEYW+HMAPV3n20lGUPeQ/f0Ya+ - rQ19pQ2o+aK3EH1ZFEmVCUaU/8jaFkg1tMWYI2/Kj39gOxvaEoZRRpQklKX+5uDg/F0FtjJFGaZM - ZFRJyaHo86BegvxhxdnpB2QO4nKMBKFCMYJTTgSo4TqwTRliSknKsJQEc7Bni2AflEQMfrCBgUgR - zt5bz21gKhWigiv+0oAjdBfm5T5vxsBZ6U1kb8IEEkxycGKSwc28z7d6mTfborZRqTf+lKRIxlHT - vyRd35l91/N3/b1x/q4/jnb+NdVNO/JJN8a446B9A07v8/QvUEsDBBQAAAAIAAAAPwDvbfqrTwEA - AC8CAAAPAAAAeGwvd29ya2Jvb2sueG1sjVHLTsMwELzzFZbvNA8lEa2aVKKAqISAQ2nPJt40Vv2I - bIe0f886VQrcOHlndnc0s16uTkqSL7BOGF3SZBZTAro2XOhDST+2T7d3lDjPNGfSaCjpGRxdVTfL - wdjjpzFHgvvalbT1vltEkatbUMzNTAcaO42xinmE9hC5zgLjrgXwSkZpHBeRYkLTi8LC/kfDNI2o - 4cHUvQLtLyIWJPPo3rWic7RaNkLC7hKIsK57ZQptnyQlkjn/yIUHXtIMoRngD2H77r4XMoA8zmlU - XUO+W8KhYb30W7Q2qeO50ixNizAZpnYCBvezFCA57YXmZihpmuFlzxNKckqGsd4L7lskinh+5Z5B - HFpf0nlRxEE8+qU+3m96iR7DrXvnjUJTZGtBc/yw0NxgkARTLQQWdsOTUWrar5msMVZ4xsE0y5M5 - JU0v5Rq5N/1i2CgQlqZI1TdQSwMEFAAAAAgAAAA/AO3EgiO6AAAABAEAABQAAAB4bC9zaGFyZWRT - dHJpbmdzLnhtbF2PMUsEMRBGe3/FMP3drAoikuSQEzsb0cIy7I63gc1kzUwW/fdGRAXLx3tf8bnD - e15g46qpiMfz/YDAMpYpycnj89P97hpBLcoUlyLs8YMVD+HMqRr0qajH2Wy9IdJx5hx1X1aWbl5L - zdE61hPpWjlOOjNbXuhiGK4oxyQIY2liHi8RmqS3xscfDk5TcBbuojHs4KGIzfTCsTqy4OhLfge3 - o6WN4djUSu43/vtH3lgaw8r1N/prqN8In1BLAwQUAAAACAAAAD8Ar2acSe8CAACwDQAADQAAAHhs - L3N0eWxlcy54bWzNV11v0zAUfedXWB7iCZZ+rFWBphNMioQEE9IG4tWNndTCH8Fxpna/nms7bdKR - tls3bbQPtm/OPff4XucmmZ4vpUA3zJRcqxj3T3sYMZVqylUe4x/XybsJRqUlihKhFYvxipX4fPZq - WtqVYFcLxiwCBlXGeGFt8SGKynTBJClPdcEUXMm0kcTC0uRRWRhGaOmcpIgGvd44koQrPJuqSibS - lijVlbIxHm5MKAxfKGgbn2EU6C40BSlSSrSCH4460aNt9Mnbk5PeDuh4G/rmT6Xtx9dh8H6n3jOq - Zc6mmVaN2jMcDLNpeYtuiADGvoOnWmiDLKQDOL1FEckC4oIIPjfcGTMiuVgF88AZfAZrnORKGx87 - RNiOMzkU5iczlCjSGeYQo8nnMU6SSc/9n5w2/B5M6wdXAC7EdgHAMJsWxFpmVAILVM+vVwXkRcHh - DTQedwCdG7LqD0b3dyi14NSpyC+6czevL3BF2ZLBoYPD7NhbjI+MlfTc/6Gx/AD5nGtDoQmsMzrG - a9NsKlhmwd3wfOFGqwsXQ1urJUwoJ7lWRLgAa48uT+QbRoztgqe/8fowkMrq+tBGHrbNf9gp4I6S - ofDOk35/Lf+6PkLRUYnZt41jtVACTZoeENOpoQ0FzF69T17HF9ZZT+BuSpkQV47pV7a5pfrAt8xa - j52ee+iozRTuw3oaaMLC8bfZAneLdnIULVpmG/5d3v0d3v3GG5GiEKtEh/2F1WcPbNafBM+VZOsU - kPUSLbTht+DqWrwrLXavIZanbg0l8VtfZnf01S8BQeFgh8LBXYWXlZwzk/hHfKPsOXW38jpsVA/a - qof78+radpfauxWsX3z21/Ds2TLk78N2ilJAMLOruvfQPvpftY87tQ8fnfddlX/RnRxVhWfYSVT3 - x1YT3mrBGyty750xvnSCRWsz84oLy1VH+wVOumw6r79qyRw+g7aiAAdlGamEvd5cjHEz/8Yor+T7 - Deo7v9G2RjXzr26f/bFX0Hxrzf4CUEsDBBQAAAAIAAAAPwAY+kZUsAUAAFIbAAATAAAAeGwvdGhl - bWUvdGhlbWUxLnhtbO1ZTY/bRBi+8ytGvreOEzvNrpqtNtmkhe22q920qMeJPbGnGXusmcluc0Pt - EQkJURAXJG4cEFCplbiUX7NQBEXqX+D1R5LxZrLNtosAtTkknvHzfn/4HefqtQcxQ0dESMqTtuVc - rlmIJD4PaBK2rTuD/qWWhaTCSYAZT0jbmhJpXdv64CreVBGJCQLyRG7ithUplW7atvRhG8vLPCUJ - 3BtxEWMFSxHagcDHwDZmdr1Wa9oxpomFEhwD19ujEfUJGmQsra0Z8x6Dr0TJbMNn4tDPJeoUOTYY - O9mPnMouE+gIs7YFcgJ+PCAPlIUYlgputK1a/rHsrav2nIipFbQaXT//lHQlQTCu53QiHM4Jnb67 - cWVnzr9e8F/G9Xq9bs+Z88sB2PfBUmcJ6/ZbTmfGUwMVl8u8uzWv5lbxGv/GEn6j0+l4GxV8Y4F3 - l/CtWtPdrlfw7gLvLevf2e52mxW8t8A3l/D9KxtNt4rPQRGjyXgJncVzHpk5ZMTZDSO8BfDWLAEW - KFvLroI+UatyLcb3uegDIA8uVjRBapqSEfYB18XxUFCcCcCbBGt3ii1fLm1lspD0BU1V2/ooxVAR - C8ir5z+8ev4UvXr+5OThs5OHP588enTy8CcD4Q2chDrhy+8+/+ubT9CfT799+fhLM17q+N9+/PTX - X74wA5UOfPHVk9+fPXnx9Wd/fP/YAN8WeKjDBzQmEt0ix+iAx2CbQQAZivNRDCJMKxQ4AqQB2FNR - BXhripkJ1yFV590V0ABMwOuT+xVdDyMxUdQA3I3iCnCPc9bhwmjObiZLN2eShGbhYqLjDjA+Msnu - ngptb5JCJlMTy25EKmruM4g2DklCFMru8TEhBrJ7lFb8ukd9wSUfKXSPog6mRpcM6FCZiW7QGOIy - NSkIoa74Zu8u6nBmYr9DjqpIKAjMTCwJq7jxOp4oHBs1xjHTkTexikxKHk6FX3G4VBDpkDCOegGR - 0kRzW0wr6u5i6ETGsO+xaVxFCkXHJuRNzLmO3OHjboTj1KgzTSId+6EcQ4pitM+VUQlerZBsDXHA - ycpw36VEna+s79AwMidIdmciyq5d6b8xTc5qxoxCN37fjGfwbXg0mUridAtehfsfNt4dPEn2CeT6 - +777vu++i313VS2v220XDdbW5+KcX7xySB5Rxg7VlJGbMm/NEpQO+rCZL3Ki+UyeRnBZiqvgQoHz - ayS4+piq6DDCKYhxcgmhLFmHEqVcwknAWsk7P05SMD7f82ZnQEBjtceDYruhnw3nbPJVKHVBjYzB - usIaV95OmFMA15TmeGZp3pnSbM2bUA0IZwd/p1kvREPGYEaCzO8Fg1lYLjxEMsIBKWPkGA1xGmu6 - rfV6r2nSNhpvJ22dIOni3BXivAuIUm0pSvZyObKkukLHoJVX9yzk47RtjWCSgss4BX4ya0CYhUnb - 8lVpymuL+bTB5rR0aisNrohIhVQ7WEYFVX5r9uokWehf99zMDxdjgKEbradFo+X8i1rYp0NLRiPi - qxU7i2V5j08UEYdRcIyGbCIOMOjtFtkVUAnPjPpsIaBC3TLxqpVfVsHpVzRldWCWRrjsSS0t9gU8 - v57rkK809ewVur+hKY0LNMV7d03JMhfG1kaQH6hgDBAYZTnatrhQEYculEbU7wsYHHJZoBeCsshU - Qix735zpSo4WfavgUTS5MFIHNESCQqdTkSBkX5V2voaZU9efrzNGZZ+ZqyvT4ndIjggbZNXbzOy3 - UDTrJqUjctzpoNmm6hqG/f/w5OOumHzOHg8WgtzzzCKu1vS1R8HG26lwzkdt3Wxx3Vv7UZvC4QNl - X9C4qfDZYr4d8AOIPppPlAgS8VKrLL/55hB0bmnGZaz+2TFqEYLWinhf5PCpObuxwtlni3tzZ3sG - X3tnu9peLlFbO8jkq6U/nvjwPsjegYPShClZvE16AEfN7uwvA+BjL0i3/gZQSwMEFAAAAAgAAAA/ - AAm+2D8kAQAAUAIAABEAAABkb2NQcm9wcy9jb3JlLnhtbJ2Sy2rDMBBF9/0Ko70t2ymmGNuBtmTV - QKEuLd0JaeKIWg8ktY7/vvIjTgJeFbSR7p0zdwYV25Nog18wlitZoiSKUQCSKsZlU6L3ehc+oMA6 - IhlplYQS9WDRtrorqM6pMvBqlAbjONjAg6TNqS7R0TmdY2zpEQSxkXdILx6UEcT5q2mwJvSbNIDT - OM6wAEcYcQQPwFAvRDQjGV2Q+se0I4BRDC0IkM7iJErwxevACLtaMCpXTsFdr2HVehYX98nyxdh1 - XdRtRqvPn+DP/cvbOGrI5bAqCqgqGM2pAeKUqQp8ffGLa4l1e7/iAwf22Ht95W0eZKoDFvgA+RT3 - rHxsnp7rHarSOM3COA3TrE7u89Sf7GtoeVN/AYq5yb+JZ8CU+/YTVH9QSwMEFAAAAAgAAAA/ALLA - Mkd+AQAAGQMAABAAAABkb2NQcm9wcy9hcHAueG1snVLBTuswELzzFZHv1GmF0FPlGKEC4sDTq9QA - Z+NsGgvHtrzbqH1fj5OqIQVO5DQ7OxpPdlfc7FubdRDReFew+SxnGTjtK+O2BXsuHy7/sAxJuUpZ - 76BgB0B2Iy/EOvoAkQxglhwcFqwhCkvOUTfQKpyltkud2sdWUSrjlvu6NhruvN614Igv8vyaw57A - VVBdhtGQHR2XHf3WtPK6z4cv5SEkPyluQ7BGK0o/Kf8aHT36mrL7vQYr+LQpktEG9C4aOshc8Gkp - NlpZWCVjWSuLIPgnIR5B9TNbKxNRio6WHWjyMUPzP01twbI3hdDHKVinolGO2FF2LAZsA1KUrz6+ - YwNAKPhIDnCqnWJzJeeDIIFzIR+DJHwesTRkAf/VaxXph8TzaeIhA5tkXO2QfJuuJitjWt+3oKcn - vzyy8m1QLk2Sj+jJuHd8DqW/UwSnuZ6TYtOoCFVaxTj3kRCPKWC0vX7VKLeF6qT53uiv4OV46XK+ - mOXpG5Z/4gT/PGr5AVBLAQIUAxQAAAAIAAAAPwBhXUk6TwEAAI8EAAATAAAAAAAAAAAAAACAgQAA - AABbQ29udGVudF9UeXBlc10ueG1sUEsBAhQDFAAAAAgAAAA/APKfSdrpAAAASwIAAAsAAAAAAAAA - AAAAAICBgAEAAF9yZWxzLy5yZWxzUEsBAhQDFAAAAAgAAAA/AER1W/DoAAAAuQIAABoAAAAAAAAA - AAAAAICBkgIAAHhsL19yZWxzL3dvcmtib29rLnhtbC5yZWxzUEsBAhQDFAAAAAgAAAA/AEVOtw6x - AgAA4wcAABgAAAAAAAAAAAAAAICBsgMAAHhsL3dvcmtzaGVldHMvc2hlZXQxLnhtbFBLAQIUAxQA - AAAIAAAAPwDvbfqrTwEAAC8CAAAPAAAAAAAAAAAAAACAgZkGAAB4bC93b3JrYm9vay54bWxQSwEC - FAMUAAAACAAAAD8A7cSCI7oAAAAEAQAAFAAAAAAAAAAAAAAAgIEVCAAAeGwvc2hhcmVkU3RyaW5n - cy54bWxQSwECFAMUAAAACAAAAD8Ar2acSe8CAACwDQAADQAAAAAAAAAAAAAAgIEBCQAAeGwvc3R5 - bGVzLnhtbFBLAQIUAxQAAAAIAAAAPwAY+kZUsAUAAFIbAAATAAAAAAAAAAAAAACAgRsMAAB4bC90 - aGVtZS90aGVtZTEueG1sUEsBAhQDFAAAAAgAAAA/AAm+2D8kAQAAUAIAABEAAAAAAAAAAAAAAICB - /BEAAGRvY1Byb3BzL2NvcmUueG1sUEsBAhQDFAAAAAgAAAA/ALLAMkd+AQAAGQMAABAAAAAAAAAA - AAAAAICBTxMAAGRvY1Byb3BzL2FwcC54bWxQSwUGAAAAAAoACgCAAgAA+xQAAAAA + yzkZiMc+L/QCcdb36lez1jud0H5wytc2pZjavzDy6uLqI1BLAwQUAAAACAAAAD8Akm+CGrICAADj + BwAAGAAAAHhsL3dvcmtzaGVldHMvc2hlZXQxLnhtbI2V2W6jMBSG7+cpEPdjvNtESaq2aZsukUaz + XtPESVABR+A2nbcfA0mLTxdNIiGb76z+jT0+eS6L6MnUTW6rSUwQjiNTLe0qrzaT+NfPy686jhqX + VaussJWZxH9NE59Mv4z3tn5otsa4yAeomkm8dW43SpJmuTVl1iC7M5Una1uXmfPTepM0u9pkq86p + LBKKsUzKLK/iPsKo/p8Ydr3Ol2Zml4+lqVwfpDZF5nz5zTbfNfF0vMo9a/uJarOexKdktGBxMh13 + mX/nZt8MxpHL7n+YwiydWfn+46ht7N7ahxZe+1e4dU3e+F52RX2ro5VZZ4+F+273c5Nvts4HEa3L + 0hZN94zKvOoil9lznyFfua0fKSQUZoSKOFo+Ns6Wfw7g4N470qMje/WUiFOh9AeuSZ+6K3OWuWw6 + ru0+qrvczS5rxSIjH84nad+etq876Gtv1+9pisfJUxvnYHHWW9COcaG4Dvk54ArwWcg1TkN+ATgD + /BJwBeq7CnmKScjngDPArwGXNOQ3gKeA3wZcYspCfge44CFfAK5f4ydeuhf96Pv60c6bDfQD/Z31 + FrxjEize+RAK4Dn7zPMi8BRAsyHUEggWQKD2fAgVWOrrICcIezOEKaj29rNW7gII5emh6KF4Xxv2 + vjbsjTagobPeQva6EYFSycXxD9b0fGhLOUEp1Yoyjv1pIMCemwW2CqOUMC5TppUSUOWLoW1Kkd+g + JH35AV2DuIIgSZnUnBIsqAQ1XAW2mCOutWKcKEWJAOswD9ZBK8ThRxoYSIxI+lE/N4Gp0ohJocXh + AfbMbZhX+Lwp0P8uMOESSa6AMoveRB1UJEhrwSlTVGvCJNgxyeBk3mUbs8jqTV41UWHWfpdgpOKo + 7m+Sbuzsrhv5s/7eOn/WH2dbf5uaup357Gtr3XHS3gEv9/P0H1BLAwQUAAAACAAAAD8A7236q08B + AAAvAgAADwAAAHhsL3dvcmtib29rLnhtbI1Ry07DMBC88xWW7zQPJRGtmlSigKiEgENpzybeNFb9 + iGyHtH/POlUK3Dh5Z3Z3NLNerk5Kki+wThhd0mQWUwK6NlzoQ0k/tk+3d5Q4zzRn0mgo6RkcXVU3 + y8HY46cxR4L72pW09b5bRJGrW1DMzUwHGjuNsYp5hPYQuc4C464F8EpGaRwXkWJC04vCwv5HwzSN + qOHB1L0C7S8iFiTz6N61onO0WjZCwu4SiLCue2UKbZ8kJZI5/8iFB17SDKEZ4A9h++6+FzKAPM5p + VF1DvlvCoWG99Fu0NqnjudIsTYswGaZ2Agb3sxQgOe2F5mYoaZrhZc8TSnJKhrHeC+5bJIp4fuWe + QRxaX9J5UcRBPPqlPt5veokew617541CU2RrQXP8sNDcYJAEUy0EFnbDk1Fq2q+ZrDFWeMbBNMuT + OSVNL+UauTf9YtgoEJamSNU3UEsDBBQAAAAIAAAAPwDtxIIjugAAAAQBAAAUAAAAeGwvc2hhcmVk + U3RyaW5ncy54bWxdjzFLBDEQRnt/xTD93awKIpLkkBM7G9HCMuyOt4HNZM1MFv33RkQFy8d7X/G5 + w3teYOOqqYjH8/2AwDKWKcnJ4/PT/e4aQS3KFJci7PGDFQ/hzKka9Kmox9lsvSHSceYcdV9Wlm5e + S83ROtYT6Vo5TjozW17oYhiuKMckCGNpYh4vEZqkt8bHHw5OU3AW7qIx7OChiM30wrE6suDoS34H + t6OljeHY1EruN/77R95YGsPK9Tf6a6jfCJ9QSwMEFAAAAAgAAAA/AK9mnEnvAgAAsA0AAA0AAAB4 + bC9zdHlsZXMueG1szVddb9MwFH3nV1ge4gmWfqxVgaYTTIqEBBPSBuLVjZ3Uwh/BcaZ2v55rO23S + kbZbN220D7Zvzj33+F7nJpmeL6VAN8yUXKsY9097GDGVaspVHuMf18m7CUalJYoSoRWL8YqV+Hz2 + alralWBXC8YsAgZVxnhhbfEhisp0wSQpT3XBFFzJtJHEwtLkUVkYRmjpnKSIBr3eOJKEKzybqkom + 0pYo1ZWyMR5uTCgMXyhoG59hFOguNAUpUkq0gh+OOtGjbfTJ25OT3g7oeBv65k+l7cfXYfB+p94z + qmXOpplWjdozHAyzaXmLbogAxr6Dp1pogyykAzi9RRHJAuKCCD433BkzIrlYBfPAGXwGa5zkShsf + O0TYjjM5FOYnM5Qo0hnmEKPJ5zFOkknP/Z+cNvweTOsHVwAuxHYBwDCbFsRaZlQCC1TPr1cF5EXB + 4Q00HncAnRuy6g9G93coteDUqcgvunM3ry9wRdmSwaGDw+zYW4yPjJX03P+hsfwA+ZxrQ6EJrDM6 + xmvTbCpYZsHd8HzhRqsLF0NbqyVMKCe5VkS4AGuPLk/kG0aM7YKnv/H6MJDK6vrQRh62zX/YKeCO + kqHwzpN+fy3/uj5C0VGJ2beNY7VQAk2aHhDTqaENBcxevU9exxfWWU/gbkqZEFeO6Ve2uaX6wLfM + Wo+dnnvoqM0U7sN6GmjCwvG32QJ3i3ZyFC1aZhv+Xd79Hd79xhuRohCrRIf9hdVnD2zWnwTPlWTr + FJD1Ei204bfg6lq8Ky12ryGWp24NJfFbX2Z39NUvAUHhYIfCwV2Fl5WcM5P4R3yj7Dl1t/I6bFQP + 2qqH+/Pq2naX2rsVrF989tfw7Nky5O/DdopSQDCzq7r30D76X7WPO7UPH533XZV/0Z0cVYVn2ElU + 98dWE95qwRsrcu+dMb50gkVrM/OKC8tVR/sFTrpsOq+/askcPoO2ogAHZRmphL3eXIxxM//GKK/k + +w3qO7/RtkY1869un/2xV9B8a83+AlBLAwQUAAAACAAAAD8AGPpGVLAFAABSGwAAEwAAAHhsL3Ro + ZW1lL3RoZW1lMS54bWztWU2P20QYvvMrRr63jhM7za6arTbZpIXttqvdtKjHiT2xpxl7rJnJbnND + 7REJCVEQFyRuHBBQqZW4lF+zUARF6l/g9UeS8WayzbaLALU5JJ7x835/+B3n6rUHMUNHREjKk7bl + XK5ZiCQ+D2gStq07g/6lloWkwkmAGU9I25oSaV3b+uAq3lQRiQkC8kRu4rYVKZVu2rb0YRvLyzwl + CdwbcRFjBUsR2oHAx8A2Zna9VmvaMaaJhRIcA9fboxH1CRpkLK2tGfMeg69EyWzDZ+LQzyXqFDk2 + GDvZj5zKLhPoCLO2BXICfjwgD5SFGJYKbrStWv6x7K2r9pyIqRW0Gl0//5R0JUEwrud0IhzOCZ2+ + u3FlZ86/XvBfxvV6vW7PmfPLAdj3wVJnCev2W05nxlMDFZfLvLs1r+ZW8Rr/xhJ+o9PpeBsVfGOB + d5fwrVrT3a5X8O4C7y3r39nudpsVvLfAN5fw/SsbTbeKz0ERo8l4CZ3Fcx6ZOWTE2Q0jvAXw1iwB + Fihby66CPlGrci3G97noAyAPLlY0QWqakhH2AdfF8VBQnAnAmwRrd4otXy5tZbKQ9AVNVdv6KMVQ + EQvIq+c/vHr+FL16/uTk4bOThz+fPHp08vAnA+ENnIQ64cvvPv/rm0/Qn0+/ffn4SzNe6vjffvz0 + 11++MAOVDnzx1ZPfnz158fVnf3z/2ADfFniowwc0JhLdIsfogMdgm0EAGYrzUQwiTCsUOAKkAdhT + UQV4a4qZCdchVefdFdAATMDrk/sVXQ8jMVHUANyN4gpwj3PW4cJozm4mSzdnkoRm4WKi4w4wPjLJ + 7p4KbW+SQiZTE8tuRCpq7jOINg5JQhTK7vExIQaye5RW/LpHfcElHyl0j6IOpkaXDOhQmYlu0Bji + MjUpCKGu+GbvLupwZmK/Q46qSCgIzEwsCau48TqeKBwbNcYx05E3sYpMSh5OhV9xuFQQ6ZAwjnoB + kdJEc1tMK+ruYuhExrDvsWlcRQpFxybkTcy5jtzh426E49SoM00iHfuhHEOKYrTPlVEJXq2QbA1x + wMnKcN+lRJ2vrO/QMDInSHZnIsquXem/MU3OasaMQjd+34xn8G14NJlK4nQLXoX7HzbeHTxJ9gnk + +vu++77vvot9d1Utr9ttFw3W1ufinF+8ckgeUcYO1ZSRmzJvzRKUDvqwmS9yovlMnkZwWYqr4EKB + 82skuPqYqugwwimIcXIJoSxZhxKlXMJJwFrJOz9OUjA+3/NmZ0BAY7XHg2K7oZ8N52zyVSh1QY2M + wbrCGlfeTphTANeU5nhmad6Z0mzNm1ANCGcHf6dZL0RDxmBGgszvBYNZWC48RDLCASlj5BgNcRpr + uq31eq9p0jYabydtnSDp4twV4rwLiFJtKUr2cjmypLpCx6CVV/cs5OO0bY1gkoLLOAV+MmtAmIVJ + 2/JVacpri/m0wea0dGorDa6ISIVUO1hGBVV+a/bqJFnoX/fczA8XY4ChG62nRaPl/Ita2KdDS0Yj + 4qsVO4tleY9PFBGHUXCMhmwiDjDo7RbZFVAJz4z6bCGgQt0y8aqVX1bB6Vc0ZXVglka47EktLfYF + PL+e65CvNPXsFbq/oSmNCzTFe3dNyTIXxtZGkB+oYAwQGGU52ra4UBGHLpRG1O8LGBxyWaAXgrLI + VEIse9+c6UqOFn2r4FE0uTBSBzREgkKnU5EgZF+Vdr6GmVPXn68zRmWfmasr0+J3SI4IG2TV28zs + t1A06yalI3Lc6aDZpuoahv3/8OTjrph8zh4PFoLc88wirtb0tUfBxtupcM5Hbd1scd1b+1GbwuED + ZV/QuKnw2WK+HfADiD6aT5QIEvFSqyy/+eYQdG5pxmWs/tkxahGC1op4X+TwqTm7scLZZ4t7c2d7 + Bl97Z7vaXi5RWzvI5KulP5748D7I3oGD0oQpWbxNegBHze7sLwPgYy9It/4GUEsDBBQAAAAIAAAA + PwCyKMj7JAEAAFACAAARAAAAZG9jUHJvcHMvY29yZS54bWydks1qwzAQhO99CqO7LcumoQjbgbbk + 1EChKS29CWmTiFo/SGqdvH1lx3ES8KnH1cx+O7uoWh5Um/yC89LoGpEsRwloboTUuxq9b1bpA0p8 + YFqw1mio0RE8WjZ3FbeUGwevzlhwQYJPIkh7ym2N9iFYirHne1DMZ9Gho7g1TrEQS7fDlvFvtgNc + 5PkCKwhMsMBwD0ztREQjUvAJaX9cOwAEx9CCAh08JhnBF28Ap/xsw6BcOZUMRwuz1rM4uQ9eTsau + 67KuHKwxP8Gf65e3YdVU6v5UHFBTCU65AxaMayp8XcTDtcyHdTzxVoJ4PEZ95m1c5NQHIokB6Cnu + Wfkon543K9QUebFI8zLNiw0paEnoffHVj7zpvwDVOOTfxDPglPv2EzR/UEsDBBQAAAAIAAAAPwCy + wDJHfgEAABkDAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ1SwU7rMBC88xWR79RphdBT5RihAuLA06vU + AGfjbBoLx7a826h9X4+TqiEFTuQ0OzsaT3ZX3Oxbm3UQ0XhXsPksZxk47SvjtgV7Lh8u/7AMSblK + We+gYAdAdiMvxDr6AJEMYJYcHBasIQpLzlE30CqcpbZLndrHVlEq45b7ujYa7rzeteCIL/L8msOe + wFVQXYbRkB0dlx391rTyus+HL+UhJD8pbkOwRitKPyn/Gh09+pqy+70GK/i0KZLRBvQuGjrIXPBp + KTZaWVglY1kriyD4JyEeQfUzWysTUYqOlh1o8jFD8z9NbcGyN4XQxylYp6JRjthRdiwGbANSlK8+ + vmMDQCj4SA5wqp1icyXngyCBcyEfgyR8HrE0ZAH/1WsV6YfE82niIQObZFztkHybriYrY1rft6Cn + J788svJtUC5Nko/oybh3fA6lv1MEp7mek2LTqAhVWsU495EQjylgtL1+1Si3heqk+d7or+DleOly + vpjl6RuWf+IE/zxq+QFQSwECFAMUAAAACAAAAD8AYV1JOk8BAACPBAAAEwAAAAAAAAAAAAAAgIEA + AAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQIUAxQAAAAIAAAAPwDyn0na6QAAAEsCAAALAAAAAAAA + AAAAAACAgYABAABfcmVscy8ucmVsc1BLAQIUAxQAAAAIAAAAPwBEdVvw6AAAALkCAAAaAAAAAAAA + AAAAAACAgZICAAB4bC9fcmVscy93b3JrYm9vay54bWwucmVsc1BLAQIUAxQAAAAIAAAAPwCSb4Ia + sgIAAOMHAAAYAAAAAAAAAAAAAACAgbIDAAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWxQSwECFAMU + AAAACAAAAD8A7236q08BAAAvAgAADwAAAAAAAAAAAAAAgIGaBgAAeGwvd29ya2Jvb2sueG1sUEsB + AhQDFAAAAAgAAAA/AO3EgiO6AAAABAEAABQAAAAAAAAAAAAAAICBFggAAHhsL3NoYXJlZFN0cmlu + Z3MueG1sUEsBAhQDFAAAAAgAAAA/AK9mnEnvAgAAsA0AAA0AAAAAAAAAAAAAAICBAgkAAHhsL3N0 + eWxlcy54bWxQSwECFAMUAAAACAAAAD8AGPpGVLAFAABSGwAAEwAAAAAAAAAAAAAAgIEcDAAAeGwv + dGhlbWUvdGhlbWUxLnhtbFBLAQIUAxQAAAAIAAAAPwCyKMj7JAEAAFACAAARAAAAAAAAAAAAAACA + gf0RAABkb2NQcm9wcy9jb3JlLnhtbFBLAQIUAxQAAAAIAAAAPwCywDJHfgEAABkDAAAQAAAAAAAA + AAAAAACAgVATAABkb2NQcm9wcy9hcHAueG1sUEsFBgAAAAAKAAoAgAIAAPwUAAAAAA== diff --git a/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_and_metric.yaml b/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_and_metric.yaml index 10113baeb..ca0b5003c 100644 --- a/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_and_metric.yaml +++ b/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_and_metric.yaml @@ -68,7 +68,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - f6586eb9-0798-4623-bddd-e72a70c02302 + - 13d2fa62-360a-4a60-ae2c-fa7b906b13a1 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -100,10 +100,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: 5408f1f655c4875c281f1c3e6e71d40bb3ee0477:7b04404d9ea1df6fc812822821541706442f5cd24dff799e5ba0fc2cc1d4bcfc + executionResult: 1d4d02187e58649d837f0012384eaf7adc3009f3:fd16a47edcf47cff8a2200d0118da375a94fa31cc308d08e4ea149bdaea76901 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/5408f1f655c4875c281f1c3e6e71d40bb3ee0477%3A7b04404d9ea1df6fc812822821541706442f5cd24dff799e5ba0fc2cc1d4bcfc?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1d4d02187e58649d837f0012384eaf7adc3009f3%3Afd16a47edcf47cff8a2200d0118da375a94fa31cc308d08e4ea149bdaea76901?offset=0%2C0&limit=512%2C256 body: null headers: Accept: diff --git a/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_metric_and_filter.yaml b/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_metric_and_filter.yaml index dcb245b0f..e99976b95 100644 --- a/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_metric_and_filter.yaml +++ b/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_metric_and_filter.yaml @@ -75,7 +75,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 5d44bc61-7fcb-4db7-a0fe-ae153ca48f76 + - 3370ef47-58ea-49ba-8ffa-0a509c6bf2a4 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -107,10 +107,10 @@ interactions: name: Order Amount localIdentifier: dim_1 links: - executionResult: e2985459cb131f7c7d356b4094b5665e0dd68310:3a5aa5b3fc57c1f72de41866b00d2cc1add75bc752e001b6dc78d1c74a55a901 + executionResult: 62772ed2f90f30822deebd066668851b56673049:dfba74c3a7cc122ae054abd9d7f3de674b145ee7f0f5cf1e70ffb664c36e0895 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/e2985459cb131f7c7d356b4094b5665e0dd68310%3A3a5aa5b3fc57c1f72de41866b00d2cc1add75bc752e001b6dc78d1c74a55a901?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/62772ed2f90f30822deebd066668851b56673049%3Adfba74c3a7cc122ae054abd9d7f3de674b145ee7f0f5cf1e70ffb664c36e0895?offset=0%2C0&limit=512%2C256 body: null headers: Accept: diff --git a/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_show_all_values.yaml b/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_show_all_values.yaml index d7528e2c9..c8650a24b 100644 --- a/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_show_all_values.yaml +++ b/packages/gooddata-sdk/tests/table/fixtures/table_with_attribute_show_all_values.yaml @@ -69,7 +69,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 7956b8b4-e13c-4e69-b4e0-797a1b53f200 + - f2185909-cdd8-475d-b8e7-9ede480e91e6 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -103,10 +103,10 @@ interactions: - localIdentifier: metric1 localIdentifier: dim_1 links: - executionResult: 91be15b027fa02f3119d9968d8820a1170609db3:716c66898addd719ebe544fd4202ce2548cc58249a7b9dd58975bf1362609525 + executionResult: 2e8f0ef1b89f2d931e21ada2531c79798bdd498d:de6dfbd4c97b7b6a2439a5eee3340bea59f80275747e87624b56abe1545585f4 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/91be15b027fa02f3119d9968d8820a1170609db3%3A716c66898addd719ebe544fd4202ce2548cc58249a7b9dd58975bf1362609525?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/2e8f0ef1b89f2d931e21ada2531c79798bdd498d%3Ade6dfbd4c97b7b6a2439a5eee3340bea59f80275747e87624b56abe1545585f4?offset=0%2C0&limit=512%2C256 body: null headers: Accept: @@ -447,7 +447,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 46323b5f-3f34-437a-bbd3-dc1875e9f410 + - dad732c2-a37d-4c3f-bf47-497455629296 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -481,10 +481,10 @@ interactions: - localIdentifier: metric1 localIdentifier: dim_1 links: - executionResult: b2f5e5bf97c867c22ae31ca478470adcc129c906:640997b31b142e80bea09ef6193940820a4ada24dbbe02005cf6911eed5c9de2 + executionResult: 9fecf5919ecc9de5fd121a90c9204cb9821ec8e8:4ac03de1a27242ead997f711d63732443671332e130cdaeec1a4492fe773969e - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b2f5e5bf97c867c22ae31ca478470adcc129c906%3A640997b31b142e80bea09ef6193940820a4ada24dbbe02005cf6911eed5c9de2?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/9fecf5919ecc9de5fd121a90c9204cb9821ec8e8%3A4ac03de1a27242ead997f711d63732443671332e130cdaeec1a4492fe773969e?offset=0%2C0&limit=512%2C256 body: null headers: Accept: @@ -821,7 +821,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 99abd273-f953-4a94-a602-f4d2dd293fb5 + - 1e4b8e47-84c4-444a-a251-ae036ff324b1 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -855,10 +855,10 @@ interactions: - localIdentifier: metric1 localIdentifier: dim_1 links: - executionResult: 39858c7efb40851b8f50bc9a3012c03c348d3a0a:c881753c77047679f9da7f39ea7b75f2a473178d0ee998c265cf0028dc5dd9ac + executionResult: c03128f61fd42b708775bcee3a78ce87e610681c:fb8e45a91e6a35d2a8eae5faedcf15137fc72a899a6d405db0385512d85ec606 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/39858c7efb40851b8f50bc9a3012c03c348d3a0a%3Ac881753c77047679f9da7f39ea7b75f2a473178d0ee998c265cf0028dc5dd9ac?offset=0%2C0&limit=512%2C256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/c03128f61fd42b708775bcee3a78ce87e610681c%3Afb8e45a91e6a35d2a8eae5faedcf15137fc72a899a6d405db0385512d85ec606?offset=0%2C0&limit=512%2C256 body: null headers: Accept: diff --git a/packages/gooddata-sdk/tests/table/fixtures/table_with_just_attribute.yaml b/packages/gooddata-sdk/tests/table/fixtures/table_with_just_attribute.yaml index 5c88b9dda..73bdc4d45 100644 --- a/packages/gooddata-sdk/tests/table/fixtures/table_with_just_attribute.yaml +++ b/packages/gooddata-sdk/tests/table/fixtures/table_with_just_attribute.yaml @@ -56,7 +56,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - 14358f29-e283-4119-a3d9-566d812d2b6f + - 78411af7-6932-41f7-bcb0-a2d46e6b5913 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -82,10 +82,10 @@ interactions: valueType: TEXT localIdentifier: dim_0 links: - executionResult: fc08106481e859ba38823a0d1fce0f2841ee96b1:4dbe3689160c97cb36b7a28309cae6b279e30d8eddb03c17b326d6941effcd8e + executionResult: 262a71ea16d547fb15b223dcfe4f5db3fb950e7d:d835c91493e5eaf0589bf5c4241c89e7e262b1c41adcb03913b1f93ea9871236 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/fc08106481e859ba38823a0d1fce0f2841ee96b1%3A4dbe3689160c97cb36b7a28309cae6b279e30d8eddb03c17b326d6941effcd8e?offset=0&limit=512 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/262a71ea16d547fb15b223dcfe4f5db3fb950e7d%3Ad835c91493e5eaf0589bf5c4241c89e7e262b1c41adcb03913b1f93ea9871236?offset=0&limit=512 body: null headers: Accept: diff --git a/packages/gooddata-sdk/tests/table/fixtures/table_with_just_metric.yaml b/packages/gooddata-sdk/tests/table/fixtures/table_with_just_metric.yaml index 68a9b7d52..f2fd54d29 100644 --- a/packages/gooddata-sdk/tests/table/fixtures/table_with_just_metric.yaml +++ b/packages/gooddata-sdk/tests/table/fixtures/table_with_just_metric.yaml @@ -60,7 +60,7 @@ interactions: X-Content-Type-Options: - nosniff X-Gdc-Cancel-Token: - - b5bca899-13f2-4bc3-a895-238fcd14786d + - 266d3a20-b5d6-4bc2-a508-592a9ed3fe46 X-GDC-TRACE-ID: *id001 X-Xss-Protection: - '0' @@ -75,10 +75,10 @@ interactions: name: Order Amount localIdentifier: dim_0 links: - executionResult: 992af09d979e4fe9eb8da5a84b06c74e498c846d:b76292e2bc7789ad2d66956c84fbecaa20596d78cc3dbd8cf94605ee186c466c + executionResult: bdb0bb076ba45bbdabb27533183e20c12410e7f3:b60320ff7064ab2cec5e97446eb78462bbb6b02eac326623b335e70b54691d87 - request: method: GET - uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/992af09d979e4fe9eb8da5a84b06c74e498c846d%3Ab76292e2bc7789ad2d66956c84fbecaa20596d78cc3dbd8cf94605ee186c466c?offset=0&limit=256 + uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/bdb0bb076ba45bbdabb27533183e20c12410e7f3%3Ab60320ff7064ab2cec5e97446eb78462bbb6b02eac326623b335e70b54691d87?offset=0&limit=256 body: null headers: Accept: diff --git a/schemas/gooddata-afm-client.json b/schemas/gooddata-afm-client.json index f7d41eb58..0ed993f05 100644 --- a/schemas/gooddata-afm-client.json +++ b/schemas/gooddata-afm-client.json @@ -3453,7 +3453,7 @@ "type": "object" }, "LlmProviderConfig": { - "description": "Provider configuration to test.", + "description": "Provider configuration overrides.", "oneOf": [ { "$ref": "#/components/schemas/AwsBedrockProviderConfig" @@ -5404,6 +5404,31 @@ ], "type": "object" }, + "TestLlmProviderByIdRequest": { + "properties": { + "models": { + "description": "Models overrides.", + "items": { + "$ref": "#/components/schemas/LlmModel" + }, + "type": "array" + }, + "providerConfig": { + "oneOf": [ + { + "$ref": "#/components/schemas/AwsBedrockProviderConfig" + }, + { + "$ref": "#/components/schemas/AzureFoundryProviderConfig" + }, + { + "$ref": "#/components/schemas/OpenAIProviderConfig" + } + ] + } + }, + "type": "object" + }, "TestLlmProviderDefinitionRequest": { "properties": { "models": { @@ -5560,6 +5585,112 @@ ], "type": "object" }, + "TrendingObjectItem": { + "description": "Trending analytics catalog objects", + "properties": { + "createdAt": { + "description": "Timestamp when object was created.", + "format": "date-time", + "type": "string" + }, + "createdBy": { + "description": "ID of the user who created the object.", + "type": "string" + }, + "datasetId": { + "description": "ID of the associated dataset, if applicable.", + "type": "string" + }, + "datasetTitle": { + "description": "Title of the associated dataset, if applicable.", + "type": "string" + }, + "datasetType": { + "description": "Type of the associated dataset, if applicable.", + "type": "string" + }, + "description": { + "description": "Object description.", + "type": "string" + }, + "id": { + "description": "Object ID.", + "type": "string" + }, + "isHidden": { + "description": "If true, this object is hidden from AI search results by default.", + "type": "boolean" + }, + "isHiddenFromKda": { + "description": "If true, this object is hidden from KDA.", + "type": "boolean" + }, + "metricType": { + "description": "Type of the metric (e.g. MAQL), if applicable.", + "type": "string" + }, + "modifiedAt": { + "description": "Timestamp when object was last modified.", + "format": "date-time", + "type": "string" + }, + "modifiedBy": { + "description": "ID of the user who last modified the object.", + "type": "string" + }, + "tags": { + "items": { + "description": "Tags assigned to the object.", + "type": "string" + }, + "type": "array" + }, + "title": { + "description": "Object title.", + "type": "string" + }, + "type": { + "description": "Object type, e.g. dashboard, visualization, metric.", + "type": "string" + }, + "usageCount": { + "description": "Number of times this object has been used/referenced.", + "format": "int32", + "type": "integer" + }, + "visualizationUrl": { + "description": "URL of the visualization, if applicable.", + "type": "string" + }, + "workspaceId": { + "description": "Workspace ID the object belongs to.", + "type": "string" + } + }, + "required": [ + "id", + "tags", + "title", + "type", + "usageCount", + "workspaceId" + ], + "type": "object" + }, + "TrendingObjectsResult": { + "properties": { + "objects": { + "items": { + "$ref": "#/components/schemas/TrendingObjectItem" + }, + "type": "array" + } + }, + "required": [ + "objects" + ], + "type": "object" + }, "TriggerQualityIssuesCalculationResponse": { "properties": { "processId": { @@ -5957,6 +6088,15 @@ } } ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TestLlmProviderByIdRequest" + } + } + } + }, "responses": { "200": { "content": { @@ -6136,6 +6276,41 @@ ] } }, + "/api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects": { + "get": { + "description": "Returns a list of trending objects for this workspace", + "operationId": "trendingObjects", + "parameters": [ + { + "description": "Workspace identifier", + "in": "path", + "name": "workspaceId", + "required": true, + "schema": { + "pattern": "^(?!\\.)[.A-Za-z0-9_-]{1,255}$", + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TrendingObjectsResult" + } + } + }, + "description": "OK" + } + }, + "summary": "Get Trending Analytics Catalog Objects", + "tags": [ + "Smart Functions", + "actions" + ] + } + }, "/api/v1/actions/workspaces/{workspaceId}/ai/chat": { "post": { "description": "(BETA) Combines multiple use cases such as search, create visualizations, ...", diff --git a/schemas/gooddata-api-client.json b/schemas/gooddata-api-client.json index d3c38d784..629668d6e 100644 --- a/schemas/gooddata-api-client.json +++ b/schemas/gooddata-api-client.json @@ -10874,6 +10874,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -26000,6 +26001,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -26099,6 +26101,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -26238,6 +26241,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -27743,6 +27747,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -27842,6 +27847,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -30097,6 +30103,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -30196,6 +30203,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -30361,6 +30369,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -30460,6 +30469,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -30882,7 +30892,7 @@ "type": "object" }, "LlmProviderConfig": { - "description": "Provider configuration to test.", + "description": "Provider configuration overrides.", "oneOf": [ { "$ref": "#/components/schemas/AwsBedrockProviderConfig" @@ -33143,6 +33153,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -34663,6 +34674,31 @@ ], "type": "object" }, + "TestLlmProviderByIdRequest": { + "properties": { + "models": { + "description": "Models overrides.", + "items": { + "$ref": "#/components/schemas/LlmModel" + }, + "type": "array" + }, + "providerConfig": { + "oneOf": [ + { + "$ref": "#/components/schemas/AwsBedrockProviderConfig" + }, + { + "$ref": "#/components/schemas/AzureFoundryProviderConfig" + }, + { + "$ref": "#/components/schemas/OpenAIProviderConfig" + } + ] + } + }, + "type": "object" + }, "TestLlmProviderDefinitionRequest": { "properties": { "models": { @@ -34933,6 +34969,112 @@ ], "type": "object" }, + "TrendingObjectItem": { + "description": "Trending analytics catalog objects", + "properties": { + "createdAt": { + "description": "Timestamp when object was created.", + "format": "date-time", + "type": "string" + }, + "createdBy": { + "description": "ID of the user who created the object.", + "type": "string" + }, + "datasetId": { + "description": "ID of the associated dataset, if applicable.", + "type": "string" + }, + "datasetTitle": { + "description": "Title of the associated dataset, if applicable.", + "type": "string" + }, + "datasetType": { + "description": "Type of the associated dataset, if applicable.", + "type": "string" + }, + "description": { + "description": "Object description.", + "type": "string" + }, + "id": { + "description": "Object ID.", + "type": "string" + }, + "isHidden": { + "description": "If true, this object is hidden from AI search results by default.", + "type": "boolean" + }, + "isHiddenFromKda": { + "description": "If true, this object is hidden from KDA.", + "type": "boolean" + }, + "metricType": { + "description": "Type of the metric (e.g. MAQL), if applicable.", + "type": "string" + }, + "modifiedAt": { + "description": "Timestamp when object was last modified.", + "format": "date-time", + "type": "string" + }, + "modifiedBy": { + "description": "ID of the user who last modified the object.", + "type": "string" + }, + "tags": { + "items": { + "description": "Tags assigned to the object.", + "type": "string" + }, + "type": "array" + }, + "title": { + "description": "Object title.", + "type": "string" + }, + "type": { + "description": "Object type, e.g. dashboard, visualization, metric.", + "type": "string" + }, + "usageCount": { + "description": "Number of times this object has been used/referenced.", + "format": "int32", + "type": "integer" + }, + "visualizationUrl": { + "description": "URL of the visualization, if applicable.", + "type": "string" + }, + "workspaceId": { + "description": "Workspace ID the object belongs to.", + "type": "string" + } + }, + "required": [ + "id", + "tags", + "title", + "type", + "usageCount", + "workspaceId" + ], + "type": "object" + }, + "TrendingObjectsResult": { + "properties": { + "objects": { + "items": { + "$ref": "#/components/schemas/TrendingObjectItem" + }, + "type": "array" + } + }, + "required": [ + "objects" + ], + "type": "object" + }, "TriggerAutomationRequest": { "properties": { "automation": { @@ -36453,6 +36595,15 @@ } } ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TestLlmProviderByIdRequest" + } + } + } + }, "responses": { "200": { "content": { @@ -38344,6 +38495,41 @@ ] } }, + "/api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/trendingObjects": { + "get": { + "description": "Returns a list of trending objects for this workspace", + "operationId": "trendingObjects", + "parameters": [ + { + "description": "Workspace identifier", + "in": "path", + "name": "workspaceId", + "required": true, + "schema": { + "pattern": "^(?!\\.)[.A-Za-z0-9_-]{1,255}$", + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TrendingObjectsResult" + } + } + }, + "description": "OK" + } + }, + "summary": "Get Trending Analytics Catalog Objects", + "tags": [ + "Smart Functions", + "actions" + ] + } + }, "/api/v1/actions/workspaces/{workspaceId}/ai/chat": { "post": { "description": "(BETA) Combines multiple use cases such as search, create visualizations, ...", diff --git a/schemas/gooddata-metadata-client.json b/schemas/gooddata-metadata-client.json index baaa8cc58..6ca3201e5 100644 --- a/schemas/gooddata-metadata-client.json +++ b/schemas/gooddata-metadata-client.json @@ -9061,6 +9061,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -23179,6 +23180,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -23278,6 +23280,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -23417,6 +23420,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -24922,6 +24926,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -25021,6 +25026,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -27276,6 +27282,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -27375,6 +27382,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -27540,6 +27548,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -27639,6 +27648,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE", @@ -29132,6 +29142,7 @@ "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS", "MAX_ZOOM_LEVEL", "SORT_CASE_SENSITIVE", + "SORT_COLLATION", "METRIC_FORMAT_OVERRIDE", "ENABLE_AI_ON_DATA", "API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE",