diff --git a/superset-frontend/src/components/Chart/chartAction.js b/superset-frontend/src/components/Chart/chartAction.js index eb51021d0c..a42cd290e1 100644 --- a/superset-frontend/src/components/Chart/chartAction.js +++ b/superset-frontend/src/components/Chart/chartAction.js @@ -609,6 +609,7 @@ export const getDatasourceSamples = async ( endpoint: '/datasource/samples', jsonPayload, searchParams, + parseMethod: 'json-bigint', }); return response.json.result;