-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add command for asset metadata re-extraction #1545
Conversation
9b4bf72
to
1bc1612
Compare
76bb321
to
fb9f5dd
Compare
What's your plan @AlmightyYakob here - wasn't it close to completion? |
I unfortunately fell behind on this, as other things took priority. There are still logistical issues to work out on this PR, and at the moment my current priority is the embargo re-design. After that, I could take another pass at this. |
this might be relevant in the scope/to address
embargo is a curse! ;) we should see how to move this from the stalled point. attn @waxlamp |
fb9f5dd
to
c8d8680
Compare
in principle even is related here since we might want to redo extraction upon dandischema upgrade. @jjnesbitt do you have plans to get back to this PR? |
639b8bc
to
d5b9668
Compare
I believe this is ready to go. @jwodder or @yarikoptic can you verify that the |
755904c
to
295857a
Compare
295857a
to
ed4c2d0
Compare
Looks good to me. I would have tried on some asset on staging and checked how/if metadata got changed. |
Could you point out a good asset on staging for this kind of test? |
sorry, I don't have any specific one in mind. I could only suggest some random sensible one, e.g. what about this one |
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 can't speak to the NWB/dandi CLI code correctness, but the rest of the logic looks fine to me. Just some suggestions to use .iterator()
when iterating over querysets when possible.
567bbe3
to
9a6b4f4
Compare
9a6b4f4
to
8038258
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.
If you rebase, the playwright tests should pass (see #2042)
8038258
to
637d2b7
Compare
🚀 PR was released in |
Closes #1450
Closes #1118