mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-17 13:00:56 +00:00
added result limit in DatabaseServiceQueryUsagePipeline (#3987)
This commit is contained in:
parent
c885a7c107
commit
ee92311814
@ -13,6 +13,11 @@
|
||||
"description": "Temporary file name to store the query logs before processing. Absolute file path required.",
|
||||
"type": "string",
|
||||
"default": "/tmp/query_log"
|
||||
},
|
||||
"resultLimit": {
|
||||
"description": "Configuration to set the limit for query logs",
|
||||
"type": "integer",
|
||||
"default": "100"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user