The current implementation of the default UserAleSchema assumes logs are raw type. There is not explicit support for interval logs.
Solution
Need to make the schema more generic to cover both log types and write tests for both. This also means updating the implementation for the timestamp property as that relies on clientTime which is not present in interval logs.
Problem
The current implementation of the default
UserAleSchema
assumes logs areraw
type. There is not explicit support forinterval
logs.Solution
Need to make the schema more generic to cover both log types and write tests for both. This also means updating the implementation for the timestamp property as that relies on
clientTime
which is not present in interval logs.