Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
get flow checkpoints endpoint v2: 233 #264
get flow checkpoints endpoint v2: 233 #264
Changes from 49 commits
4cef220
4efee52
a152006
c8dc197
7bfc99e
4e243bb
03383a7
045c639
bcb0729
86f6b99
ac06e3d
3e12bc0
6c11ae8
6d970a3
f470f30
b5eedd9
35e3434
78f5df8
ae211a3
5cc90b5
11f8382
a02929b
c5ec653
a9a341e
c40bb00
45c5613
a698af6
03898a0
1432927
ba9a42f
038edc9
4e7092b
c9af133
5f52ef5
9a662b7
bd74ffa
ea26ced
a4b1302
ae861a5
b90d844
924dcd6
c776515
6a5d27e
9ca353a
1cd9084
a0a2e9d
e5c3710
1fdfa51
8966e5f
98075cf
a489ea4
ef4fb90
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Just documentation:
First instinct to check if flows exists, is to go to the
flows
table. But every flow has at least one partitioning, so at least one record here. And this table is actually used in further queries unlike theflows
table, so caching advantage. Great solution. 👏But as it's a less intuitive solution, please add to the comment why it is done and why it works.