Merged
Conversation
Contributor
Author
|
/test |
Collaborator
💚 Build Succeeded
History
cc @aleksmaus |
5 tasks
Contributor
Author
|
👋 This PR is needed for related package changes PR and is currently blocking it. Could anybody take look at it? |
mjwolf
approved these changes
Nov 8, 2024
Member
|
@aleksmaus could you please add some test cases to validate the expected behaviour? |
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.
This change fixes
enabled: falsevalidation.There is a use case where I need to set
enabled: falsefor the field in order to disable indexing of the field but still preserve the source.Defining the fields like this
produces the correct mapping:
but it fails the pipeline test with errors like these:
The fix is to update the validation code path and pass validation if the parent
enabled: falseis set.We need this change in CI eventually in order to be able to build and release the pending integration SDH fixes.
Let me know what else if anything needs to be added to this PR or if there any other pieces like docs need to be updated.
Thanks!