I have a snowplow pipeline setup on GCP. I was wondering if an enricher can split enriched messages between two different sinks. For example, sending events A to pubsub A and events B to pubsub B, essentially filtering and redirecting.
Is it possible to load data into two different BigQuery Tables using a single BQLoader, with minor modification to the BQLoader config, such that we can duplicate only certain type of events into the second table?