snowplow / snowplow-python-analytics-sdk

Python SDK for working with Snowplow enriched events in Spark, AWS Lambda et al.
21 stars 9 forks source link

Add support for checking and setting a DynamoDB-backed run manifest #14

Closed alexanderdean closed 7 years ago

alexanderdean commented 7 years ago

This functionality should allow you to:

  1. Check if a Snowplow run ID is present in the manifest
  2. Add a Snowplow run ID to the manifest

The manifest should be a DynamoDB table which has been pre-created.