feat(gooddata-sdk): [AUTO] Add DashboardArbitraryAttributeFilter and DashboardMatchAttributeFilter#1540
Open
yenkins-admin wants to merge 1 commit intomasterfrom
Open
feat(gooddata-sdk): [AUTO] Add DashboardArbitraryAttributeFilter and DashboardMatchAttributeFilter#1540yenkins-admin wants to merge 1 commit intomasterfrom
yenkins-admin wants to merge 1 commit intomasterfrom
Conversation
…DashboardMatchAttributeFilter
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1540 +/- ##
=======================================
Coverage 78.66% 78.66%
=======================================
Files 230 230
Lines 15400 15410 +10
=======================================
+ Hits 12114 12123 +9
- Misses 3286 3287 +1 ☔ 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
uses_arbitrary_valuesoptional parameter toAttributeFilter,PositiveAttributeFilter, andNegativeAttributeFilterincompute/model/filter.py. The field is passed through to the generated API client models when set. Also added unit tests verifying the field is correctly serialized and omitted when not set. The newDashboardArbitraryAttributeFilterandDashboardMatchAttributeFilterschemas only affect the auto-generated client (DashboardFilteroneOf); the SDK has no existing wrappers for dashboard filter types and no SDK changes are needed for them.Impact: new_feature | Services:
gooddata-automation-client,gooddata-export-client,gooddata-metadata-client,gooddata-afm-clientTickets: CQ-2114
Files changed
gooddata-sdk/packages/gooddata-sdk/src/gooddata_sdk/compute/model/filter.pygooddata-sdk/packages/gooddata-sdk/tests/compute_model/test_attribute_filters.pySource commits (gdc-nas)
af3e42dMerge pull request #21504 from gooddata/dho/cq-2114-automation-filters0468f7fMerge pull request #21536 from gooddata/dho/cq-2114-propc9c966bMerge pull request #21589 from gooddata/dho/cq-2114-flagOpenAPI diff
Workflow run
Generated by SDK OpenAPI Sync workflow