-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[processor/transform] Add new Context-specific configuration options #15381
[processor/transform] Add new Context-specific configuration options #15381
Conversation
Co-authored-by: Daniel Jaglowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Random community member drive-by go! +1 Looks great!
From what I can tell of the code, it's well formed, adequately tested, and the design is sound (based on observing discussions leading up to this). We are excited to use this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Great work here, this is a big step forward.
Co-authored-by: Evan Bradley <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion on wording, but this is awesome work and I really support this.
Co-authored-by: Kent Quirk <[email protected]>
Description:
Adds new configuration option to specify a context associated with statements. See linked issue for discussion on final config structure.
Old configuration option and all supporting APIs are deprecated and will be removed in a future version.
Link to tracking Issue:
Resolves #14578
Testing:
Unit tests
Documentation:
Updated README