-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
FEAT add metadata routing to splitters #22765
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
FEAT add metadata routing to splitters #22765
Conversation
ready for review @lorentzenchr @thomasjpfan @jnothman |
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.
Thanks for the follow up PR!
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.
Btw, I'm quite happy with this. Just waiting to see the resolution of @thomasjpfan's comments.
@thomasjpfan I'm not sure what I should do here now. |
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.
Minor comment about test, otherwise 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.
I’d also prefer if we are testing the objects not their reprs, but I know we’ve done so in the base sample props implementation
Merging - updated the test as requested. |
* FEAT add metadata routing to splitters * forgot black * add end of file line * ignore mypy error * SIMPLE_SPLITTERS -> NO_GROUP_SPLITTERS * simplify comment * add notes on what the tests do * improve test and avoid using repr
This PR adds metadata routing to splitters.
*Group*
splitters requestgroups
asREQUESTED
by default.