Files
superset2/tests
Maxime Beauchemin aaad620cb3 fix(charts): raise error when time comparison is used without a time grain
Without a time grain, the offset join columns that align shifted dates
to original dates are never created. The join falls back to raw column
values, producing silently wrong results (identical values instead of
shifted data). Replace the existing dead-code validation with a check
that raises a helpful error early.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-06 19:51:54 +00:00
..