mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00
Fixed query millis duration desc (#14332)
This commit is contained in:
parent
c16da9a52a
commit
d5ece87766
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user