This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 9edfc8f chore(ts): convert base js files to typescript (#9826)
add 7f6dbf8 style: enforcing mypy typing for connectors (#9824)
No new revisions were added by this update.
Summary of changes:
setup.cfg | 4 +-
superset/connectors/base/models.py | 61 ++++++-----
superset/connectors/base/views.py | 3 +-
superset/connectors/druid/models.py | 210 ++++++++++++++++++++++--------------
superset/connectors/druid/views.py | 25 ++---
superset/connectors/sqla/models.py | 132 ++++++++++++++---------
superset/connectors/sqla/views.py | 18 ++--
superset/db_engine_specs/base.py | 2 +-
superset/errors.py | 3 +-
superset/jinja_context.py | 32 ++++--
superset/sql_parse.py | 2 +-
superset/typing.py | 12 +++
superset/utils/core.py | 25 +++--
superset/utils/import_datasource.py | 13 ++-
superset/views/base.py | 28 +++--
superset/viz.py | 32 +++---
superset/viz_sip38.py | 30 ++++--
17 files changed, 392 insertions(+), 240 deletions(-)