#!/bin/bash

set +x

if [ -z $CONTEXT ]; then
  CONTEXT="{}"
fi

python feed_ingestion/bin/exec_flows.py youtube_neo4j --skip $SKIP --days $DAYS --context "$CONTEXT" --check-status

