Skip to content

Commit

Permalink
fix(explore): Drill to detail truncates int64 IDs (#29081)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark authored Jun 5, 2024
1 parent d303852 commit dabb4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/Chart/chartAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ export const getDatasourceSamples = async (
endpoint: '/datasource/samples',
jsonPayload,
searchParams,
parseMethod: 'json-bigint',
});

return response.json.result;
Expand Down

0 comments on commit dabb4e0

Please sign in to comment.