mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore: organize SQL parsing files (#30258)
This commit is contained in:
@@ -68,13 +68,12 @@ from superset.exceptions import (
|
||||
)
|
||||
from superset.extensions import feature_flag_manager
|
||||
from superset.jinja_context import BaseTemplateProcessor
|
||||
from superset.sql.parse import SQLScript, SQLStatement
|
||||
from superset.sql_parse import (
|
||||
has_table_query,
|
||||
insert_rls_in_predicate,
|
||||
ParsedQuery,
|
||||
sanitize_clause,
|
||||
SQLScript,
|
||||
SQLStatement,
|
||||
)
|
||||
from superset.superset_typing import (
|
||||
AdhocMetric,
|
||||
|
||||
Reference in New Issue
Block a user