-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
New upsert block #3412
New upsert block #3412
Conversation
45726c5
to
378caa0
Compare
d936cba
to
1ebe573
Compare
71f1110
to
62afd15
Compare
c3a0744
to
d4e5dde
Compare
fee6274
to
d153e45
Compare
d153e45
to
6f3c807
Compare
a5d813c
to
4fe3ff1
Compare
Following are now possible (useful in upsert API) * uid(v) <predicate> "object" . * <0x01> <predicate> uid(foo) . For now, we only support uid function. In future, we can add support for more functions.
963a4ee
to
ccc7734
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.
OK
I'll talk to others here this week to understand my problem - looks like everyone else is ok with it.
Reviewable status: 12 of 15 files reviewed, 35 unresolved discussions (waiting on @danielmai, @gitlw, @golangcibot, @manishrjain, and @martinmr)
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.
Reviewable status: 12 of 15 files reviewed, 35 unresolved discussions (waiting on @danielmai, @gitlw, @golangcibot, @manishrjain, and @martinmr)
Following are now possible (useful in upsert API) * uid(v) <predicate> "object" . * <0x01> <predicate> uid(foo) . For now, we only support uid function. In future, we can add support for more functions.
@MichaelJCompton : I can answer that question. |
Following are now possible (useful in upsert API) * uid(v) <predicate> "object" . * <0x01> <predicate> uid(foo) . For now, we only support uid function. In future, we can add support for more functions.
Related to #3197
Fixes #3059
Example upsert operation -
Probably in the next version -
@if
Changes in other repos -
Todo
Add support for tracingTwo query blocks inside upsert block?This change is