diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 142752b66..08f55f848 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -248,6 +248,7 @@ jobs: unzip SimbaSparkODBC-2.6.16.1019-Debian-64bit.zip -d /tmp/ \ && sudo dpkg -i /tmp/SimbaSparkODBC-*/*.deb \ + && echo "[ODBC Data Sources]\nSimba=Databricks ODBC Connector" >> /etc/odbc.ini \ && echo "[Simba]\nDriver = /opt/simba/spark/lib/64/libsparkodbc_sb64.so" >> /etc/odbcinst.ini \ && rm -rf /tmp \ && sudo dpkg -l | grep Simba # confirm that the driver is installed