Skip to content
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 dynamic relationship creation #1085

Open
wants to merge 2 commits into
base: memgraph-3-0
Choose a base branch
from

Conversation

Josipmrden
Copy link
Contributor

Release note

Added dynamic relationship creation.

Related product PRs

memgraph/memgraph#2558

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

@Josipmrden Josipmrden added customer feature Documentation related to a new product feature of feature update labels Dec 31, 2024
@Josipmrden Josipmrden added this to the Memgraph 3.0 milestone Dec 31, 2024
@Josipmrden Josipmrden self-assigned this Dec 31, 2024
Copy link

vercel bot commented Dec 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 9:57am

@gitbuda gitbuda changed the base branch from main to memgraph-3-0 December 31, 2024 12:03
@gitbuda gitbuda changed the title Dynamic relationship creation Add dynamic relationship creation Dec 31, 2024
Comment on lines 291 to 294
```cypher
LOAD CSV FROM "/path-to/people_nodes_wh.csv" WITH HEADER AS row
CREATE (p:row.label {id: row.id, name: row.name});
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You left this example as well. Is this by mistake?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer feature Documentation related to a new product feature of feature update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants