feat(gooddata-sdk): [AUTO] Add AiWorkspaceLimit, AiWorkspaceCount and ENABLE_PARTIAL_DATA_RESULTS#1618
Open
yenkins-admin wants to merge 1 commit into
Open
feat(gooddata-sdk): [AUTO] Add AiWorkspaceLimit, AiWorkspaceCount and ENABLE_PARTIAL_DATA_RESULTS#1618yenkins-admin wants to merge 1 commit into
yenkins-admin wants to merge 1 commit into
Conversation
… ENABLE_PARTIAL_DATA_RESULTS
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1618 +/- ##
=======================================
Coverage 79.01% 79.01%
=======================================
Files 231 231
Lines 15619 15619
=======================================
Hits 12341 12341
Misses 3278 3278 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added three new enum values from the OpenAPI diff to the generated API client models: AiWorkspaceLimit to ApiEntitlement and EntitlementsRequest, ENABLE_PARTIAL_DATA_RESULTS to DeclarativeSetting / JsonApiOrganizationSettingInAttributes / ResolvedSetting, and AiWorkspaceCount to PlatformUsage and PlatformUsageRequest. Also fixed two pre-existing ty 0.0.37 regressions (pyarrow unresolved-import via pyproject.toml, EmptyValueHandling instance-variable annotations in filter.py) so the full validation gate exits 0.
Impact: enum_addition | Services:
gooddata-metadata-clientSource commits (gdc-nas):
ed51dbdby Marcelo G. Almiron — feat: add AI workspace limit enforcementFiles changed
gooddata-api-client/gooddata_api_client/model/api_entitlement.pygooddata-api-client/gooddata_api_client/model/entitlements_request.pygooddata-api-client/gooddata_api_client/model/declarative_setting.pygooddata-api-client/gooddata_api_client/model/json_api_organization_setting_in_attributes.pygooddata-api-client/gooddata_api_client/model/resolved_setting.pygooddata-api-client/gooddata_api_client/model/platform_usage.pygooddata-api-client/gooddata_api_client/model/platform_usage_request.pypackages/gooddata-sdk/pyproject.tomlpackages/gooddata-sdk/src/gooddata_sdk/compute/model/filter.pyAgent decisions
Decisions (3)
updating auto-generated API client models — Directly update allowed_values dicts in gooddata-api-client/ model files
no new tests for enum_addition — No new tests added
pre-existing ty 0.0.37 failures — Fix filter.py EmptyValueHandling annotations and add pyarrow to allowed-unresolved-imports
Assumptions to verify (3)
Layers touched (1)
gooddata-api-client/gooddata_api_client/model/api_entitlement.pygooddata-api-client/gooddata_api_client/model/entitlements_request.pygooddata-api-client/gooddata_api_client/model/declarative_setting.pygooddata-api-client/gooddata_api_client/model/json_api_organization_setting_in_attributes.pygooddata-api-client/gooddata_api_client/model/resolved_setting.pygooddata-api-client/gooddata_api_client/model/platform_usage.pygooddata-api-client/gooddata_api_client/model/platform_usage_request.pyOpenAPI diff
Workflow run
Generated by SDK OpenAPI Sync workflow