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 69de780 commit bafc8cbCopy full SHA for bafc8cb
text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/databricks_data_dictionary_creator.py
@@ -31,7 +31,6 @@ def extract_table_entities_sql_query(self) -> str:
31
FROM
32
{self.catalog}.INFORMATION_SCHEMA.TABLES t
33
ORDER BY EntitySchema, Entity
34
- LIMIT 1
35
"""
36
37
@property
@@ -44,7 +43,6 @@ def extract_view_entities_sql_query(self) -> str:
44
43
45
{self.catalog}.INFORMATION_SCHEMA.VIEWS v
46
47
48
49
50
def extract_columns_sql_query(self, entity: EntityItem) -> str:
0 commit comments