#!/bin/bash -e

# This script seeds metadata tables.
echo 'dbt --warn-error seed '"$@"
pipenv run dbt --warn-error seed "$@"
