This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 68c03f501c fix(trino): update query progress using cursor stats
(#36872)
add 16f1bb5b88 fix(SQLLab): remove error icon displayed when writing Jinja
SQL even when the script is correct (#36422)
No new revisions were added by this update.
Summary of changes:
superset/commands/database/validate_sql.py | 44 ++++
tests/integration_tests/databases/api_tests.py | 109 ++++++++
.../commands/databases/validate_sql_test.py | 279 +++++++++++++++++++++
3 files changed, 432 insertions(+)
create mode 100644 tests/unit_tests/commands/databases/validate_sql_test.py