-
Notifications
You must be signed in to change notification settings - Fork 869
feat: Add cron schedule to customized search attribute #7460
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Neil Xie <[email protected]>
Signed-off-by: Neil Xie <[email protected]>
Signed-off-by: Neil Xie <[email protected]>
Signed-off-by: Neil Xie <[email protected]>
| "BinaryChecksums": { "type": "keyword"}, | ||
| "Passed": { "type": "boolean" } | ||
| "Passed": { "type": "boolean" }, | ||
| "CronSchedule": { "type": "keyword" } |
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.
What is the difference between adding it here and adding it outside Attr property?
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.
Inside attr is the customized search attributes, outside is the system columns
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.
Should we make it a system column?
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 was thinking not all workflows need this field, but it should be ok since the field will not be present in visibility store if we don't send them. And we will no longer need to worry about if oss user has used them in search attribute
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.
Let's add a comment in the description saying if user has their CronSchedule field defined in the customized search attribute, their field's value will be override by our value.
And it could leave compatibility issues as two version of CronSchedule might differ.
|
That is a good idea, I will also mention this in the release note |
Detailed Description
Add cron schedule to visibility customized search attribute
Impact Analysis
Testing Plan
Rollout Plan