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 fcb39f9 [form-data] Deleting obsolete Superset.get_form_data method
(#8390)
add 876d329 [fix] make names non-nullable (#8371)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 4 +
superset/connectors/druid/models.py | 6 +-
superset/connectors/sqla/models.py | 2 +-
.../b6fa807eac07_make_names_non_nullable.py | 123 +++++++++++++++++++++
superset/models/core.py | 4 +-
tests/core_tests.py | 4 +-
tests/db_engine_specs_test.py | 2 +-
tests/druid_tests.py | 22 +++-
tests/model_tests.py | 12 +-
tests/sqla_models_tests.py | 12 +-
10 files changed, 174 insertions(+), 17 deletions(-)
create mode 100644
superset/migrations/versions/b6fa807eac07_make_names_non_nullable.py