mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
other profile
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user