-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Implement context accessor for DatasetEvent extra #38481
Conversation
54834d2
to
8380a93
Compare
8380a93
to
712e37b
Compare
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 like the approach as proposed here. Besides the comments to the review, can I kindly request that the existing dataset example is extended such that the "new function" is used there as a good example? Benefit would also be that there is an example existing how to retrieve the extra when receiving the event. At the moment it is a bit complex for somebody trying to figure this out.
e8abd59
to
47da435
Compare
47da435
to
2996db3
Compare
Covered in: #40871 |
See #37810 for details. This implements the
dataset_events
context key to addextra
to a given dataset event that’s to be emitted by the task.I can use some help with how to do the UI part.