Skip to content

Commit

Permalink
download simba
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Oct 23, 2023
1 parent 51511ec commit 98607b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,13 @@ jobs:
apt-get update && apt-get install -y --no-install-recommends \
g++ \
unixodbc-dev \
curl \
unzip
curl -OL \
https://databricks.com/wp-content/uploads/drivers-2020/SimbaSparkODBC-2.6.16.1019-Debian-64bit.zip \
/tmp/simba_odbc.zip
unzip /tmp/simba_odbc.zip -d /tmp/ \
&& dpkg -i /tmp/SimbaSparkODBC-*/*.deb \
&& echo "[Simba]\nDriver = /opt/simba/spark/lib/64/libsparkodbc_sb64.so" >> /etc/odbcinst.ini \
Expand Down

0 comments on commit 98607b6

Please sign in to comment.