Skip to content

Commit

Permalink
Reverting sqlalchemy upgrade because it caused issues with mssql and …
Browse files Browse the repository at this point in the history
…redshift-usage
  • Loading branch information
treff7es committed Jun 29, 2022
1 parent d812fd1 commit 5ebf7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_long_description():

sql_common = {
# Required for all SQL sources.
"sqlalchemy>=1.3.24,<2.0.0",
"sqlalchemy==1.3.24",
# Required for SQL profiling.
"great-expectations>=0.14.11,<0.15.3",
# datahub does not depend on Jinja2 directly but great expectations does. With Jinja2 3.1.0 GE 0.14.11 is breaking
Expand Down

0 comments on commit 5ebf7d7

Please sign in to comment.