mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
fix(explore): Drill to detail truncates int64 IDs (#29081)
This commit is contained in:
@@ -609,6 +609,7 @@ export const getDatasourceSamples = async (
|
||||
endpoint: '/datasource/samples',
|
||||
jsonPayload,
|
||||
searchParams,
|
||||
parseMethod: 'json-bigint',
|
||||
});
|
||||
|
||||
return response.json.result;
|
||||
|
||||
Reference in New Issue
Block a user