You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2024/03/25 15:07:24 UTC

(superset) branch master updated (235670244e -> d87422527b)

This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 235670244e test(Migration to RTL): Refactor ActivityTable.test.tsx from Enzyme to RTL (#27422)
     add d87422527b feat(jinja): metric macro (#27582)

No new revisions were added by this update.

Summary of changes:
 docs/docs/installation/sql-templating.mdx    |  14 +
 superset/jinja_context.py                    |  70 +++
 tests/integration_tests/sqla_models_tests.py |  55 +++
 tests/unit_tests/jinja_context_test.py       | 672 ++++++++++++++++++++++++++-
 tests/unit_tests/test_jinja_context.py       | 305 ------------
 5 files changed, 806 insertions(+), 310 deletions(-)
 delete mode 100644 tests/unit_tests/test_jinja_context.py