Skip to content

Commit 0cef07c

Browse files
committed
Add End Time to Data Model
1 parent b4b5622 commit 0cef07c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code/datamodel/operationaldb.kql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
CommercilizationType: string,
1414
DeviceVendor: string,
1515
HappinessScore: real,
16-
UserId: string
16+
UserId: string,
17+
EndTime: datetime
1718
),
1819
iptv_raw(
1920
AppVersion: string,
2021
Country: string,
22+
EndTime: datetime,
2123
HappinessScore: real,
2224
HwModel: string,
2325
Service: string,

0 commit comments

Comments
 (0)