refactor: Remove unused code
This commit is contained in:
parent
2921021ca3
commit
920bc78f15
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ async def migrate_relational_database(
|
||||||
Both TableType and TableRow inherit from DataPoint to maintain consistency with Cognee data model.
|
Both TableType and TableRow inherit from DataPoint to maintain consistency with Cognee data model.
|
||||||
"""
|
"""
|
||||||
# Create a mapping of node_id to node objects for referencing in edge creation
|
# Create a mapping of node_id to node objects for referencing in edge creation
|
||||||
node_mapping = {}
|
|
||||||
edge_mapping = []
|
|
||||||
|
|
||||||
if schema_only:
|
if schema_only:
|
||||||
node_mapping, edge_mapping = await schema_only_ingestion()
|
node_mapping, edge_mapping = await schema_only_ingestion()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue