Skip to content

Commit

Permalink
Add End Time to Data Model
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed May 27, 2024
1 parent b4b5622 commit 0cef07c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/datamodel/operationaldb.kql
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
CommercilizationType: string,
DeviceVendor: string,
HappinessScore: real,
UserId: string
UserId: string,
EndTime: datetime
),
iptv_raw(
AppVersion: string,
Country: string,
EndTime: datetime,
HappinessScore: real,
HwModel: string,
Service: string,
Expand Down

0 comments on commit 0cef07c

Please sign in to comment.