From 9160035ea416f3345e60068a875066c54b4cc353 Mon Sep 17 00:00:00 2001 From: Charles Billette Date: Fri, 13 Sep 2024 10:20:37 -0400 Subject: [PATCH] Change dbt profile target to prod Update the profile target from dev to prod in the dbt/hivemapper/profiles.yml file. This change ensures that the configuration points to the production environment. --- dbt/hivemapper/profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/hivemapper/profiles.yml b/dbt/hivemapper/profiles.yml index 73c5c51..855f4a6 100644 --- a/dbt/hivemapper/profiles.yml +++ b/dbt/hivemapper/profiles.yml @@ -17,4 +17,4 @@ hivemapper: dbname: hivemapper schema: hivemapper - target: dev + target: prod