diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 61cf5a634..41177f054 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -193,6 +193,10 @@ jobs: DBT_DATABRICKS_HOST_NAME: ${{ secrets.DBT_DATABRICKS_HOST }} DBT_DATABRICKS_ENDPOINT: ${{ secrets.DBT_DATABRICKS_ENDPOINT }} DBT_DATABRICKS_TOKEN: ${{ secrets.DBT_DATABRICKS_TOKEN }} + DBT_DATABRICKS_USERNAME: ${{ secrets.DBT_DATABRICKS_USERNAME }} + DBT_TEST_USER_1: "buildbot+dbt_test_user_1@dbtlabs.com" + DBT_TEST_USER_2: "buildbot+dbt_test_user_2@dbtlabs.com" + DBT_TEST_USER_3: "buildbot+dbt_test_user_3@dbtlabs.com" ODBC_DRIVER: "Simba" steps: - name: Check out the repository