Skip to content

Commit 8be6a5a

Browse files
authored
Merge pull request #1312 from hkad98/jkd/memory-items
feat: add support of memory_items to CatalogDeclarativeAnalyticsLayer
2 parents c5ab0bb + 12c91bc commit 8be6a5a

File tree

247 files changed

+5228
-2628
lines changed

Some content is hidden

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

247 files changed

+5228
-2628
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ docs/JsonApiCustomApplicationSettingPatchDocument.md
545545
docs/JsonApiCustomApplicationSettingPostOptionalId.md
546546
docs/JsonApiCustomApplicationSettingPostOptionalIdDocument.md
547547
docs/JsonApiCustomGeoCollectionIn.md
548+
docs/JsonApiCustomGeoCollectionInAttributes.md
548549
docs/JsonApiCustomGeoCollectionInDocument.md
549550
docs/JsonApiCustomGeoCollectionOut.md
550551
docs/JsonApiCustomGeoCollectionOutDocument.md
@@ -903,6 +904,7 @@ docs/JsonApiVisualizationObjectPostOptionalIdDocument.md
903904
docs/JsonApiVisualizationObjectToManyLinkage.md
904905
docs/JsonApiVisualizationObjectToOneLinkage.md
905906
docs/JsonApiWorkspaceAutomationOut.md
907+
docs/JsonApiWorkspaceAutomationOutAttributes.md
906908
docs/JsonApiWorkspaceAutomationOutIncludes.md
907909
docs/JsonApiWorkspaceAutomationOutList.md
908910
docs/JsonApiWorkspaceAutomationOutRelationships.md
@@ -978,6 +980,8 @@ docs/LocalIdentifier.md
978980
docs/LocaleRequest.md
979981
docs/ManageDashboardPermissionsRequestInner.md
980982
docs/ManagePermissionsApi.md
983+
docs/MatchAttributeFilter.md
984+
docs/MatchAttributeFilterMatchAttributeFilter.md
981985
docs/MeasureDefinition.md
982986
docs/MeasureExecutionResultHeader.md
983987
docs/MeasureGroupHeaders.md
@@ -1796,6 +1800,7 @@ gooddata_api_client/model/json_api_custom_application_setting_patch_document.py
17961800
gooddata_api_client/model/json_api_custom_application_setting_post_optional_id.py
17971801
gooddata_api_client/model/json_api_custom_application_setting_post_optional_id_document.py
17981802
gooddata_api_client/model/json_api_custom_geo_collection_in.py
1803+
gooddata_api_client/model/json_api_custom_geo_collection_in_attributes.py
17991804
gooddata_api_client/model/json_api_custom_geo_collection_in_document.py
18001805
gooddata_api_client/model/json_api_custom_geo_collection_out.py
18011806
gooddata_api_client/model/json_api_custom_geo_collection_out_document.py
@@ -2154,6 +2159,7 @@ gooddata_api_client/model/json_api_visualization_object_post_optional_id_documen
21542159
gooddata_api_client/model/json_api_visualization_object_to_many_linkage.py
21552160
gooddata_api_client/model/json_api_visualization_object_to_one_linkage.py
21562161
gooddata_api_client/model/json_api_workspace_automation_out.py
2162+
gooddata_api_client/model/json_api_workspace_automation_out_attributes.py
21572163
gooddata_api_client/model/json_api_workspace_automation_out_includes.py
21582164
gooddata_api_client/model/json_api_workspace_automation_out_list.py
21592165
gooddata_api_client/model/json_api_workspace_automation_out_relationships.py
@@ -2224,6 +2230,8 @@ gooddata_api_client/model/list_links_all_of.py
22242230
gooddata_api_client/model/local_identifier.py
22252231
gooddata_api_client/model/locale_request.py
22262232
gooddata_api_client/model/manage_dashboard_permissions_request_inner.py
2233+
gooddata_api_client/model/match_attribute_filter.py
2234+
gooddata_api_client/model/match_attribute_filter_match_attribute_filter.py
22272235
gooddata_api_client/model/measure_definition.py
22282236
gooddata_api_client/model/measure_execution_result_header.py
22292237
gooddata_api_client/model/measure_group_headers.py

gooddata-api-client/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,7 @@ Class | Method | HTTP request | Description
16461646
- [JsonApiCustomApplicationSettingPostOptionalId](docs/JsonApiCustomApplicationSettingPostOptionalId.md)
16471647
- [JsonApiCustomApplicationSettingPostOptionalIdDocument](docs/JsonApiCustomApplicationSettingPostOptionalIdDocument.md)
16481648
- [JsonApiCustomGeoCollectionIn](docs/JsonApiCustomGeoCollectionIn.md)
1649+
- [JsonApiCustomGeoCollectionInAttributes](docs/JsonApiCustomGeoCollectionInAttributes.md)
16491650
- [JsonApiCustomGeoCollectionInDocument](docs/JsonApiCustomGeoCollectionInDocument.md)
16501651
- [JsonApiCustomGeoCollectionOut](docs/JsonApiCustomGeoCollectionOut.md)
16511652
- [JsonApiCustomGeoCollectionOutDocument](docs/JsonApiCustomGeoCollectionOutDocument.md)
@@ -2004,6 +2005,7 @@ Class | Method | HTTP request | Description
20042005
- [JsonApiVisualizationObjectToManyLinkage](docs/JsonApiVisualizationObjectToManyLinkage.md)
20052006
- [JsonApiVisualizationObjectToOneLinkage](docs/JsonApiVisualizationObjectToOneLinkage.md)
20062007
- [JsonApiWorkspaceAutomationOut](docs/JsonApiWorkspaceAutomationOut.md)
2008+
- [JsonApiWorkspaceAutomationOutAttributes](docs/JsonApiWorkspaceAutomationOutAttributes.md)
20072009
- [JsonApiWorkspaceAutomationOutIncludes](docs/JsonApiWorkspaceAutomationOutIncludes.md)
20082010
- [JsonApiWorkspaceAutomationOutList](docs/JsonApiWorkspaceAutomationOutList.md)
20092011
- [JsonApiWorkspaceAutomationOutRelationships](docs/JsonApiWorkspaceAutomationOutRelationships.md)
@@ -2074,6 +2076,8 @@ Class | Method | HTTP request | Description
20742076
- [LocalIdentifier](docs/LocalIdentifier.md)
20752077
- [LocaleRequest](docs/LocaleRequest.md)
20762078
- [ManageDashboardPermissionsRequestInner](docs/ManageDashboardPermissionsRequestInner.md)
2079+
- [MatchAttributeFilter](docs/MatchAttributeFilter.md)
2080+
- [MatchAttributeFilterMatchAttributeFilter](docs/MatchAttributeFilterMatchAttributeFilter.md)
20772081
- [MeasureDefinition](docs/MeasureDefinition.md)
20782082
- [MeasureExecutionResultHeader](docs/MeasureExecutionResultHeader.md)
20792083
- [MeasureGroupHeaders](docs/MeasureGroupHeaders.md)

gooddata-api-client/docs/AFMFiltersInner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**relative_date_filter** | [**RelativeDateFilterRelativeDateFilter**](RelativeDateFilterRelativeDateFilter.md) | | [optional]
1313
**negative_attribute_filter** | [**NegativeAttributeFilterNegativeAttributeFilter**](NegativeAttributeFilterNegativeAttributeFilter.md) | | [optional]
1414
**positive_attribute_filter** | [**PositiveAttributeFilterPositiveAttributeFilter**](PositiveAttributeFilterPositiveAttributeFilter.md) | | [optional]
15+
**match_attribute_filter** | [**MatchAttributeFilterMatchAttributeFilter**](MatchAttributeFilterMatchAttributeFilter.md) | | [optional]
1516
**inline** | [**InlineFilterDefinitionInline**](InlineFilterDefinitionInline.md) | | [optional]
1617

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

gooddata-api-client/docs/AbsoluteDateFilterAbsoluteDateFilter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
88
**_from** | **str** | |
99
**to** | **str** | |
1010
**apply_on_result** | **bool** | | [optional]
11-
**include_empty_values** | **bool** | If true, rows with undefined (NULL) date values will be included in the result. The filter becomes: (date_condition) OR (date IS NULL). If false or not set, standard behavior applies (NULLs excluded by the date condition). | [optional]
1211
**local_identifier** | **str** | | [optional]
1312
**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]
1413

gooddata-api-client/docs/ActionsApi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ with gooddata_api_client.ApiClient() as api_client:
490490
),
491491
],
492492
deep_search=False,
493+
enable_hybrid_search=False,
493494
exclude_tags=[
494495
"exclude_tags_example",
495496
],
@@ -1526,7 +1527,7 @@ with gooddata_api_client.ApiClient() as api_client:
15261527
elements_request = ElementsRequest(
15271528
cache_id="cache_id_example",
15281529
complement_filter=False,
1529-
data_sampling_percentage=100,
1530+
data_sampling_percentage=100.0,
15301531
depends_on=[
15311532
ElementsRequestDependsOnInner(None),
15321533
],
@@ -7473,6 +7474,7 @@ with gooddata_api_client.ApiClient() as api_client:
74737474
),
74747475
],
74757476
),
7477+
interval="DAY",
74767478
trigger="ALWAYS",
74777479
),
74787480
analytical_dashboard=DeclarativeAnalyticalDashboardIdentifier(

gooddata-api-client/docs/AttributeFilter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**negative_attribute_filter** | [**NegativeAttributeFilterNegativeAttributeFilter**](NegativeAttributeFilterNegativeAttributeFilter.md) | | [optional]
99
**positive_attribute_filter** | [**PositiveAttributeFilterPositiveAttributeFilter**](PositiveAttributeFilterPositiveAttributeFilter.md) | | [optional]
10+
**match_attribute_filter** | [**MatchAttributeFilterMatchAttributeFilter**](MatchAttributeFilterMatchAttributeFilter.md) | | [optional]
1011
**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]
1112

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

gooddata-api-client/docs/AutomationAlert.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**condition** | [**AutomationAlertCondition**](AutomationAlertCondition.md) | |
88
**execution** | [**AlertAfm**](AlertAfm.md) | |
9-
**trigger** | **str** | Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met. | [optional] if omitted the server will use the default value of "ALWAYS"
9+
**interval** | **str** | Date granularity for the interval of ONCE_PER_INTERVAL trigger. Supported granularities: DAY, WEEK, MONTH, QUARTER, YEAR. | [optional]
10+
**trigger** | **str** | Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met. ONCE_PER_INTERVAL - alert is triggered when the condition is met, then suppressed for the interval. If no interval is specified, it behaves as ALWAYS. | [optional] if omitted the server will use the default value of "ALWAYS"
1011
**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]
1112

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

gooddata-api-client/docs/AutomationsApi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ with gooddata_api_client.ApiClient() as api_client:
9191
),
9292
],
9393
),
94+
interval="DAY",
9495
trigger="ALWAYS",
9596
),
9697
are_relations_valid=True,
@@ -995,6 +996,7 @@ with gooddata_api_client.ApiClient() as api_client:
995996
),
996997
],
997998
),
999+
interval="DAY",
9981000
trigger="ALWAYS",
9991001
),
10001002
are_relations_valid=True,
@@ -1674,6 +1676,7 @@ with gooddata_api_client.ApiClient() as api_client:
16741676
),
16751677
],
16761678
),
1679+
interval="DAY",
16771680
trigger="ALWAYS",
16781681
),
16791682
analytical_dashboard=DeclarativeAnalyticalDashboardIdentifier(
@@ -2000,6 +2003,7 @@ with gooddata_api_client.ApiClient() as api_client:
20002003
),
20012004
],
20022005
),
2006+
interval="DAY",
20032007
trigger="ALWAYS",
20042008
),
20052009
analytical_dashboard=DeclarativeAnalyticalDashboardIdentifier(
@@ -2841,6 +2845,7 @@ with gooddata_api_client.ApiClient() as api_client:
28412845
),
28422846
],
28432847
),
2848+
interval="DAY",
28442849
trigger="ALWAYS",
28452850
),
28462851
are_relations_valid=True,

gooddata-api-client/docs/ChangeAnalysisParamsFiltersInner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**relative_date_filter** | [**RelativeDateFilterRelativeDateFilter**](RelativeDateFilterRelativeDateFilter.md) | | [optional]
1313
**negative_attribute_filter** | [**NegativeAttributeFilterNegativeAttributeFilter**](NegativeAttributeFilterNegativeAttributeFilter.md) | | [optional]
1414
**positive_attribute_filter** | [**PositiveAttributeFilterPositiveAttributeFilter**](PositiveAttributeFilterPositiveAttributeFilter.md) | | [optional]
15+
**match_attribute_filter** | [**MatchAttributeFilterMatchAttributeFilter**](MatchAttributeFilterMatchAttributeFilter.md) | | [optional]
1516
**inline** | [**InlineFilterDefinitionInline**](InlineFilterDefinitionInline.md) | | [optional]
1617
**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]
1718

gooddata-api-client/docs/ComputationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ with gooddata_api_client.ApiClient() as api_client:
392392
elements_request = ElementsRequest(
393393
cache_id="cache_id_example",
394394
complement_filter=False,
395-
data_sampling_percentage=100,
395+
data_sampling_percentage=100.0,
396396
depends_on=[
397397
ElementsRequestDependsOnInner(None),
398398
],

0 commit comments

Comments
 (0)