a-s-g93 / neo4j-runway

End to end solution for migrating CSV data into a Neo4j graph using an LLM for the data discovery and graph data modeling stages.
https://a-s-g93.github.io/neo4j-runway/
Apache License 2.0
103 stars 15 forks source link

add tests for load_csv and cypher generation, fix load csv bug #113

Closed a-s-g93 closed 3 months ago

a-s-g93 commented 3 months ago

Description

Fix bug in LoadCSVCodeGenerator class where the cypher code wasn't being properly generated Added unit tests for combined cypher generation and LoadCSVCodeGenerator

Type of Change

Complexity

LOW

How Has This Been Tested?

Checklist

The following requirements should have been met (depending on the changes in the branch):