#!/bin/sh
# Validates metadata.yaml files.
cd "$(dirname "$0")/.."
exec python3 -m bigquery_etl.metadata.validate_metadata "$@"