fix(dashboard): Support bigint value in native filters (#32549)

(cherry picked from commit e7721a8c4d)
This commit is contained in:
JUST.in DO IT
2025-03-17 12:01:23 -03:00
committed by Michael S. Molina
parent bdb9f48044
commit 2f9edd3b0e
12 changed files with 59 additions and 13 deletions
@@ -125,6 +125,6 @@ test('@superset-ui/plugin-chart-echarts-parsemethod-validation', () => {
];
plugins.forEach(plugin => {
expect(plugin.metadata.parseMethod).toEqual('json');
expect(plugin.metadata.parseMethod).toEqual('json-bigint');
});
});