We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b5622 commit 0cef07cCopy full SHA for 0cef07c
code/datamodel/operationaldb.kql
@@ -13,11 +13,13 @@
13
CommercilizationType: string,
14
DeviceVendor: string,
15
HappinessScore: real,
16
- UserId: string
+ UserId: string,
17
+ EndTime: datetime
18
),
19
iptv_raw(
20
AppVersion: string,
21
Country: string,
22
+ EndTime: datetime,
23
24
HwModel: string,
25
Service: string,
0 commit comments