Luiz Otavio
|
23759b9a02
|
fix: add template_processor so Jinja gets rendered before SQLGlot parse (#39207)
(cherry picked from commit 2e80f2a473)
|
2026-04-13 15:37:40 -03:00 |
|
Joe Li
|
c4af1cbca7
|
fix(models): correct TabState.latest_query_id column type to match FK target (#38837)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit 4b26f8c712)
|
2026-03-26 13:30:28 -03:00 |
|
Luiz Otavio
|
c68dee2caf
|
fix(sql): remove WHERE 1 = 1 when temporal filter has "No filter" selected (#38704)
|
2026-03-20 16:33:58 -03:00 |
|
Michael S. Molina
|
25915f016b
|
fix(chart): prevent chart list from failing when a datasource lacks explore_url (#38721)
|
2026-03-20 16:33:58 -03:00 |
|
mcdogg17
|
54b313c659
|
fix(dashboard): overload issue in dashboard export to excel (#29418)
Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-20 16:33:53 -03:00 |
|
Beto Dealmeida
|
e2495119a3
|
feat: apply RLS conservatively (#38683)
|
2026-03-20 16:33:53 -03:00 |
|
Yuriy Krasilnikov
|
3521504b05
|
fix(embedded): prevent double RLS application in virtual datasets (#37395)
(cherry picked from commit 09e9c6a522)
|
2026-03-17 11:40:36 -03:00 |
|
Enzo Martellucci
|
c7a1f57487
|
fix(sqla): parenthesize extras where/having clauses in query generation (#38183)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 10:05:55 +01:00 |
|
Michael S. Molina
|
357e35dc62
|
refactor(core): reorganize superset-core packages into feature-based structure (#38448)
|
2026-03-05 17:41:15 -03:00 |
|
Amin Ghadersohi
|
01d5245cd2
|
fix: silence deprecation warnings causing noisy production logs (#38128)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-02 10:55:00 -08:00 |
|
wuqicyber
|
6f34ba7d4a
|
fix(table-chart): support orderby adhoc columns with server-side pagination (#37521)
|
2026-02-21 00:29:34 +03:00 |
|
Richard Fogaca Nienkotter
|
5278deaf63
|
fix(metrics): normalize legacy currency strings (#37455)
|
2026-02-19 21:25:44 -03:00 |
|
Kamil Gabryjelski
|
26a2e12779
|
perf: fix N+1 query in Slice.datasource property (#37899)
|
2026-02-11 18:57:28 +01:00 |
|
Ville Brofeldt
|
0f1278fa61
|
fix(gtf): set dedup_key on atomic sql (#37820)
|
2026-02-10 06:56:14 -08:00 |
|
Ville Brofeldt
|
59dd2fa385
|
feat: add global task framework (#36368)
|
2026-02-09 10:45:56 -08:00 |
|
Elizabeth Thompson
|
e9b494163b
|
refactor(db): use Dialect instead of Engine in select_star to avoid SSH tunnels (#35540)
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-02-02 10:26:35 -08:00 |
|
isaac-jaynes-imperva
|
3f37cdbf9c
|
fix(database): include configuration_method in the DB export/import flow (#36958)
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
|
2026-01-23 19:34:52 -03:00 |
|
Vitor Avila
|
cc972cad5a
|
fix: DB OAuth2 fixes (#37350)
|
2026-01-22 01:51:48 -03:00 |
|
Vitor Avila
|
d4723ef116
|
feat: Handle OAuth2 dance with TableSelector (#37315)
|
2026-01-21 19:49:18 -03:00 |
|
Elizabeth Thompson
|
a272253243
|
fix(table chart): time comparison totals returning null (#37111)
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-01-14 09:58:34 -08:00 |
|
Amin Ghadersohi
|
911d72c957
|
fix(models): prevent SQLAlchemy and_() deprecation warning (#37020)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 17:53:04 +01:00 |
|
amaannawab923
|
4f444ae1d2
|
feat(ag-grid): Server Side Filtering for Column Level Filters (#35683)
|
2026-01-12 19:25:07 +05:30 |
|
Michael S. Molina
|
28e3ba749e
|
feat: SQL execution API for Superset (#36529)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-16 14:39:29 -03:00 |
|
Beto Dealmeida
|
482c674a0f
|
chore: improve types (#36367)
|
2025-12-04 13:51:35 -05:00 |
|
Beto Dealmeida
|
16e6452b8c
|
feat: Explorable protocol (#36245)
|
2025-12-04 13:18:34 -05:00 |
|
Beto Dealmeida
|
c458f99dd4
|
chore: cleanup ssh tunnel (#34388)
|
2025-12-03 14:26:35 -05:00 |
|
Mehmet Salih Yavuz
|
a754258fad
|
fix(timeshift): Add a more reliable strategy for correct temporal col (#36309)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-01 17:24:05 +03:00 |
|
Amin Ghadersohi
|
06a8f4df02
|
feat(datasets): add datetime format detection to dataset columns (#36150)
Co-authored-by: Claude Code <claude@anthropic.com>
|
2025-11-25 14:25:24 -08:00 |
|
Antonio Rivero
|
c966dd4f9e
|
feat(dashboards): Add config to filter implicit tags in list API (#36246)
|
2025-11-25 11:57:53 +01:00 |
|
Beto Dealmeida
|
a2267d869b
|
refactor: refactor get_query_result (#36057)
|
2025-11-21 18:14:52 -05:00 |
|
Beto Dealmeida
|
3b226038ba
|
fix(datasets): prevent double time filter application in virtual datasets (#35890)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-11-17 16:47:10 -05:00 |
|
Beto Dealmeida
|
fb7d0e0e3d
|
chore: annotate important types (#36034)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-11-17 14:41:20 -05:00 |
|
Ville Brofeldt
|
c2baba50f9
|
chore: abstract models and daos into superset-core (#35259)
|
2025-11-14 17:00:44 -08:00 |
|
Beto Dealmeida
|
f3e620cd0f
|
fix: RLS in virtual datasets (#36061)
|
2025-11-14 14:21:09 -05:00 |
|
Richard Fogaca Nienkotter
|
4a04d46118
|
fix(explore): re-apply filters when 'Group remaining as Others' is enabled (#35937)
|
2025-11-13 22:06:33 +01:00 |
|
Alexandru Soare
|
99b61143f6
|
feat(Chart): Save Chart State globally (#35343)
|
2025-10-29 15:54:07 +02:00 |
|
Beto Dealmeida
|
139b5ae20c
|
fix(sqlglot): adhoc expressions (#35482)
|
2025-10-03 12:10:10 -04:00 |
|
Antonio Rivero
|
449a89c214
|
fix(slice): Fix using isdigit when id passed as int (#35452)
|
2025-10-02 16:04:54 +02:00 |
|
Damian Pendrak
|
19db0353a9
|
feat(db): custom database error messages (#34674)
|
2025-10-01 14:29:57 +03:00 |
|
Beto Dealmeida
|
d51b35f61b
|
fix: adhoc orderby in explore (#35342)
|
2025-09-30 16:34:44 -04: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 |
|
Luiz Otavio
|
1c2b9db4f0
|
fix: Upload CSV as Dataset (#34763)
|
2025-09-08 11:48:23 -03:00 |
|
Gabriel Torres Ruiz
|
0a75bac2a1
|
fix(error-handling): jinja2 error handling improvements (#34803)
|
2025-09-02 17:29:07 -04:00 |
|
Maxime Beauchemin
|
4695be5cc5
|
fix: complete theme management system import/export (#34850)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-09-01 15:44:01 -07:00 |
|
Vitor Avila
|
54f071138c
|
fix: Chart execution for Databricks (#34906)
|
2025-08-29 15:35:00 -03:00 |
|
Beto Dealmeida
|
cb24737825
|
feat(bigquery): show materialized views (#34766)
|
2025-08-26 11:21:43 -04:00 |
|
Michael S. Molina
|
e1234b2264
|
fix: User-provided Jinja template parameters causing SQL parsing errors (#34802)
|
2025-08-22 14:39:14 -03:00 |
|
JUST.in DO IT
|
75af53dc3d
|
fix: customize column description limit size in db_engine_spec (#34808)
|
2025-08-22 10:00:39 -07:00 |
|
PolinaFam
|
b45141b2a1
|
fix(translations): Fix translation of time-related strings like "7 seconds ago", "a minute ago", etc (#34051)
Co-authored-by: Polina Fam <pfam@ptsecurity.com>
|
2025-08-20 15:20:35 -07:00 |
|