Skip to content

Commit

Permalink
Change dbt profile target to prod
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
billettc committed Sep 13, 2024
1 parent 7068427 commit 9160035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/hivemapper/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ hivemapper:
dbname: hivemapper
schema: hivemapper

target: dev
target: prod

0 comments on commit 9160035

Please sign in to comment.