mirror of
https://github.com/apache/superset.git
synced 2026-09-01 04:51:23 +00:00
superset/sql/parse.py added has_quoted_table_location() and
is_show_statement()/has_show_statement() in a32225646c but the coverage
gate for tests/unit_tests/sql/ requires 100%; add direct unit tests
for the base-class defaults and the SQLStatement/SQLScript overrides.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>