You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2021/08/02 08:56:55 UTC

[superset] branch master updated (46188c1 -> a786373)

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

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


    from 46188c1  fix(explore): calculate query staleness correctly (#15994)
     add a786373  feat: auto sync table columns when change dataset (#15887)

No new revisions were added by this update.

Summary of changes:
 .../datasource/DatasourceEditor_spec.jsx           |   3 +-
 .../src/datasource/DatasourceEditor.jsx            |  25 ++++-
 superset/connectors/sqla/models.py                 |  83 ++--------------
 superset/connectors/sqla/utils.py                  | 110 +++++++++++++++++++++
 superset/security/manager.py                       |   1 +
 superset/views/datasource.py                       |  46 +++++++++
 tests/integration_tests/datasource_tests.py        |  75 +++++++++++++-
 7 files changed, 261 insertions(+), 82 deletions(-)
 create mode 100644 superset/connectors/sqla/utils.py