Skip to content

Commit

Permalink
Adding Fabric as a dev requirement and updating github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Aug 27, 2024
1 parent 6d22fbb commit a03fbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
name: Integration tests on Azure
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- v*

pull_request:
branches:
- master
- v*

jobs:
integration-tests-azure:
Expand Down Expand Up @@ -50,4 +48,4 @@ jobs:
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 -v -x tests/functional --profile "ci_azure_auto"
run: pytest -r a -vv -x tests/functional --profile "ci_azure_auto"
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ git+https://github.com/dbt-labs/[email protected]#egg=dbt-core&subdirectory=co
git+https://github.com/dbt-labs/dbt-adapters.git
git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
git+https://github.com/dbt-labs/dbt-common.git
git+https://github.com/microsoft/dbt-fabric

pytest==8.0.1
twine==5.0.0
Expand Down

0 comments on commit a03fbad

Please sign in to comment.