We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc0e92 commit a34b2d5Copy full SHA for a34b2d5
text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/data_dictionary_creator.py
@@ -361,7 +361,6 @@ async def extract_entity_relationships(self) -> list[EntityRelationship]:
361
relationship.foreign_warehouse = self.warehouse
362
relationship.foreign_database = self.database
363
relationship.foreign_catalog = self.catalog
364
- logging.info(relationship)
365
366
# Duplicate relationships to create a complete graph
367
0 commit comments