This is an automated email from the ASF dual-hosted git repository. enzomartellucci pushed a commit to branch enxdev/fix/dbt-cloud-panel in repository https://gitbox.apache.org/repos/asf/superset.git
commit b5011dacc55f322bb42909f1224d95c3967bcf66 Merge: 6b24475089 37d58a476c Author: Enzo Martellucci <[email protected]> AuthorDate: Fri Nov 14 16:46:28 2025 +0100 Merge branch 'master' into enxdev/fix/dbt-cloud-panel .../src/components/Tabs/Tabs.test.tsx | 107 ++++++-- .../superset-ui-core/src/components/Tabs/Tabs.tsx | 10 + .../src/query/normalizeTimeColumn.ts | 1 + .../superset-ui-core/src/query/types/Column.ts | 5 + .../test/query/normalizeTimeColumn.test.ts | 1 + .../plugins/plugin-chart-echarts/src/controls.tsx | 2 +- .../plugin-chart-echarts/src/utils/series.ts | 9 + .../test/Timeseries/buildQuery.test.ts | 59 ++-- .../plugins/plugin-chart-table/src/TableChart.tsx | 32 ++- .../plugin-chart-table/test/TableChart.test.tsx | 282 ++++++++++++++++--- .../DashboardBuilder/DashboardBuilder.test.tsx | 136 ++++++++-- .../DashboardBuilder/DashboardBuilder.tsx | 2 +- .../DashboardBuilder/DashboardContainer.tsx | 1 + .../src/dashboard/components/DashboardGrid.jsx | 3 + .../dashboard/components/DashboardGrid.test.jsx | 80 ++++-- .../dashboard/components/Header/Header.test.tsx | 131 +++++++++ .../src/dashboard/components/Header/index.jsx | 18 +- .../components/gridComponents/Tab/Tab.jsx | 46 +++- .../components/gridComponents/Tab/Tab.test.tsx | 97 ++++++- .../gridComponents/TabsRenderer/TabsRenderer.tsx | 1 + .../src/dashboard/reducers/dashboardState.js | 20 +- .../src/dashboard/util/charts/useAllChartIds.ts | 29 ++ .../src/dashboard/util/getChartIdsFromComponent.ts | 44 +++ superset-frontend/src/features/home/Menu.tsx | 1 - superset/charts/data/api.py | 39 ++- superset/connectors/sqla/models.py | 8 +- superset/models/helpers.py | 72 ++++- superset/sql/parse.py | 3 +- superset/superset_typing.py | 1 + superset/translations/es/LC_MESSAGES/messages.po | 204 +++++++++----- tests/integration_tests/charts/data/api_tests.py | 18 +- tests/unit_tests/models/helpers_test.py | 297 +++++++++++++++++++++ tests/unit_tests/sql/parse_tests.py | 13 + 33 files changed, 1549 insertions(+), 223 deletions(-)
