snowplow / snowbridge

For replicating streams across clouds, accounts and regions
Other
15 stars 7 forks source link

Add new filter using Analytics SDK to 0.2.0 in Stream Replicator #125

Closed TiganeteaRobert closed 2 years ago

TiganeteaRobert commented 2 years ago

Added the ability for the user to filter events by values inside contexts and unstruct_value.

How to use:

Context filter: contexts_nl_basjes_yauaa_context_1.test1.test2[0].test3==testValue

Unstruct event filter: unstruct_event_add_to_cart_1.sku==item41 or unstruct_event_add_to_cart==item41


This PR was done by cherry-picking the filters commit on a new branch created from the newly rebased release/1.0.0 branch.

Initial PR before rebase: https://github.com/snowplow-devops/stream-replicator/pull/116