A fully incremental model, that transforms raw web & mobile event data generated by the Snowplow JavaScript & mobile trackers into a series of derived tables of varying levels of aggregation.
Other
13
stars
6
forks
source link
Remove test for not null screen ID and name in app errors table #18
Currently we test that the screen_id and screen_name in the snowplow_unified_app_errors table is not null. However, this may not always be true. In case a screen view event is not tracked before the error occurs, these properties will be null.
We should remove the test to avoid the failing tests.
Currently we test that the
screen_id
andscreen_name
in thesnowplow_unified_app_errors
table is not null. However, this may not always be true. In case a screen view event is not tracked before the error occurs, these properties will be null.We should remove the test to avoid the failing tests.