diff --git a/superset-frontend/src/SqlLab/components/QueryAutoRefresh/index.tsx b/superset-frontend/src/SqlLab/components/QueryAutoRefresh/index.tsx index d8975e520c..f4808f52fd 100644 --- a/superset-frontend/src/SqlLab/components/QueryAutoRefresh/index.tsx +++ b/superset-frontend/src/SqlLab/components/QueryAutoRefresh/index.tsx @@ -80,6 +80,7 @@ function QueryAutoRefresh({ SupersetClient.get({ endpoint: `/api/v1/query/updated_since?q=${params}`, timeout: QUERY_TIMEOUT_LIMIT, + parseMethod: 'json-bigint', }) .then(({ json }) => { if (json) { diff --git a/superset-frontend/src/SqlLab/components/QueryTable/index.tsx b/superset-frontend/src/SqlLab/components/QueryTable/index.tsx index 1ea83de58c..b5eaeb01e6 100644 --- a/superset-frontend/src/SqlLab/components/QueryTable/index.tsx +++ b/superset-frontend/src/SqlLab/components/QueryTable/index.tsx @@ -213,7 +213,7 @@ const QueryTable = ({ {q.db} ); - q.started = moment(q.startDttm).format('HH:mm:ss'); + q.started = moment(q.startDttm).format('L HH:mm:ss'); q.querylink = (