Skip to content

Commit

Permalink
other profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Nov 13, 2024
1 parent 045ff18 commit 464ca23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_tests_2/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 464ca23

Please sign in to comment.