snowplow / dbt-snowplow-unified

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

Closed matus-tomlein closed 10 months ago

matus-tomlein commented 11 months ago

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.