From a18370a0fc084fd5140b5b807258c414d27efa81 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Sun, 26 Oct 2025 23:35:00 +0100 Subject: [PATCH] refactor: Remove reference to specific database row --- cognee/tasks/ingestion/migrate_relational_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tasks/ingestion/migrate_relational_database.py b/cognee/tasks/ingestion/migrate_relational_database.py index cd9bcb492..1fd90ee21 100644 --- a/cognee/tasks/ingestion/migrate_relational_database.py +++ b/cognee/tasks/ingestion/migrate_relational_database.py @@ -239,7 +239,7 @@ async def complete_database_ingestion(schema, migrate_column_data): id=uuid5(NAMESPACE_OID, name=column_node_id), name=column_node_id, properties=f"{key} {value} {table_name}", - description=f"column from relational database table={table_name}. Column name={key} and value={value}. The value of the column is related to the following row with this id: {row_node.name}. This column has the following ID: {column_node_id}", + description=f"column from relational database table={table_name}. Column name={key} and value={value}. This column has the following ID: {column_node_id}", ) node_mapping[column_node_id] = column_node