diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 087dac4d..b97dafb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file + DBT_ENV_SECRET_DATABRICKS_TOKEN: ${{ secrets.DBT_ENV_SECRET_DATABRICKS_TOKEN }} \ No newline at end of file diff --git a/integration_tests/profiles.yml b/integration_tests/profiles.yml index 8270990d..75ef5c15 100644 --- a/integration_tests/profiles.yml +++ b/integration_tests/profiles.yml @@ -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: diff --git a/integration_tests_2/profiles.yml b/integration_tests_2/profiles.yml index 8270990d..75ef5c15 100644 --- a/integration_tests_2/profiles.yml +++ b/integration_tests_2/profiles.yml @@ -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: diff --git a/tox.ini b/tox.ini index aa2e3f24..03e891b0 100644 --- a/tox.ini +++ b/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