From 464ca23576ef019c2ba68c39cac8ad3773779af8 Mon Sep 17 00:00:00 2001 From: Dave Connors Date: Wed, 13 Nov 2024 16:19:19 -0600 Subject: [PATCH] other profile --- integration_tests_2/profiles.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests_2/profiles.yml b/integration_tests_2/profiles.yml index 31a43ee2..8270990d 100644 --- a/integration_tests_2/profiles.yml +++ b/integration_tests_2/profiles.yml @@ -51,9 +51,9 @@ integration_tests: databricks: type: databricks schema: "{{ env_var('DATABRICKS_SCHEMA', 'dbt_project_evaluator_integration_tests_databricks') }}" - host: "{{ env_var('DATABRICKS_TEST_HOST') }}" - http_path: "{{ env_var('DATABRICKS_TEST_HTTP_PATH') }}" - token: "{{ env_var('DATABRICKS_TEST_ACCESS_TOKEN') }}" + host: "{{ env_var('DATABRICKS_HOST') }}" + http_path: "{{ env_var('DATABRICKS_HTTP_PATH') }}" + token: "{{ env_var('DBT_SECRET_ENV_DATABRICKS_TOKEN') }}" threads: 10 duckdb: