This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 6954114 feat: add Echarts Graph chart (#13111)
add 0a00153 feat(chart-data): add rowcount, timegrain and column result
types (#13271)
No new revisions were added by this update.
Summary of changes:
superset/charts/schemas.py | 27 ++++--
superset/common/query_actions.py | 182 ++++++++++++++++++++++++++++++++++++
superset/common/query_context.py | 117 +++++++----------------
superset/common/query_object.py | 26 +++++-
superset/connectors/druid/models.py | 5 +
superset/connectors/sqla/models.py | 14 ++-
superset/utils/cache.py | 1 +
superset/utils/core.py | 19 +++-
tests/charts/api_tests.py | 43 ++++++++-
tests/charts/schema_tests.py | 2 +-
tests/db_engine_specs/hive_tests.py | 1 -
tests/query_context_tests.py | 1 -
12 files changed, 339 insertions(+), 99 deletions(-)
create mode 100644 superset/common/query_actions.py