rusackas commented on PR #41127: URL: https://github.com/apache/superset/pull/41127#issuecomment-4968754404
@richardfogaca good catch, thanks. Fixed: for engines with `run_multiple_statements_as_one=True`, we now mutate each statement with `is_split=True` before joining them into the single block, so `MUTATE_AFTER_SPLIT=True` fires per statement there too. Covered in both sync (`sql_lab.py`) and async (`celery_task.py`) tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
