Claude Code
bbbd1490ef
fix(bigquery): address deferred review follow-ups
...
Cache persistence: persist bq_memory_limited flag in QueryCacheManager
so truncation warnings survive cache hits. The flag is now saved into
the cache value dict in set_query_result (reading from g and resetting
it there), and restored from cache in get(). get_df_payload now reads
cache.bq_memory_limited instead of g, removing the need for g entirely
in query_context_processor.py.
Frontend test: add two tests to chartActions.test.ts verifying that
addWarningToast is dispatched (with noDuplicate: true) when a query
response carries a warning field, and not dispatched when it doesn't.
Updated existing test_query_context_processor tests to set the flag on
mock_cache directly rather than patching g.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 13:43:11 -07:00
Claude Code
1773531807
fix(bigquery): limit result set size to prevent browser memory crashes
...
Implement memory-aware progressive fetching in BigQuery's fetch_data
method. Large result sets (950+ MB) previously crashed Chrome by loading
everything into memory at once. The fix samples an initial batch to
estimate row size, then fetches only as many rows as fit within the
BQ_FETCH_MAX_MB config limit (default 200 MB). A warning toast is shown
to users when results are truncated.
This is always-on with no feature flag -- operators control the budget
via the BQ_FETCH_MAX_MB config constant.
Originally by @ethan-l-geotab in apache#36387.
Co-authored-by: ethan-l-geotab <ethanliong@geotab.com >
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-11 13:20:26 -07:00
Evan Rusackas
c4eb7de6de
fix(excel): remove unwanted index column from Excel exports ( #38176 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-23 08:28:40 -08:00
Luis Sánchez
88a14f2ba0
fix(FiltersBadge): world map wont show filter icon after refresh page ( #37260 )
2026-02-11 16:33:32 +03:00
Richard Fogaca Nienkotter
f4474b2e3e
feat: Dynamic currency ( #36416 )
2026-01-16 21:58:41 -08: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
Beto Dealmeida
16e6452b8c
feat: Explorable protocol ( #36245 )
2025-12-04 13:18:34 -05:00
Beto Dealmeida
775d1ba061
fix: normalize totals cache keys for async hits ( #36274 )
2025-12-01 11:11:10 -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
Beto Dealmeida
aca18fff99
fix: double computation of contribution_totals ( #36226 )
2025-11-25 14:35:55 -05:00
Beto Dealmeida
0c87034b17
fix: cache key generation ( #36225 )
2025-11-25 12:50:00 -05:00
Beto Dealmeida
a2267d869b
refactor: refactor get_query_result ( #36057 )
2025-11-21 18:14:52 -05:00
Beto Dealmeida
62dc5c0306
fix(cache): ensure SQL is sanitized before cache key generation ( #35419 )
2025-10-02 13:25:54 -04:00
Richard Fogaca Nienkotter
a66737cb05
feat(custom-tooltip): custom tooltip on deck.gl charts ( #34276 )
2025-09-16 17:11:19 +03:00
Mehmet Salih Yavuz
adaae8ba15
fix(Timeshift): Determine temporal column correctly ( #34582 )
2025-08-07 15:20:34 +03:00
Mehmet Salih Yavuz
761daec53d
feat(timeshift): Add support for date range timeshifts ( #34375 )
2025-08-05 19:31:40 +03:00
Ahmed Habeeb
43775e9373
fix(sqllab_export): manually encode CSV output to support utf-8-sig ( #34235 )
2025-07-23 18:44:56 -07:00
amaannawab923
22475e787e
feat(Table Chart): Row limit Increase , Backend Sorting , Backend Search , Excel/CSV Improvements ( #33357 )
...
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
2025-05-09 11:27:31 -06:00
sowo
29b62f7c0a
fix(contextmenu): uncaught TypeError ( #28203 )
2025-03-18 20:42:38 -06:00
Elizabeth Thompson
389aae270b
chore: add query context data tests ( #32157 )
2025-02-06 14:33:38 -08:00
Maxime Beauchemin
e51b95ffa8
chore: enforce more ruff rules ( #31447 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2024-12-18 17:41:34 -08:00
Michael S. Molina
821c7d7f2c
fix: Time shifts calculation for ECharts plugins ( #28432 )
2024-05-15 08:11:52 -03:00
Maxime Beauchemin
2d63722150
chore: set up ruff as a new linter/formatter ( #28158 )
2024-04-24 17:19:53 -07:00
John Bodley
df79522160
refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session ( #26200 )
2024-01-18 08:27:29 +13:00
John Bodley
07551dc3d4
chore(connector): Cleanup base models and views according to SIP-92 ( #24773 )
2023-11-21 10:11:50 -08:00
mapledan
ae619b169c
fix: the temporal x-axis results in a none time_range. ( #25429 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2023-11-03 09:57:47 -07:00
John Bodley
ae703b48fc
fix: Revert "fix: Apply normalization to all dttm columns ( #25147 )" ( #25801 )
2023-10-31 10:21:47 -03:00
Kamil Gabryjelski
58fcd292a9
fix: Apply normalization to all dttm columns ( #25147 )
2023-10-06 09:47:00 -07:00
Michael S. Molina
e5b7f7c9b5
fix: Time shifts with different granularity for ECharts ( #24176 )
2023-06-08 16:03:37 -03:00
John Bodley
a4d5d7c6b9
chore(pre-commit): Add pyupgrade and pycln hooks ( #24197 )
2023-06-01 12:01:10 -07:00
Yongjie Zhao
a9b229dd1d
feat: support mulitple temporal filters in AdhocFilter and move the Time Section away ( #21767 )
2022-11-02 08:21:17 +08:00
Yongjie Zhao
414cc99ca2
fix: datetime.data in series ( #20618 )
2022-07-07 09:33:44 +08:00
John Bodley
26486d01c1
chore: Remove legacy SIP-15 interim logic/flags ( #18936 )
...
* chore: Remove legacy SIP-15 logic
* Update ab9a9d86e695_deprecate_time_range_endpoints.py
* Update UPDATING.md
* Update UPDATING.md
* Update UPDATING.md
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2022-03-04 09:15:36 +13:00
ofekisr
683d1dab13
refactor(QueryObject): decouple from superset ( #17479 )
...
* refactor: queryObject - decouple from superset
* refactor: queryObject - decouple from superset
2021-11-18 19:53:56 +02:00