Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade SQLAlchemy so that it recognizes oracle dialect #68

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

vieiralucas
Copy link
Member

For oracle to work we need to use SQLAlchemy > 2.
The problem is that sqlalchemy-redshift does not support SQLAlchemy 2 yet.
I had to fork it: https://github.com/briefercloud/sqlalchemy-redshift

Closes #31

Comment on lines +26 to +28
ARG JUPYTER_REQUIREMENTS_FILE=jupyter-requirements.txt
COPY $JUPYTER_REQUIREMENTS_FILE ./requirements.txt

Copy link
Member Author

@vieiralucas vieiralucas Sep 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved this COPY down here to keep apt cached when requirements.txt changes.

@vieiralucas vieiralucas merged commit 6a903f0 into main Sep 16, 2024
2 checks passed
@vieiralucas vieiralucas deleted the fix-oracle branch September 16, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue connecting with an OracleDB
1 participant