Skip to content

Commit

Permalink
Add event data structure info
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed May 5, 2023
1 parent 011285d commit fbdb3e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-workflows/run_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ def run_workflow(event: Dict):
Function for running a particular data workflow based on the event type. The
event dictionary should contain all of the necessary data to run the
specified data workflow.
Events:
activity: {}
seed-s3-categories: { version: string, categories_path: string }
"""

event_type = event.get("type", "").lower()
Expand Down

0 comments on commit fbdb3e9

Please sign in to comment.