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

villebro pushed a change to branch 0.37
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 98329fb  chore: update version and changelog
     new 4655723  fix(chart-data-api): assert referenced columns are present in 
datasource (#10451)
     new 1f3a93b  fix(legacy-druid): undefined filter key (#10931)
     new 315acf4  fix(jinja): make context attrs private on SQL templates 
(#10934)
     new 2fd965c  fix: simply is_adhoc_metric (#10964)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset/charts/schemas.py                        |  2 +-
 superset/common/query_context.py                  | 16 ++++
 superset/connectors/druid/models.py               |  2 +-
 superset/connectors/sqla/models.py                | 17 ++++-
 superset/jinja_context.py                         | 36 ++++-----
 superset/utils/core.py                            | 54 ++++++++++----
 superset/viz.py                                   | 18 +++++
 tests/core_tests.py                               | 19 +++++
 tests/query_context_tests.py                      | 91 ++++++++++++++++++++---
 tests/superset_test_custom_template_processors.py |  2 +-
 10 files changed, 206 insertions(+), 51 deletions(-)

Reply via email to