You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/03/12 01:18:14 UTC

[superset] branch master updated (901acd9 -> 1470e70)

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

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


    from 901acd9  feat(native-filters): add sort option to select filter (#13569)
     add 1470e70  feat: add option to load big/wide tables (#13448)

No new revisions were added by this update.

Summary of changes:
 superset/cli.py               |  17 ++++-
 superset/examples/__init__.py |   1 +
 superset/examples/big_data.py |  49 +++++++++++++
 superset/utils/data.py        | 165 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 229 insertions(+), 3 deletions(-)
 create mode 100644 superset/examples/big_data.py
 create mode 100644 superset/utils/data.py