Skip to content

Commit

Permalink
check odbc driver integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Oct 23, 2023
1 parent f092026 commit b968985
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
run: tox -e integration-${{ matrix.test }}

databricks-tests:
name: test spark databricks against python ${{ matrix.python-version }}
name: run ${{ matrix.test }} against python ${{ matrix.python-version }}
# run if not a PR from a forked repository or has a label to mark as safe to test
# also checks that the matrix generated is not empty
if: >-
Expand Down Expand Up @@ -193,7 +193,6 @@ jobs:
DBT_DATABRICKS_HOST_NAME: ${{ secrets.DBT_DATABRICKS_HOST }}
DBT_DATABRICKS_ENDPOINT: ${{ secrets.DBT_DATABRICKS_ENDPOINT }}
DBT_DATABRICKS_TOKEN: ${{ secrets.DBT_DATABRICKS_TOKEN }}
DBT_DATABRICS_USER: ${{ secrets.DBT_DATABRICKS_USER }}
ODBC_DRIVER: "Simba"
steps:
- name: Check out the repository
Expand Down Expand Up @@ -244,6 +243,8 @@ jobs:
&& rm -rf /tmp \
&& dpkg -l | grep Simba # confirm that the driver is installed
ldd /opt/simba/spark/lib/64/libsparkodbc_sb64.so
- name: Run tox for Spark ${{ matrix.test }}
run: tox -e integration-${{ matrix.test }}

0 comments on commit b968985

Please sign in to comment.