Files
superset2/superset
Amin Ghadersohi 09f0287486 fix(mcp): convert dttm cutoff to ISO string so filters_applied validates
The injected 7-day default filter used a datetime object as the value,
but ActionLogFilter.value only allows str|int|float|bool|list. Pydantic
rejects the datetime when building the filters_applied list in
ActionLogList, causing a ValidationError on every call that triggered
the default filter.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 23:14:47 +00:00
..
2026-04-24 15:52:42 -04:00
2026-05-18 17:00:06 -04:00