-
Notifications
You must be signed in to change notification settings - Fork 17
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 insert1_skip_full_duplicates
and remove recursive_search
#43
Conversation
Co-authored-by: Dimitri Yatsenko <[email protected]>
insert1_skip_full_duplicates
and recursive_search
deprecation warninginsert1_skip_full_duplicates
and remove recursive_search
Args: | ||
key (str): Key used to search through a nested dictionary | ||
dictionary (dict): Nested dictionary | ||
def insert1_skip_full_duplicates(table, entry): |
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.
Awesome. This will be integrated into DataJoint shortly. datajoint/datajoint-python#1049
Hi @dimitri-yatsenko - Is this ready to merge? |
We tried this out in practice and ran into issues when the secondary attributes were duplicated with a novel primary key. |
As discussed in #42. Stopgap pending feature to datajoint-python (feature request).