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

[bug] Automated Graph Update for ArangoDB Backend on Collection Addition #1648

Closed
kanchan-dhamane opened this issue Jan 21, 2024 · 0 comments · Fixed by #1649
Closed

[bug] Automated Graph Update for ArangoDB Backend on Collection Addition #1648

kanchan-dhamane opened this issue Jan 21, 2024 · 0 comments · Fixed by #1649
Labels
bug Something isn't working

Comments

@kanchan-dhamane
Copy link
Contributor

Describe the bug
During the initialization of the GraphQL setup in GUAC, the graphql connects to ArangoDB and checks for the existence of a graph. If a graph is present, the setup skips creation of new graph. However, when a new collection is added in code, and the graph already exists, it does not update graph to accommodate the new collection.

To Reproduce

  1. Use 0.3.0 version GraphQL image to setup GraphQL a ArangoDB
  2. Update the GraphQL deployment to use 0.4.0 version GraphQL image
  3. Try ingesting data in using gucone collect files command

Expected behavior
Update a graph, whenever a new collection is added via code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant