chore(sqllab): Do not strip comments when executing SQL statements (#27725)

This commit is contained in:
John Bodley
2024-04-03 19:24:39 -07:00
committed by GitHub
parent 601432ad82
commit 5ed48760fb
2 changed files with 21 additions and 17 deletions

View File

@@ -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: