diff --git a/dbt_project.yml b/dbt_project.yml index 0dd3d0d..685890d 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -116,15 +116,15 @@ vars: config: # The keys correspond to dbt profiles and are case sensitive dev: - API_INTEGRATION: - EXTERNAL_FUNCTION_URI: + API_INTEGRATION: AWS__API_STG_V2 + EXTERNAL_FUNCTION_URI: .execute-api.us-east-1.amazonaws.com/stg/ ROLES: - AWS_LAMBDA__API # replace with the name of the chain - INTERNAL_DEV prod: - API_INTEGRATION: - EXTERNAL_FUNCTION_URI: + API_INTEGRATION: AWS__API_PROD_V2 + EXTERNAL_FUNCTION_URI: .execute-api.us-east-1.amazonaws.com/prod/ ROLES: - AWS_LAMBDA__API # replace with the name of the chain - INTERNAL_DEV