[salesforce] Update package to format_version 3.0.0 - #8215
Merged
tommyers-elastic merged 5 commits intoOct 17, 2023
Merged
Conversation
tommyers-elastic
force-pushed
the
update-salesforce-to-format-version-3
branch
from
October 16, 2023 15:53
1fe5ef1 to
8526ae7
Compare
96 tasks
🌐 Coverage report
|
jsoriano
reviewed
Oct 16, 2023
jsoriano
left a comment
Contributor
There was a problem hiding this comment.
@jsoriano is there any way we could make changes in the validation for cases like this to avoid the added overhead in the ingest pipelines?
This validation was already introduced in Package Spec v2.
Try to use append instead of script for this case.
shmsr
reviewed
Oct 16, 2023
tommyers-elastic
force-pushed
the
update-salesforce-to-format-version-3
branch
from
October 16, 2023 17:28
299c256 to
6d8611b
Compare
Member
|
LGTM. Although, CI failed. Format required. |
tommyers-elastic
force-pushed
the
update-salesforce-to-format-version-3
branch
from
October 17, 2023 07:20
6d8611b to
0ad50ba
Compare
shmsr
approved these changes
Oct 17, 2023
|
Package salesforce - 0.11.0 containing this change is available at https://epr.elastic.co/search?package=salesforce |
22 tasks
orestisfl
pushed a commit
to orestisfl/integrations
that referenced
this pull request
May 15, 2026
* [salesforce] update ingest pipelines to ensure 'user.roles' is an array * [salesforce] update to format_version 3 * add validations.yml (i forgot it) * use simpler 'set' processor for 'user.roles' * update sample_event.json for array types
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.
The biggest change here is the modification of the simple
renameprocessors toscriptin order to get the formatting of the list the way elastic-package wants it. I'm not sold on these changes, since it adds complexity for no change in behaviour.@jsoriano is there any way we could make changes in the validation for cases like this to avoid the added overhead in the ingest pipelines?