From 34715bf321e996eb5689abf1a55bad11bb0bfe68 Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Tue, 27 Aug 2024 17:11:37 -0700 Subject: [PATCH] Update dbt test users in the database and updating integration tests --- .github/workflows/integration-tests-azure.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index a346920..ea42ab4 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -45,7 +45,5 @@ jobs: DBT_TEST_USER_1: DBT_TEST_USER_1 DBT_TEST_USER_2: DBT_TEST_USER_2 DBT_TEST_USER_3: DBT_TEST_USER_3 - DBT_TEST_AAD_PRINCIPAL_1: DBT_TEST_AAD_PRINCIPAL_1 - DBT_TEST_AAD_PRINCIPAL_2: DBT_TEST_AAD_PRINCIPAL_2 SYNAPSE_TEST_DRIVER: 'ODBC Driver ${{ matrix.msodbc_version }} for SQL Server' run: pytest -r a -vv -x tests/functional --profile "ci_azure_auto"