#!/bin/bash

set +xve

if [ "$RELOAD" = 'true' ] ; then
  reload_arg=', "reload": "True"'
else
  reload_arg=''
fi

python feed_ingestion/bin/exec_flows.py youtube_bulk_reports_facts_asset --max_concurrent_flows 10 --skip $SKIP --days $DAYS --context '{"licensor": "'$LICENSOR'"'"$reload_arg"'}'
