mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +00:00
TDD-style validation of #25839: ensures get_virtual_table_metadata calls the template processor with the raw SQL before passing the result to sqlglot, so that a virtual dataset containing {{ from_dttm }} or other Jinja tokens doesn't produce an "Invalid SQL" error when the user clicks SYNC COLUMNS. Closes #25839 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>