#!/bin/bash

set -xe

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

python feed_ingestion/bin/exec_flows.py physical_warehouse_reports --skip $SKIP --days $DAYS --context '{'"$reload_arg"'}'
