Skip to content

Commit a03fbad

Browse files
committed
Adding Fabric as a dev requirement and updating github workflow
1 parent 6d22fbb commit a03fbad

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/integration-tests-azure.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
name: Integration tests on Azure
33
on: # yamllint disable-line rule:truthy
4-
push:
5-
branches:
6-
- master
7-
- v*
4+
85
pull_request:
96
branches:
107
- master
8+
- v*
119

1210
jobs:
1311
integration-tests-azure:
@@ -50,4 +48,4 @@ jobs:
5048
DBT_TEST_AAD_PRINCIPAL_1: DBT_TEST_AAD_PRINCIPAL_1
5149
DBT_TEST_AAD_PRINCIPAL_2: DBT_TEST_AAD_PRINCIPAL_2
5250
SYNAPSE_TEST_DRIVER: 'ODBC Driver ${{ matrix.msodbc_version }} for SQL Server'
53-
run: pytest -r a -v -x tests/functional --profile "ci_azure_auto"
51+
run: pytest -r a -vv -x tests/functional --profile "ci_azure_auto"

dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git+https://github.com/dbt-labs/[email protected]#egg=dbt-core&subdirectory=co
44
git+https://github.com/dbt-labs/dbt-adapters.git
55
git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
66
git+https://github.com/dbt-labs/dbt-common.git
7+
git+https://github.com/microsoft/dbt-fabric
78

89
pytest==8.0.1
910
twine==5.0.0

0 commit comments

Comments
 (0)