Skip to content

Commit

Permalink
Fixed CI image for MSSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod committed Nov 13, 2023
1 parent 29bb44b commit 2eadaea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ RUN chmod a+x /tmp/scripts/*.sh && \
--exit-on-error \
/tmp/scripts && \
rm -rf /tmp/scripts

# Configure libraries for MSSQL
RUN cat /usr/share/tdsodbc/odbcinst.ini >> /etc/odbcinst.ini
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu/odbc
1 change: 1 addition & 0 deletions lib/dl_sqlalchemy_mssql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# MSSQL connector for DataLens
15 changes: 0 additions & 15 deletions lib/dl_sqlalchemy_mssql/README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion lib/dl_sqlalchemy_mssql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "BI MSSQL SQLAlchemy Dialect"
authors = ["DataLens Team <[email protected]>"]
packages = [{include = "dl_sqlalchemy_mssql"}]
license = "Apache 2.0"
readme = "README.rst"
readme = "README.md"


[tool.poetry.dependencies]
Expand Down

0 comments on commit 2eadaea

Please sign in to comment.