snowplow / snowplow-scala-analytics-sdk

Scala SDK for working with Snowplow enriched events in Spark, AWS Lambda, Flink et al.
https://snowplow.github.io/snowplow-scala-analytics-sdk/
20 stars 14 forks source link

Add function to create minimal event #81

Closed aldemirenes closed 5 years ago

aldemirenes commented 5 years ago

Similar implementation can be found in here.

dilyand commented 5 years ago

A bare-bones event that only has values for the required fields and None for all optional fields.

chuwy commented 5 years ago

We forgot "close" on this one, @dilyand.