This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch fix-examples-not-loading
in repository https://gitbox.apache.org/repos/asf/superset.git
omit c4b134a8caa fix(examples): use backend check instead of hardcoding
'main' schema
omit feee7b861a3 fix(examples): handle SQLite 'main' schema as None
omit 5869cb31b31 chore(examples): add verbose logging for chart and
dashboard imports
omit d37f3fb1a7f fix(examples): apply default schema in data loading path
omit ba914f9785f fix(examples): sync unique constraint fields before
import_from_dict
omit c3d7ff03e0a chore(examples): add diagnostic logging to import flow
omit 85c438d634c test(examples): add tests for schema=None fallback and
data_file override
omit 42ae0fd818c fix(examples): convert string UUID to UUID object for mypy
compliance
omit 869c98e5103 fix(examples): recover dataset_info on MultipleResultsFound
omit 3586d58b253 fix(examples): address PR review feedback for UUID/schema
handling
omit 8e20e38b9a1 test(examples): add comprehensive tests for UUID/schema
handling
omit 908359a1b52 fix(examples): set and backfill schema on SqlaTable
creation
omit 2a9292e4ada fix(examples): add schema to _find_dataset lookup to
prevent cross-schema collisions
omit cbff869c2d8 fix(examples): extract _find_dataset helper for UUID-first
lookup
omit 124a1b0510d fix(examples): preserve UUIDs from YAML configs in
load_parquet_table
add 9c0337d092c fix(explore): correct `validationDependancies` typo to
`validationDependencies` (#37554)
add c16e8f747ca chore(deps-dev): bump css-loader from 7.1.2 to 7.1.3 in
/superset-frontend (#37544)
add d6029f5c8ac chore(deps): bump dependencies to address security
vulnerabilities (#37552)
add ab4f646ef60 chore(deps): bump @babel/core from 7.28.5 to 7.28.6 in
/docs (#37540)
add c7fd1a2f659 chore(deps-dev): bump @types/node from 25.0.10 to 25.1.0
in /superset-websocket (#37539)
add 2cce0308d4e fix: big number drill to details column data (#37068)
add fa79a467e41 chore(deps): bump googleapis from 170.1.0 to 171.0.0 in
/superset-frontend (#37564)
add e67b1f53266 chore(deps-dev): bump baseline-browser-mapping from 2.9.18
to 2.9.19 in /superset-frontend (#37565)
add 652d029a2d9 chore(deps-dev): bump @types/node from 25.0.10 to 25.1.0
in /superset-frontend (#37563)
add 1f43138888e chore(deps): bump babel-loader from 9.2.1 to 10.0.0 in
/docs (#37541)
add 66519c3a852 chore(deps-dev): bump fetch-mock from 11.1.5 to 12.6.0 in
/superset-frontend/packages/superset-ui-core (#36662)
add 570cc3e5f8b feat(sqllab): treeview table selection ui (#37298)
add 9764a844027 fix(charts): Table chart shows an error on row limit
(#37218)
add 1ee14c59931 fix(mcp): improve prompts, resources, and instructions
clarity (#37389)
add 6043e7e7e32 fix: more DB OAuth2 fixes (#37398)
add 05c23549976 feat: AWS Cross-Account IAM Authentication for Aurora
(#37585)
add 5d20dc57d76 feat(oauth2): add PKCE support for database OAuth2
authentication (#37067)
add 004f02746fc fix(build): Increase ForkTsCheckerWebpackPlugin memory
limit to fix OOM error (#37583)
add 70b95ca1b98 fix(build): eliminate PostgreSQL extra installation on
Python 3.12-based Superset Docker images (#37587)
add d95a3d84269 chore(deps-dev): bump @applitools/eyes-storybook from
3.63.9 to 3.63.10 in /superset-frontend (#37566)
add 901dca58f79 chore(deps): bump JustinBeckwith/linkinator-action from
2.3 to 2.4 (#37562)
add ae10e105c2c fix(chart): enable cross-filter on bar charts without
dimensions (#37407)
add 61bd8f0cf26 chore(deps): bump use-query-params from 1.2.3 to 2.2.2 in
/superset-frontend (#36997)
add 4a7cdccdad5 fix: Heatmap does not render correctly on normalization
(#37208)
add a6a66ca4832 feat: Dataset folders editor (#36239)
add bd654690918 chore(deps-dev): bump globals from 17.2.0 to 17.3.0 in
/docs (#37599)
add 2d35ed23918 chore(deps-dev): bump @babel/runtime-corejs3 from 7.28.6
to 7.29.0 in /superset-frontend (#37605)
add f2b6c395cdf feat: Add PWA file handler for CSV/XLS/Parquet uploads
(#36191)
add 11257c05369 fix(examples): skip URI safety check for system imports
(#37577)
add 0e1890bbf90 test(examples): add tests for UUID threading and security
bypass
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c4b134a8caa)
\
N -- N -- N refs/heads/fix-examples-not-loading (0e1890bbf90)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/superset-docs-verify.yml | 2 +-
.pre-commit-config.yaml | 1 +
docker/pythonpath_dev/superset_config.py | 2 +-
docs/package.json | 6 +-
docs/static/feature-flags.json | 6 +
docs/yarn.lock | 249 ++---
pyproject.toml | 4 +-
requirements/base.in | 10 +-
requirements/base.txt | 14 +-
requirements/development.txt | 30 +-
superset-frontend/jest.config.js | 2 +-
superset-frontend/package-lock.json | 285 ++++--
superset-frontend/package.json | 18 +-
.../components/ColumnTypeLabel/ColumnTypeLabel.tsx | 7 +-
.../src/components/MetricOption.tsx | 2 +-
.../test/components/ColumnTypeLabel.test.tsx | 4 +
.../packages/superset-ui-core/package.json | 4 +-
.../src/components/Button/index.tsx | 2 +-
.../src/components/Icons/AntdEnhanced.tsx | 14 +
.../src/components/Icons/index.tsx | 2 +
.../components/ListViewCard/ImageLoader.test.tsx | 25 +-
.../superset-ui-core/src/utils/featureFlags.ts | 1 +
.../packages/superset-ui-core/src/utils/index.ts | 1 +
.../Input/Input.test.tsx => utils/withLabel.ts} | 38 +-
.../superset-ui-core/src/validator/index.ts | 1 +
.../src/validator/legacyValidateInteger.ts | 2 +-
.../src/validator/legacyValidateNumber.ts | 2 +-
.../stringifyAndTrim.ts => validator/types.ts} | 11 +-
.../src/validator/validateInteger.ts | 2 +-
.../src/validator/validateMapboxStylesUrl.ts | 2 +-
.../src/validator/validateMaxValue.ts | 5 +-
.../src/validator/validateNonEmpty.ts | 2 +-
.../src/validator/validateNumber.ts | 2 +-
.../src/validator/validateServerPagination.ts | 2 +-
.../validator/validateTimeComparisonRangeValues.ts | 12 +-
.../test/chart/clients/ChartClient.test.ts | 5 +-
.../test/connection/SupersetClient.test.ts | 17 +-
.../test/connection/SupersetClientClass.test.ts | 109 +-
.../test/connection/callApi/callApi.test.ts | 141 +--
.../callApi/callApiAndParseWithTimeout.test.ts | 9 +-
.../test/connection/callApi/parseResponse.test.ts | 17 +-
.../query/api/legacy/getDatasourceMetadata.test.ts | 5 +-
.../test/query/api/legacy/getFormData.test.ts | 5 +-
.../test/query/api/v1/getChartData.test.ts | 6 +-
.../test/query/api/v1/makeApi.test.ts | 20 +-
.../test/time-comparison/fetchTimeRange.test.ts | 26 +-
.../test/validator/validateMaxValue.test.ts | 4 +-
.../src/controlPanel.tsx | 7 +-
.../src/BigNumber/BigNumberViz.tsx | 6 +-
.../BigNumberWithTrendline/transformProps.test.ts | 1 +
.../plugin-chart-echarts/src/BigNumber/types.ts | 1 +
.../src/Heatmap/transformProps.ts | 29 +-
.../src/Histogram/controlPanel.tsx | 8 +-
.../src/Timeseries/EchartsTimeseries.test.tsx | 90 ++
.../src/Timeseries/EchartsTimeseries.tsx | 77 +-
.../src/Timeseries/transformProps.ts | 1 +
.../src/Timeseries/transformers.ts | 7 +-
.../test/BigNumber/transformProps.test.ts | 3 +
.../test/Heatmap/buildQuery.test.ts | 82 ++
.../test/Heatmap/transformProps.test.ts | 68 ++
.../test/Timeseries/transformers.test.ts | 28 +
.../plugin-chart-table/src/controlPanel.tsx | 10 +-
superset-frontend/spec/helpers/ProviderWrapper.tsx | 12 +-
.../spec/helpers/jsDomWithFetchAPI.ts | 1 +
superset-frontend/spec/helpers/shim.tsx | 4 +
superset-frontend/spec/helpers/testing-library.tsx | 7 +-
.../src/SqlLab/actions/sqlLab.test.js | 229 +++--
.../src/SqlLab/components/AppLayout/index.tsx | 6 +-
.../EditorAutoSync/EditorAutoSync.test.tsx | 42 +-
.../EditorWrapper/useAnnotations.test.ts | 34 +-
.../components/EditorWrapper/useKeywords.test.ts | 6 +-
.../ExploreCtasResultsButton.test.tsx | 4 +-
.../components/PopEditorTab/PopEditorTab.test.tsx | 14 +-
.../QueryAutoRefresh/QueryAutoRefresh.test.tsx | 6 +-
.../components/QueryHistory/QueryHistory.test.tsx | 8 +-
.../SqlLab/components/ResultSet/ResultSet.test.tsx | 14 +-
.../src/SqlLab/components/SaveQuery/index.tsx | 1 +
.../ShareSqlLabQuery/ShareSqlLabQuery.test.tsx | 21 +-
.../SqlLab/components/SqlEditor/SqlEditor.test.tsx | 27 +-
.../SqlEditorLeftBar/SqlEditorLeftBar.test.tsx | 239 +----
.../SqlLab/components/SqlEditorLeftBar/index.tsx | 259 ++---
.../SqlLab/components/SqlEditorTopBar/index.tsx | 14 +-
.../SqlEditorTopBar/useDatabaseSelector.ts | 4 +-
.../TabbedSqlEditors/TabbedSqlEditors.test.tsx | 2 +-
.../components/TableElement/TableElement.test.tsx | 59 +-
.../TableExploreTree/TableExploreTree.test.tsx | 241 +++++
.../TableExploreTree/TreeNodeRenderer.tsx | 243 +++++
.../SqlLab/components/TableExploreTree/index.tsx | 335 +++++++
.../SqlLab/components/TableExploreTree}/types.ts | 24 +-
.../components/TableExploreTree/useTreeData.ts | 339 +++++++
.../components/TablePreview/TablePreview.test.tsx | 26 +-
superset-frontend/src/SqlLab/constants.ts | 1 +
superset-frontend/src/SqlLab/contributions.ts | 1 +
.../assets/images/icons/move.svg} | Bin 1466 -> 1468 bytes
.../assets/images/icons/sigma.svg} | Bin 1045 -> 1013 bytes
.../src/assets/images/pwa/icon-192.png | Bin 0 -> 9097 bytes
.../src/assets/images/pwa/icon-512.png | Bin 0 -> 25535 bytes
.../src/assets/images/pwa/screenshot-narrow.png | Bin 0 -> 100187 bytes
.../src/assets/images/pwa/screenshot-wide.png | Bin 0 -> 253025 bytes
.../components/Chart/DrillBy/DrillByModal.test.tsx | 36 +-
.../Chart/DrillBy/DrillBySubmenu.test.tsx | 2 +-
.../Chart/DrillDetail/DrillDetailPane.test.tsx | 2 +-
.../src/components/Chart/chartActions.test.js | 51 +-
.../DatabaseSelector/DatabaseSelector.test.tsx | 42 +-
.../src/components/DatabaseSelector/index.tsx | 206 +++-
.../src/components/DatabaseSelector/types.ts | 1 +
.../ChangeDatasourceModal.test.jsx | 8 +-
.../DatasourceModal/DatasourceModal.test.jsx | 26 +-
.../DatasourceModal.useModal.test.tsx | 4 +-
.../Datasource/DatasourceModal/index.tsx | 10 +-
.../FoldersEditor/FoldersEditor.test.tsx | 545 ++++++++++
.../Datasource/FoldersEditor/TreeItem.styles.ts | 214 ++++
.../Datasource/FoldersEditor/TreeItem.tsx | 396 ++++++++
.../FoldersEditor/VirtualizedTreeItem.tsx | 220 +++++
.../FoldersEditor/VirtualizedTreeList.tsx | 229 +++++
.../components/DragOverlayContent.tsx | 75 ++
.../components/FoldersToolbarComponent.tsx | 78 ++
.../components/ResetConfirmModal.tsx} | 50 +-
.../Datasource/FoldersEditor/components}/index.ts | 4 +-
.../Datasource/FoldersEditor/constants.ts | 60 ++
.../FoldersEditor/folderOperations.test.ts | 217 ++++
.../Datasource/FoldersEditor/folderOperations.ts | 217 ++++
.../Datasource/FoldersEditor/folderValidation.ts | 109 ++
.../FoldersEditor/hooks/useAutoScroll.ts | 191 ++++
.../FoldersEditor/hooks/useDragHandlers.ts | 663 +++++++++++++
.../FoldersEditor/hooks/useHeightCache.ts | 81 ++
.../FoldersEditor/hooks/useItemHeights.ts | 89 ++
.../components/Datasource/FoldersEditor/index.tsx | 467 +++++++++
.../components/Datasource/FoldersEditor/sensors.ts | 47 +
.../components/Datasource/FoldersEditor/styles.tsx | 90 ++
.../Datasource/FoldersEditor/treeUtils.test.ts | 669 +++++++++++++
.../Datasource/FoldersEditor/treeUtils.ts | 332 +++++++
.../Datasource/FoldersEditor}/types.ts | 16 +-
.../DatasourceEditor/DatasourceEditor.jsx | 52 +
.../DatasetUsageTab/DatasetUsageTab.test.tsx | 4 +-
.../tests/DatasourceEditor.test.tsx | 30 +-
.../tests/DatasourceEditor.test.utils.tsx | 29 +-
.../tests/DatasourceEditorCurrency.test.tsx | 8 +-
.../src/components/Datasource/types.ts | 6 +
.../components/ImportModal/ImportModal.test.tsx | 12 +-
.../src/components/ListView/ListView.test.tsx | 23 +-
.../TableSelector/TableSelector.test.tsx | 43 +-
.../src/components/TableSelector/index.tsx | 7 +-
.../src/components/Tag/utils.test.tsx | 24 +-
.../OverwriteConfirmModal.test.tsx | 24 +-
.../PropertiesModal/PropertiesModal.test.tsx | 2 +-
.../URLShortLinkButton/URLShortLinkButton.test.tsx | 13 +-
.../menu/ShareMenuItems/ShareMenuItems.test.tsx | 12 +-
.../ScopingModal/ScopingModal.test.tsx | 11 +-
.../nativeFilters/FilterBar/FilterBar.test.tsx | 25 +-
.../FilterBarSettings/FilterBarSettings.test.tsx | 4 +-
.../FiltersConfigForm/ColumnSelect.test.tsx | 2 +-
.../FiltersConfigForm/DatasetSelect.test.tsx | 6 +-
.../src/embedded/EmbeddedContextProviders.tsx | 11 +-
.../src/explore/actions/datasourcesActions.test.ts | 8 +-
.../src/explore/actions/saveModalActions.test.ts | 78 +-
.../DataTablesPane/test/DataTablesPane.test.tsx | 14 +-
.../test/ResultsPaneOnDashboard.test.tsx | 2 +-
.../DataTablesPane/test/SamplesPane.test.tsx | 2 +-
.../DatasourcePanel/DatasourcePanel.test.tsx | 23 +-
.../DatasourcePanel/DatasourcePanelItem.test.tsx | 14 +-
.../transformDatasourceFolders.test.ts | 61 +-
.../DatasourcePanel/transformDatasourceFolders.ts | 5 +-
.../explore/components/DatasourcePanel/types.ts | 18 +-
.../ExploreChartHeader/ExploreChartHeader.test.tsx | 3 -
.../ExploreChartPanel/ExploreChartPanel.test.jsx | 6 +-
.../ExploreViewContainer.test.tsx | 12 +-
.../PropertiesModal/PropertiesModal.test.tsx | 2 +-
.../src/explore/components/SaveModal.test.jsx | 22 +-
.../AnnotationLayer.test.tsx | 6 +-
.../DatasourceControl/DatasourceControl.test.tsx | 142 +--
...AdhocFilterEditPopoverSimpleTabContent.test.tsx | 20 +-
.../MetricControl/FilterDefinitionOption.tsx | 4 +-
.../explore/components/controls/ViewQuery.test.tsx | 60 +-
.../components/controls/ViewQueryModal.test.tsx | 59 +-
.../src/explore/controlUtils/getControlState.ts | 3 +-
.../src/explore/reducers/exploreReducer.js | 4 +-
.../src/extensions/ExtensionsList.test.tsx | 16 +-
.../src/extensions/ExtensionsManager.test.ts | 4 +-
.../src/extensions/ExtensionsStartup.test.tsx | 4 +-
.../src/features/alerts/AlertReportModal.test.tsx | 74 +-
.../features/allEntities/AllEntitiesTable.test.tsx | 7 -
.../databases/DatabaseModal/index.test.tsx | 10 +-
.../UploadDataModel/UploadDataModal.test.tsx | 19 +-
.../features/databases/UploadDataModel/index.tsx | 20 +-
.../AddDataset/EditDataset/EditDataset.test.tsx | 2 +-
.../AddDataset/LeftPanel/LeftPanel.test.tsx | 6 +-
.../datasets/AddDataset/LeftPanel/index.tsx | 1 -
.../metadataBar/useDatasetMetadataBar.test.tsx | 2 +-
.../src/features/home/ChartTable.test.tsx | 4 +-
.../src/features/home/DashboardTable.test.tsx | 8 +-
.../src/features/home/RightMenu.test.tsx | 57 +-
.../reports/ReportModal/ReportModal.test.tsx | 6 +-
.../features/rls/RowLevelSecurityModal.test.tsx | 34 +-
.../src/features/tags/BulkTagModal.test.tsx | 2 +-
.../src/features/themes/ThemeModal.test.tsx | 35 +-
superset-frontend/src/features/themes/api.test.ts | 32 +-
.../src/hooks/apiResources/dashboards.test.ts | 2 +-
.../hooks/apiResources/databaseFunctions.test.ts | 12 +-
.../src/hooks/apiResources/queries.test.ts | 12 +-
.../src/hooks/apiResources/queryApi.test.ts | 10 +-
.../hooks/apiResources/queryValidations.test.ts | 16 +-
.../src/hooks/apiResources/schemas.test.ts | 46 +-
.../src/hooks/apiResources/sqlEditorTabs.test.ts | 18 +-
.../src/hooks/apiResources/sqlLab.test.ts | 22 +-
.../src/hooks/apiResources/tables.test.ts | 53 +-
.../src/middleware/asyncEvent.test.ts | 38 +-
.../pages/AlertReportList/AlertReportList.test.jsx | 17 +-
.../AnnotationLayerList.test.jsx | 17 +-
superset-frontend/src/pages/Chart/Chart.test.tsx | 31 +-
.../src/pages/ChartCreation/ChartCreation.test.tsx | 12 +-
.../pages/ChartList/ChartList.cardview.test.tsx | 5 +-
.../pages/ChartList/ChartList.listview.test.tsx | 33 +-
.../pages/ChartList/ChartList.permissions.test.tsx | 24 +-
.../src/pages/ChartList/ChartList.test.tsx | 80 +-
.../src/pages/ChartList/ChartList.testHelpers.tsx | 39 +-
.../pages/CssTemplateList/CssTemplateList.test.jsx | 17 +-
.../src/pages/DashboardList/DashboardList.test.jsx | 15 +-
.../ExecutionLogList/ExecutionLogList.test.tsx | 8 +-
.../src/pages/FileHandler/index.test.tsx | 368 +++++++
superset-frontend/src/pages/FileHandler/index.tsx | 138 +++
.../src/pages/GroupsList/GroupsList.test.tsx | 15 +-
superset-frontend/src/pages/Home/Home.test.tsx | 26 +-
.../src/pages/RolesList/RolesList.test.tsx | 9 +-
.../RowLevelSecurityList.test.tsx | 55 +-
.../pages/SavedQueryList/SavedQueryList.test.tsx | 64 +-
superset-frontend/src/pages/SqlLab/SqlLab.test.tsx | 10 +-
.../src/pages/ThemeList/ThemeList.test.tsx | 4 +-
.../src/pages/UserInfo/UserInfo.test.tsx | 9 +-
.../UserRegistrations/UserRegistrations.test.tsx | 2 +-
.../src/pages/UsersList/UsersList.test.tsx | 12 +-
superset-frontend/src/pwa-manifest.json | 65 ++
.../Slider.test.tsx => src/service-worker.ts} | 29 +-
.../src/views/RootContextProviders.tsx | 11 +-
superset-frontend/src/views/menu.tsx | 12 +-
superset-frontend/src/views/routes.tsx | 8 +
superset-frontend/webpack.config.js | 49 +-
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
superset/commands/database/importers/v1/utils.py | 4 +-
superset/commands/database/oauth2.py | 22 +
superset/commands/dataset/update.py | 13 +-
superset/commands/importers/v1/examples.py | 93 +-
superset/config.py | 6 +
superset/db_engine_specs/aurora.py | 26 +
superset/db_engine_specs/aws_iam.py | 660 +++++++++++++
superset/db_engine_specs/base.py | 71 +-
superset/db_engine_specs/gsheets.py | 101 +-
superset/db_engine_specs/mysql.py | 59 +-
superset/db_engine_specs/postgres.py | 53 +
superset/db_engine_specs/redshift.py | 42 +
superset/examples/data_loading.py | 26 +-
superset/examples/generic_loader.py | 98 +-
superset/initialization/__init__.py | 10 +-
superset/key_value/types.py | 1 +
superset/mcp_service/app.py | 81 +-
.../chart/prompts/create_chart_guided.py | 219 ++--
.../mcp_service/chart/resources/chart_configs.py | 293 ++----
superset/mcp_service/chart/schemas.py | 16 +-
superset/mcp_service/chart/tool/generate_chart.py | 4 -
.../mcp_service/chart/tool/get_chart_preview.py | 3 -
superset/mcp_service/common/schema_discovery.py | 65 +-
superset/mcp_service/system/prompts/quickstart.py | 94 +-
.../system/resources/instance_metadata.py | 74 +-
superset/sqllab/utils.py | 1 +
.../static/service-worker.js | 11 +-
superset/superset_typing.py | 2 +-
superset/templates/superset/spa.html | 15 +-
superset/utils/oauth2.py | 78 +-
superset/views/core.py | 15 +
.../commands/importers/v1/examples_test.py | 112 ---
tests/unit_tests/databases/api_test.py | 26 +-
.../databases/commands/importers/v1/import_test.py | 33 +
tests/unit_tests/db_engine_specs/test_aurora.py | 317 ++++++
tests/unit_tests/db_engine_specs/test_aws_iam.py | 1045 ++++++++++++++++++++
tests/unit_tests/db_engine_specs/test_base.py | 279 ++++--
tests/unit_tests/db_engine_specs/test_gsheets.py | 252 +++++
tests/unit_tests/db_engine_specs/test_mysql_iam.py | 236 +++++
.../db_engine_specs/test_redshift_iam.py | 387 ++++++++
tests/unit_tests/examples/data_loading_test.py | 389 +++-----
tests/unit_tests/examples/generic_loader_test.py | 788 ++-------------
tests/unit_tests/sql_lab_test.py | 57 +-
tests/unit_tests/utils/oauth2_tests.py | 188 +++-
283 files changed, 14366 insertions(+), 3911 deletions(-)
copy
superset-frontend/packages/superset-ui-core/src/{components/Input/Input.test.tsx
=> utils/withLabel.ts} (54%)
copy
superset-frontend/packages/superset-ui-core/src/{color/stringifyAndTrim.ts =>
validator/types.ts} (77%)
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/Heatmap/buildQuery.test.ts
create mode 100644
superset-frontend/src/SqlLab/components/TableExploreTree/TableExploreTree.test.tsx
create mode 100644
superset-frontend/src/SqlLab/components/TableExploreTree/TreeNodeRenderer.tsx
create mode 100644
superset-frontend/src/SqlLab/components/TableExploreTree/index.tsx
copy superset-frontend/{packages/superset-ui-core/src/components/TableView =>
src/SqlLab/components/TableExploreTree}/types.ts (64%)
create mode 100644
superset-frontend/src/SqlLab/components/TableExploreTree/useTreeData.ts
copy
superset-frontend/{packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/type-icons/field_boolean.svg
=> src/assets/images/icons/move.svg} (59%)
copy
superset-frontend/{packages/superset-ui-chart-controls/src/components/ColumnTypeLabel/type-icons/field_num.svg
=> src/assets/images/icons/sigma.svg} (82%)
create mode 100644 superset-frontend/src/assets/images/pwa/icon-192.png
create mode 100644 superset-frontend/src/assets/images/pwa/icon-512.png
create mode 100644
superset-frontend/src/assets/images/pwa/screenshot-narrow.png
create mode 100644 superset-frontend/src/assets/images/pwa/screenshot-wide.png
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/FoldersEditor.test.tsx
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/TreeItem.styles.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/TreeItem.tsx
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/VirtualizedTreeItem.tsx
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/VirtualizedTreeList.tsx
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/components/DragOverlayContent.tsx
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/components/FoldersToolbarComponent.tsx
copy
superset-frontend/{packages/superset-ui-core/src/components/CertifiedBadge/index.tsx
=> src/components/Datasource/FoldersEditor/components/ResetConfirmModal.tsx}
(55%)
copy superset-frontend/{packages/superset-core/src/utils =>
src/components/Datasource/FoldersEditor/components}/index.ts (81%)
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/constants.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/folderOperations.test.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/folderOperations.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/folderValidation.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/hooks/useAutoScroll.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/hooks/useDragHandlers.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/hooks/useHeightCache.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/hooks/useItemHeights.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/index.tsx
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/sensors.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/styles.tsx
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/treeUtils.test.ts
create mode 100644
superset-frontend/src/components/Datasource/FoldersEditor/treeUtils.ts
copy superset-frontend/src/{features/users =>
components/Datasource/FoldersEditor}/types.ts (72%)
create mode 100644 superset-frontend/src/pages/FileHandler/index.test.tsx
create mode 100644 superset-frontend/src/pages/FileHandler/index.tsx
create mode 100644 superset-frontend/src/pwa-manifest.json
copy
superset-frontend/{packages/superset-ui-core/src/components/Slider/Slider.test.tsx
=> src/service-worker.ts} (62%)
create mode 100644 superset/db_engine_specs/aws_iam.py
copy
superset-frontend/packages/superset-ui-core/src/components/EmptyState/Empty.test.tsx
=> superset/static/service-worker.js (78%)
create mode 100644 tests/unit_tests/db_engine_specs/test_aurora.py
create mode 100644 tests/unit_tests/db_engine_specs/test_aws_iam.py
create mode 100644 tests/unit_tests/db_engine_specs/test_mysql_iam.py
create mode 100644 tests/unit_tests/db_engine_specs/test_redshift_iam.py