Is it possible to load data to Redshift after StreamEnricher?

@sphinks, it does work. It can be done in two ways:

  • sink raw data and run a full batch pipeline (older approach)
  • sink enriched data and run batch in stream mode (current approach)

See the diagrams in How to setup a Lambda architecture for Snowplow.