mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-17 18:01:28 +00:00
the ole switcheroo
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -46,4 +46,4 @@ jobs:
|
||||
BIGQUERY_KEYFILE_JSON: ${{ secrets.BIGQUERY_KEYFILE_JSON }}
|
||||
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
|
||||
DBT_ENV_SECRET_SNOWFLAKE_PASS: ${{ secrets.SNOWFLAKE_PASS }}
|
||||
DBT_SECRET_ENV_DATABRICKS_TOKEN: ${{ secrets.DBT_SECRET_ENV_DATABRICKS_TOKEN }}
|
||||
DBT_ENV_SECRET_DATABRICKS_TOKEN: ${{ secrets.DBT_ENV_SECRET_DATABRICKS_TOKEN }}
|
||||
@@ -53,7 +53,7 @@ integration_tests:
|
||||
schema: "{{ env_var('DATABRICKS_SCHEMA', 'dbt_project_evaluator_integration_tests_databricks') }}"
|
||||
host: "{{ env_var('DATABRICKS_HOST') }}"
|
||||
http_path: "{{ env_var('DATABRICKS_HTTP_PATH') }}"
|
||||
token: "{{ env_var('DBT_SECRET_ENV_DATABRICKS_TOKEN') }}"
|
||||
token: "{{ env_var('DBT_ENV_SECRET_DATABRICKS_TOKEN') }}"
|
||||
threads: 10
|
||||
|
||||
duckdb:
|
||||
|
||||
@@ -53,7 +53,7 @@ integration_tests:
|
||||
schema: "{{ env_var('DATABRICKS_SCHEMA', 'dbt_project_evaluator_integration_tests_databricks') }}"
|
||||
host: "{{ env_var('DATABRICKS_HOST') }}"
|
||||
http_path: "{{ env_var('DATABRICKS_HTTP_PATH') }}"
|
||||
token: "{{ env_var('DBT_SECRET_ENV_DATABRICKS_TOKEN') }}"
|
||||
token: "{{ env_var('DBT_ENV_SECRET_DATABRICKS_TOKEN') }}"
|
||||
threads: 10
|
||||
|
||||
duckdb:
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -34,7 +34,7 @@ passenv =
|
||||
DATABRICKS_SCHEMA
|
||||
DATABRICKS_HOST
|
||||
DATABRICKS_HTTP_PATH
|
||||
DBT_SECRET_ENV_DATABRICKS_TOKEN
|
||||
DBT_ENV_SECRET_DATABRICKS_TOKEN
|
||||
|
||||
# Snowflake integration tests for centralized dbt testing
|
||||
# run dbt commands directly, assumes dbt is already installed in environment
|
||||
|
||||
Reference in New Issue
Block a user