You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For use cases with anonymous tracking activated the assertions fail because of the check for cookie ids:
OR domain_userid IS NULL
OR domain_sessionid IS NULL
OR domain_sessionidx IS NULL
Would it maybe make sense to have these seperated from the other data quality assertions? If I get dataform notifications everyday with "Run failed" because of these, I will probably ignore them after a couple of days and won't realize when there are other issues arising.
For use cases with anonymous tracking activated the assertions fail because of the check for cookie ids:
Would it maybe make sense to have these seperated from the other data quality assertions? If I get dataform notifications everyday with "Run failed" because of these, I will probably ignore them after a couple of days and won't realize when there are other issues arising.