Skip to content
Snippets Groups Projects
Commit ea0b72be authored by Eric Schoville's avatar Eric Schoville
Browse files

Merge branch 'odbcinst_update' into 'master'

Odbcinst update -INPLATFORM-298

See merge request !28
parents 774b5a95 0bf00a73
No related branches found
No related tags found
1 merge request!28Odbcinst update -INPLATFORM-298
......@@ -31,12 +31,11 @@ unzip \
jq \
sqlite3 \
libsqliteodbc \
unixodbc \
wget
# Snowflake ODBC
RUN wget --no-directories --recursive --level=1 --no-parent --accept 'snowflake-odbc*.deb' https://sfc-repo.snowflakecomputing.com/odbc/linux/latest/index.html && \
dpkg -i snowflake-odbc*.deb && \
dpkg -i --ignore-depends=unixodbc snowflake-odbc*.deb && \
rm snowflake-odbc*.deb
# Set the locale, Locale defaults are necessary for agent to operate correctly
......@@ -52,7 +51,7 @@ RUN mkdir /exports && chown $USER:$USER /exports
USER $USER
# Add the SQLite ODBC information. The main odbcinst.ini is in INFA_HOME directory.
ADD odbcinst.ini /home/agent/.odbcinst.ini
COPY --chown=agent odbcinst.ini /home/agent/.odbcinst.ini
# Create directories so that volume mounts pick up the correct users
RUN mkdir -p ~/databases && \
......
......@@ -3,3 +3,12 @@ Description = SQLite3 ODBC Driver
Driver = /usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so
Setup = /usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so
UsageCount = 1
[SnowflakeDSIIDriver]
APILevel=1
ConnectFunctions=YYY
Description=Snowflake DSII
Driver=/usr/lib/snowflake/odbc/lib/libSnowflake.so
DriverODBCVer=03.52
SQLLevel=1
UsageCount=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment