#!/bin/bash

set -e

export DBT_PROFILES_DIR="/var/app/profiles/snowflake_auth"

cd /var/app

echo "Running dbt test command for ${DBT_TARGET} ..."
uv run dbt test --target ${DBT_TARGET}
