the ole switcheroo

This commit is contained in:
Dave Connors
2024-11-14 09:47:09 -06:00
parent 464ca23576
commit 3ebdb6d12f
4 changed files with 4 additions and 4 deletions

View File

@@ -46,4 +46,4 @@ jobs:
BIGQUERY_KEYFILE_JSON: ${{ secrets.BIGQUERY_KEYFILE_JSON }} BIGQUERY_KEYFILE_JSON: ${{ secrets.BIGQUERY_KEYFILE_JSON }}
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }} SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
DBT_ENV_SECRET_SNOWFLAKE_PASS: ${{ secrets.SNOWFLAKE_PASS }} 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 }}

View File

@@ -53,7 +53,7 @@ integration_tests:
schema: "{{ env_var('DATABRICKS_SCHEMA', 'dbt_project_evaluator_integration_tests_databricks') }}" schema: "{{ env_var('DATABRICKS_SCHEMA', 'dbt_project_evaluator_integration_tests_databricks') }}"
host: "{{ env_var('DATABRICKS_HOST') }}" host: "{{ env_var('DATABRICKS_HOST') }}"
http_path: "{{ env_var('DATABRICKS_HTTP_PATH') }}" 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 threads: 10
duckdb: duckdb:

View File

@@ -53,7 +53,7 @@ integration_tests:
schema: "{{ env_var('DATABRICKS_SCHEMA', 'dbt_project_evaluator_integration_tests_databricks') }}" schema: "{{ env_var('DATABRICKS_SCHEMA', 'dbt_project_evaluator_integration_tests_databricks') }}"
host: "{{ env_var('DATABRICKS_HOST') }}" host: "{{ env_var('DATABRICKS_HOST') }}"
http_path: "{{ env_var('DATABRICKS_HTTP_PATH') }}" 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 threads: 10
duckdb: duckdb:

View File

@@ -34,7 +34,7 @@ passenv =
DATABRICKS_SCHEMA DATABRICKS_SCHEMA
DATABRICKS_HOST DATABRICKS_HOST
DATABRICKS_HTTP_PATH DATABRICKS_HTTP_PATH
DBT_SECRET_ENV_DATABRICKS_TOKEN DBT_ENV_SECRET_DATABRICKS_TOKEN
# Snowflake integration tests for centralized dbt testing # Snowflake integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment # run dbt commands directly, assumes dbt is already installed in environment