15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
VERSION 2
|
|
# Data Source created from Pipe 'aggregate_verifications_per_day__v2'
|
|
|
|
SCHEMA >
|
|
`workspaceId` String,
|
|
`apiId` String,
|
|
`keyId` String,
|
|
`ratelimited` SimpleAggregateFunction(sum, Int64),
|
|
`count` AggregateFunction(count),
|
|
`time` DateTime
|
|
|
|
ENGINE "AggregatingMergeTree"
|
|
ENGINE_PARTITION_KEY "toYYYYMM(time)"
|
|
ENGINE_SORTING_KEY "workspaceId, apiId, keyId, time"
|