Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic TransformationRule: IndexMappingTypeRemoval #783

Merged
merged 51 commits into from
Jul 10, 2024

Conversation

peternied
Copy link
Member

Description

Adding in a formal transformation rule into the codebase, these should be applicable with in RFS, TrafficCapture, or other systems by supporting the Entity interface on types that are supported. Created and wired up IndexMappingTypeRemoval into RFS.

Note: This is a minimal building block for future metadata / transformation work; replayer support, refactoring existing transformations, version management, rules grouping, audit entries are out of scope for this pull request. There can be considerable investment in this space built off of this change.

Testing

Example test cases for the transformer and end to end test to support.

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Copy link
Member

@chelma chelma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, I like where things are going. Had some comments/questions though. Thanks!

Copy link
Member

@chelma chelma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all the work on this one!

Signed-off-by: Peter Nied <[email protected]>
@peternied peternied merged commit c6b1cc9 into opensearch-project:main Jul 10, 2024
11 of 13 checks passed
@peternied peternied deleted the transformer-min branch July 10, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants