MCPcopy
hub / github.com/apache/superset / sql_tables

Method sql_tables

superset/models/sql_lab.py:166–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164
165 @property
166 def sql_tables(self) -> List[Table]:
167 return list(ParsedQuery(self.sql).tables)
168
169 def raise_for_access(self) -> None:
170 """

Callers

nothing calls this directly

Calls 1

ParsedQueryClass · 0.90

Tested by

no test coverage detected