MCPcopy Index your code
hub / github.com/apache/superset / sql_tables

Method sql_tables

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

Source from the content-addressed store, hash-verified

234
235 @property
236 def sql_tables(self) -> List[Table]:
237 return list(ParsedQuery(self.sql).tables)
238
239 @property
240 def last_run_humanized(self) -> str:

Callers

nothing calls this directly

Calls 1

ParsedQueryClass · 0.90

Tested by

no test coverage detected