Closed andrejtonev closed 4 months ago
@antepusic I changed the code a bit. Had some CI problems, not sure why it didn't like the first version...
Related docs:
Hi @andrejtonev, the related how to guide needs to be properly updated (reference guide is automated), and you should rebase to main. We no longer use the develop branch for the release; everything goes directly to the main.
FYI, as discussed, this will be included in the next release (July 10th). Work on Memgraph is a priority, so we can move the milestone due date if you can't make it.
one_to_many: passing field parameters (which already existed but was not used) many_to_many: changed from parameters to column_names_mapping using the mapping and columns to define properties ignoring from to keys when adding properties
Responding to user-made issue. Requesting the ability to define properties on edges. Something similar was already present, but was not used and needed to be expanded to support mappings. Mappings are only supported for many_to_many one_to_many only supports predefined and fixed parameters defined via the configuration file.
Please delete options that are not relevant.
Delete section if this PR doesn't resolve any issues.
Closes #301
######################################
######################################
Do not merge Need to update implementation.
@antepusic @Josipmrden I didn't like my previous implementation. Made a few changes. Please take another look Thanks
@katarinasupe I updated the relevant docs. Changed the example for the one_to_many and added one for many_to_many.
@andrejtonev Merge the latest main for tests to pass. Once the tests pass, feel free to squash and merge.
Define relationship properties in many_to_many via name_mappings and properties field