Update API integration and external function URI in dbt_project.yml

This commit is contained in:
Julius Remigio 2024-03-07 14:57:17 -08:00
parent a96acf5428
commit 9122c7c0f9

View File

@ -72,14 +72,13 @@ vars:
config:
# The keys correspond to dbt profiles and are case sensitive
dev:
API_INTEGRATION: aws_axelar_api
API_INTEGRATION: aws_axelar_api_dev
EXTERNAL_FUNCTION_URI: 5v36zckfli.execute-api.us-east-1.amazonaws.com/stg/
ROLES:
- INTERNAL_DEV
prod:
API_INTEGRATION: aws_axelar_api
EXTERNAL_FUNCTION_URI: bqco8lkjsb.execute-api.us-east-1.amazonaws.com/prod/
EXTERNAL_FUNCTION_URI_2_0: ''
EXTERNAL_FUNCTION_URI: ''
ROLES:
- INTERNAL_DEV