This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch explorable
in repository https://gitbox.apache.org/repos/asf/superset.git
from 69aa488c78 Adding get_dataframe
new 922698c91b Add docs
new 3bf3be4432 Dynamic configuration
The 2 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:
chart-request-flow.md | 359 ++++++
query-object-documentation.md | 1299 +++++++++++++++++++++
semantic-layer-architecture.md | 1264 ++++++++++++++++++++
superset/semantic-layer-demo/.gitignore | 8 +
superset/semantic-layer-demo/README.md | 240 ++++
superset/semantic-layer-demo/app.py | 136 +++
superset/semantic-layer-demo/models.py | 283 +++++
superset/semantic-layer-demo/requirements.txt | 5 +
superset/semantic-layer-demo/templates/index.html | 766 ++++++++++++
superset/semantic_layers/snowflake_.py | 57 +-
10 files changed, 4409 insertions(+), 8 deletions(-)
create mode 100644 chart-request-flow.md
create mode 100644 query-object-documentation.md
create mode 100644 semantic-layer-architecture.md
create mode 100644 superset/semantic-layer-demo/.gitignore
create mode 100644 superset/semantic-layer-demo/README.md
create mode 100644 superset/semantic-layer-demo/app.py
create mode 100644 superset/semantic-layer-demo/models.py
create mode 100644 superset/semantic-layer-demo/requirements.txt
create mode 100644 superset/semantic-layer-demo/templates/index.html