Skip to content

Commit

Permalink
role config (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
drethereum authored Nov 28, 2023
1 parent 5dbd027 commit 4084865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ vars:
OBSERV_FULL_TEST: False
HEAL_MODEL: False
START_GHA_TASKS: False
API_INTEGRATION: '{{ var("config")[target.name]["API_INTEGRATION"] if var("config")[target.name] else var("config")["dev"]["API_INTEGRATION"] }}'
EXTERNAL_FUNCTION_URI: '{{ var("config")[target.name]["EXTERNAL_FUNCTION_URI"] if var("config")[target.name] else var("config")["dev"]["EXTERNAL_FUNCTION_URI"] }}'
ROLES: |
["INTERNAL_DEV"]

0 comments on commit 4084865

Please sign in to comment.