fix(sqllab): Do not strip comments when executing SQL statements (#29248)

This commit is contained in:
John Bodley
2024-06-14 09:38:36 -07:00
committed by GitHub
parent 05829cbda9
commit b50e3af07c
2 changed files with 2 additions and 3 deletions

View File

@@ -60,7 +60,6 @@ class SqlQueryRenderImpl(SqlQueryRender):
parsed_query = ParsedQuery(
query_model.sql,
strip_comments=True,
engine=query_model.database.db_engine_spec.engine,
)
rendered_query = sql_template_processor.process_template(