This is an automated email from the ASF dual-hosted git repository.
msyavuz pushed a change to branch msyavuz/feat/datasource-analyzer
in repository https://gitbox.apache.org/repos/asf/superset.git
from 96d8f66758 feat(datasource-editor): add schema editor for AI-analyzed
tables and columns (#36736)
add a706133733 feat: Import new metadata for Dashboard Templates (#36677)
No new revisions were added by this update.
Summary of changes:
superset/commands/chart/delete.py | 2 +-
superset/commands/chart/update.py | 2 +-
.../commands/dashboard/importers/v1/__init__.py | 67 ++-
superset/commands/importers/v1/utils.py | 8 +
superset/datasets/schemas.py | 1 +
superset/security/manager.py | 5 +-
tests/integration_tests/charts/api_tests.py | 1 +
tests/integration_tests/dashboards/api_tests.py | 1 +
tests/integration_tests/databases/api_tests.py | 485 +++++++++++----------
tests/integration_tests/datasets/api_tests.py | 1 +
10 files changed, 315 insertions(+), 258 deletions(-)