mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(sqllab): Do not strip comments when executing SQL statements (#27725)
This commit is contained in:
@@ -419,7 +419,6 @@ def execute_sql_statements(
|
||||
# Breaking down into multiple statements
|
||||
parsed_query = ParsedQuery(
|
||||
rendered_query,
|
||||
strip_comments=True,
|
||||
engine=db_engine_spec.engine,
|
||||
)
|
||||
if not db_engine_spec.run_multiple_statements_as_one:
|
||||
|
||||
Reference in New Issue
Block a user