This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 3d71e69a68 fix(charts): missing globalOpacity prop with mapbox (#37168)
add 84972a7d6b fix(database): include `configuration_method` in the DB
export/import flow (#36958)
No new revisions were added by this update.
Summary of changes:
superset/databases/api.py | 1 +
superset/databases/schemas.py | 7 +
superset/models/core.py | 1 +
tests/integration_tests/databases/api_tests.py | 1 +
.../integration_tests/databases/commands_tests.py | 1 +
tests/unit_tests/databases/api_test.py | 149 +++++++++++++++++++++
tests/unit_tests/datasets/commands/export_test.py | 1 +
7 files changed, 161 insertions(+)