This is an automated email from the ASF dual-hosted git repository.
aminghadersohi pushed a change to branch mcp-chart-tools-rearch
in repository https://gitbox.apache.org/repos/asf/superset.git
from 42a293a6643 fix(mcp): address Bito review — log bare exception in
schemas, remove redundant annotation quotes
add f7c93e99694 style: ruff-format auto-format fix
No new revisions were added by this update.
Summary of changes:
.../advanced_data_type/plugins/internet_address.py | 6 +--
.../advanced_data_type/plugins/internet_port.py | 6 +--
superset/daos/base.py | 4 +-
superset/databases/api.py | 50 +++++++++++++---------
superset/datasets/api.py | 21 +++++----
superset/datasource/api.py | 10 +++--
superset/mcp_service/chart/schemas.py | 4 +-
superset/queries/api.py | 5 ++-
superset/reports/api.py | 6 +--
superset/tags/api.py | 10 +++--
superset/tasks/api.py | 5 ++-
superset/themes/api.py | 24 +++++------
superset/utils/excel.py | 6 +--
superset/utils/mock_data.py | 7 ++-
superset/views/log/api.py | 5 ++-
tests/integration_tests/datasource_tests.py | 14 +++---
.../db_engine_specs/presto_tests.py | 12 +++---
tests/integration_tests/security/api_tests.py | 10 +++--
tests/unit_tests/commands/export_test.py | 20 ++++++---
.../common/test_query_context_factory.py | 4 +-
.../datasets/test_datetime_format_detector.py | 4 +-
tests/unit_tests/db_engine_specs/test_starrocks.py | 4 +-
tests/unit_tests/security/guest_rls_test.py | 4 +-
tests/unit_tests/test_viz_cache_key.py | 4 +-
tests/unit_tests/utils/test_core.py | 5 ++-
25 files changed, 145 insertions(+), 105 deletions(-)