Guest User

Untitled

a guest
Jan 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. SELECT
  2. time verifier_time,
  3. verifierData.outcome verifier_outcome,
  4. verifierData.score verifier_score,
  5. verifierData.kvPairString.key feature_name,
  6. verifierData.kvPairString.value feature_value,
  7. FROM [tt-dp-prod:mi.fides_events_nrt]
  8. WHERE ((_PARTITIONTIME >= DATE_ADD(TIMESTAMP('2018-01-10'), -1, 'DAY')
  9. AND _PARTITIONTIME <= DATE_ADD(TIMESTAMP('2018-01-10'), 1, 'DAY'))
  10. OR _PARTITIONTIME IS NULL)
  11. AND requestID = 37904033
  12. AND verifierData.name = "request.ml_ghosting_verifier_v2"
Add Comment
Please, Sign In to add comment