diff --git a/openmetadata-spec/src/main/resources/json/schema/api/data/createQuery.json b/openmetadata-spec/src/main/resources/json/schema/api/data/createQuery.json index e5fcebcffcd8..8bdf46f7fcbe 100644 --- a/openmetadata-spec/src/main/resources/json/schema/api/data/createQuery.json +++ b/openmetadata-spec/src/main/resources/json/schema/api/data/createQuery.json @@ -47,7 +47,7 @@ "type": "boolean" }, "duration": { - "description": "How long did the query took to run in seconds.", + "description": "How long did the query took to run in milliseconds.", "type": "number" }, "users": { diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/data/query.json b/openmetadata-spec/src/main/resources/json/schema/entity/data/query.json index 250df5697e79..1496a2b04546 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/data/query.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/data/query.json @@ -53,7 +53,7 @@ "default": null }, "duration": { - "description": "How long did the query took to run in seconds.", + "description": "How long did the query took to run in milliseconds.", "type": "number" }, "users": { diff --git a/openmetadata-spec/src/main/resources/json/schema/type/queryParserData.json b/openmetadata-spec/src/main/resources/json/schema/type/queryParserData.json index c1789f1b5312..736ae0addd86 100644 --- a/openmetadata-spec/src/main/resources/json/schema/type/queryParserData.json +++ b/openmetadata-spec/src/main/resources/json/schema/type/queryParserData.json @@ -59,7 +59,7 @@ "type": "string" }, "duration": { - "description": "How long did the query took to run in seconds.", + "description": "How long did the query took to run in milliseconds.", "type": "number" } }, diff --git a/openmetadata-spec/src/main/resources/json/schema/type/tableQuery.json b/openmetadata-spec/src/main/resources/json/schema/type/tableQuery.json index b9aa89cb277a..032eff03f5de 100644 --- a/openmetadata-spec/src/main/resources/json/schema/type/tableQuery.json +++ b/openmetadata-spec/src/main/resources/json/schema/type/tableQuery.json @@ -52,7 +52,7 @@ "type": "string" }, "duration": { - "description": "How long did the query took to run in seconds.", + "description": "How long did the query took to run in milliseconds.", "type": "number" } },