You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2021/11/11 13:37:10 UTC

[superset] branch master updated (8756c90 -> 28944f5)

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

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


    from 8756c90  fix(dashboard): don't show report modal for anonymous user (#17106)
     add 28944f5  refactor move chart_data_apis from ChartRestApi ChartDataRestApi in seperate module (#17400)

No new revisions were added by this update.

Summary of changes:
 superset/charts/api.py                             | 291 +---------------
 .../charts => superset/charts/data}/__init__.py    |   0
 superset/charts/data/api.py                        | 365 +++++++++++++++++++++
 superset/initialization/__init__.py                |   2 +
 superset/reports/commands/execute.py               |   2 +-
 5 files changed, 369 insertions(+), 291 deletions(-)
 copy {tests/unit_tests/charts => superset/charts/data}/__init__.py (100%)
 create mode 100644 superset/charts/data/api.py