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
Feature 941 #1072
Feature 941 #1072
Changes from 66 commits
ad4ab1f
dbbef3c
d096160
a53434f
16c7026
c61ba15
f84250e
7d9122d
1801cf1
599fc1a
b356bf2
793a078
f448613
66b9a08
c833c26
6cc564e
8b7b82e
48c32e5
6d727e9
8ad760b
3f100b4
fb7b61b
b51da2c
6d3c016
7912a24
55c579b
92d4324
5fb7cf8
cf9afc1
ddf8623
b54860d
a05e548
1365e92
bbcfbd5
9e8cdf1
5d90797
94be491
cff577f
5ff80fb
3383166
7ed96af
c051896
f5d62d7
3783a95
dacba14
3b404cd
5d0fe68
158925a
d112a21
06edb53
f43003c
4516f4d
0f2faf7
9b0ab34
7ab6427
e251fcc
e8bfb4b
2ff67bc
3254260
eb8bf3d
a06838f
bed3d51
a38c27d
053070d
5df1401
5b387c7
60e5427
89e2df8
8e1a5b5
3c006aa
ed5d1dd
0976c07
225bf84
2aae8ac
3d0e732
be5706b
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.
@anushka-singh - sorry for all the back and forth ...
with the latest changes to add
.with_for_update().one()
I am now receiving error:"Arguments: (AttributeError("'DatasetLock' object has no attribute 'update'"),)"
I think for we have 2 options:
def release_lock()
we can handle the update the same as for acquire lockThere 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.
Hmm, that is really weird. I did not come across this issue in my testing!
But I have pushed out another revision with solution (1). Please LMK if its fixed now. I will also try it out again on my end.
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.
will do - trying again now