Skip to content

Commit

Permalink
Add Teradata as supported database (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateo Colina <[email protected]>
Co-authored-by: Alberto Donato <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2025
1 parent b31ce4a commit 9c56261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN pip install \
mysqlclient \
psycopg2 \
pymssql \
pyodbc
pyodbc \
teradatasqlalchemy

RUN curl \
https://download.oracle.com/otn_software/linux/instantclient/instantclient-basiclite-linux$(arch | sed -e 's/x86_64/x64/g; s/aarch64/-arm64/g').zip \
Expand Down

0 comments on commit 9c56261

Please sign in to comment.