Amin Ghadersohi
e9f795a338
feat(extensions): Tier 3 persistent storage — full CRUD + list endpoints, pagination, encryption
...
Implements the Extension Storage Layer (Tier 3) from the architecture proposal:
- New `extension_storage` table and SQLAlchemy model with three storage scopes:
global (shared), user-scoped (per-user), resource-linked (tied to a Superset resource)
- `ExtensionStorageDAO` with upsert semantics, Fernet encryption, and scope isolation
- REST API under `/api/v1/extensions/<publisher>/<name>/storage/persistent/`:
GET/PUT/DELETE for global/<key>, user/<key>, resources/<type>/<uuid>/<key>
GET list endpoints (with ?page & ?page_size pagination) for /global/, /user/, /resources/<type>/<uuid>/
- Alembic migration creating `extension_storage` table
- Unit tests covering all three scopes, upsert, delete, pagination, and encryption
(encrypted roundtrip, Fernet token verification, cross-scope coexistence)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 11:23:23 -07:00
Amin Ghadersohi
97a66f7a64
feat(mcp): add BM25 tool search transform to reduce initial context size ( #38562 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 18:06:11 +01:00
dependabot[bot]
8f28a8734a
chore(deps): bump flask from 2.3.3 to 3.1.3 ( #38168 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 11:28:23 -08:00
dependabot[bot]
dc995328a8
chore(deps): bump cryptography from 44.0.3 to 46.0.5 ( #37912 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-04 11:27:57 -08:00
Đỗ Trọng Hải
27d54f8421
fix(build/backend): migrate to deps-free pygeohash with pre-built wheels at runtime ( #37524 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2026-03-04 11:24:43 -08:00
Joe Spadola
bb6ee9e722
fix(clickhouse): remove _mutate_label workaround and bump clickhouse-connect to >=0.13.0 ( #38280 )
2026-02-26 16:12:54 -08:00
dependabot[bot]
097f474f24
chore(deps): bump pillow from 11.3.0 to 12.1.1 ( #37935 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-13 16:00:47 -08:00
Joe Li
73adff55ee
chore(deps): Relax sqlalchemy-utils lower bound for pydoris compatibility ( #37949 )
2026-02-13 14:55:54 -08:00
Pat Buxton
58d245c6b0
chore(deps): Update sqlachemy-utils to 0.42.0 ( #36240 )
2026-02-12 12:39:06 -08:00
Michael S. Molina
c41942a38a
chore(deps): Upgrade sqlglot from 27.15.2 to 28.10.0 ( #37841 )
2026-02-10 13:13:11 -03:00
Daniel Vaz Gaspar
ec6eaf4898
fix(deps): bump elasticsearch-dbapi to 0.2.12 for urllib3 2.x compatibility ( #37758 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 16:03:04 +00:00
alok kumar priyadarshi
70b95ca1b9
fix(build): eliminate PostgreSQL extra installation on Python 3.12-based Superset Docker images ( #37587 )
2026-01-31 15:54:19 +07:00
Beto Dealmeida
05c2354997
feat: AWS Cross-Account IAM Authentication for Aurora ( #37585 )
2026-01-30 19:18:34 -05:00
Alejandro Solares
d6029f5c8a
chore(deps): bump dependencies to address security vulnerabilities ( #37552 )
2026-01-30 10:19:43 +07:00
Amin Ghadersohi
0ecc69d2f1
chore(deps): bump fastmcp from 2.14.0 to 2.14.3 ( #37410 )
2026-01-24 07:03:00 -08:00
Elena Felder
d54e227e25
chore: update old MotherDuck duckdb version to follow the official duckdb one ( #36834 )
2026-01-23 16:25:17 -05:00
Evan Rusackas
b460ca94c6
feat(docs): auto-generate database documentation from lib.py ( #36805 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 10:54:01 -08:00
Amin Ghadersohi
f895250cf9
fix(mypy): add overrides for superset-core local dev consistency ( #36907 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-09 10:27:16 -08:00
Daniel Vaz Gaspar
f48322c17d
chore: bump flask-cors to 6.0.2 ( #36640 )
2026-01-09 16:13:22 +00:00
Evan Rusackas
5909e90081
feat(security): add built-in Public role for anonymous dashboard access ( #36548 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-05 10:27:10 -08:00
Chad Rossouw
e5579ed939
feat(database): add cloudflare d1 support ( #36348 )
...
Co-authored-by: danielalyoshin <daniel.alyoshin@gmail.com >
Co-authored-by: Shreyas Rao <raoshreyas2004@gmail.com >
Co-authored-by: Murphy Lee <murphylee2004@gmail.com >
2025-12-12 12:48:22 -08:00
Amin Ghadersohi
a1b5b92265
chore(deps): upgrade fastmcp from 2.13.x to 2.14.0 ( #36594 )
2025-12-12 11:38:47 -08:00
Amin Ghadersohi
92c63a54e4
chore(deps): upgrade redis from 4.x to 5.x ( #36593 )
2025-12-12 11:38:04 -08:00
Michael S. Molina
b12f5f8394
fix: CI failures caused by a ruff version mismatch ( #36358 )
2025-12-01 15:35:22 -05:00
Amin Ghadersohi
ab36bd3965
build: Add pytest-asyncio to enable async MCP service tests ( #36251 )
2025-11-25 15:47:48 -08:00
Beto Dealmeida
53207302f9
chore: bump duckdb et al. ( #36171 )
2025-11-19 15:17:58 -05:00
Daniel Vaz Gaspar
b051f779e6
chore: bump FAB to 5.0.2 ( #36086 )
2025-11-14 11:57:50 +00:00
Amin Ghadersohi
3167a0dbc0
chore(mcp-service): upgrade fastmcp from 2.10.6 to 2.13.0.2 ( #36014 )
2025-11-07 17:52:03 -08:00
Ville Brofeldt
f6f15f58ee
fix: set pandas 2.1 as requirement ( #35912 )
2025-10-30 12:33:27 -07:00
Beto Dealmeida
5fc934d859
chore: bump shillelagh to 1.4.3 ( #35895 )
2025-10-30 11:05:06 -07:00
Daniel Vaz Gaspar
51aad52e6c
fix: unpin holidays and prophet ( #35771 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-27 10:03:16 +00:00
Amin Ghadersohi
cc6a5dc29a
feat(mcp): PR1 - Add MCP service scaffold for Apache Superset ( #35163 )
2025-10-24 16:59:23 -07:00
Elizabeth Thompson
0b73b4842f
fix: Enable DuckDB examples loading in showtime ephemeral environments ( #35294 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-29 13:21:33 -07:00
Beto Dealmeida
5ec8f9d886
chore: bump sqlglot to 27.15.2 ( #35176 )
2025-09-22 12:40:16 -04:00
Pat Buxton
db178cf527
fix: Bump pandas to 2.1.4 for python 3.12 ( #34999 )
2025-09-19 09:18:00 -07:00
Amin Ghadersohi
dced2f8564
feat: Add BaseDAO improvements and test reorganization ( #35018 )
...
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 18:15:16 -07:00
Maxime Beauchemin
088ecdd0bf
refactor: Enable G logging rules and comprehensive ruff improvements ( #35081 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 12:42:49 -07:00
Daniel Vaz Gaspar
a9fb853e3e
fix: Bump FAB to 5.X ( #33055 )
...
Co-authored-by: Joe Li <joe@preset.io >
2025-09-12 09:21:37 +01:00
sha174n
8406a827dd
fix(deps): expand pyarrow version range to <19 ( #34870 )
2025-09-03 22:14:19 -07:00
Michael S. Molina
322442d5be
fix: apache-superset-core exported packages ( #34977 )
2025-09-02 12:58:34 -03:00
Fabian Halkivaha
6e7cb521ba
chore(deps): upgrade databricks connectors ( #34692 )
2025-09-02 06:37:05 -07:00
Danylo Korostil
077724c2d2
feat(api): dataset read API uuid support ( #34836 )
2025-08-29 17:21:24 -07:00
Michael S. Molina
bcf156c969
fix: Rename apache-superset-cli to apache-superset-extensions-cli ( #34883 )
2025-08-28 14:40:09 -03:00
Joe Li
b558b34faf
fix: Update apache-superset-core dependency to accept rc1 version ( #34872 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-27 16:58:40 -07:00
Daniel Vaz Gaspar
54af1cb2c8
chore: bump FAB to 4.8.1 ( #34838 )
2025-08-26 11:14:05 +01:00
Maxime Beauchemin
47414e18d4
feat: Use DuckDB for examples data in Docker development environment ( #34831 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-08-25 12:37:28 -07:00
Michael S. Molina
a8be5a5a0c
chore: Extensions architecture POC ( #31934 )
...
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com >
Co-authored-by: Ville Brofeldt <ville@Villes-MacBook-Pro-2024.local >
Co-authored-by: Ville Brofeldt <v_brofeldt@apple.com >
2025-08-22 21:25:52 -03:00
Fabian Halkivaha
1127ab6c07
chore(deps): downgrade pyarrow to v16 ( #34693 )
2025-08-18 10:05:42 -07:00
Kamil Gabryjelski
57d0e78d40
feat: Tiled screenshots in Playwright reports ( #34561 )
2025-08-12 08:09:01 +02:00
Maxime Beauchemin
246181a546
feat(docker): Add pytest support to docker-compose-light.yml ( #34373 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-06 00:17:50 -04:00