if [ $# -eq 0 ]; then
    echo "Usage: ./run_to_stage.sh <path_to_sql_file>"
    exit 1
fi
echo "Deploying file to staging: $1"

uv run deploy_to_staging.py --file $1