Skip to content

Commit

Permalink
fix(ingestion): stop CLI build failures (#4484)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Mar 24, 2022
1 parent 9596e73 commit f770ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def get_long_description():
"sqlalchemy==1.3.24",
# Required for SQL profiling.
"great-expectations>=0.14.11",
# datahub does not depend on Jinja2 directly but great expectations does. With Jinja2 3.1.0 GE 0.14.11 is breaking
"Jinja2<3.1.0",
"greenlet",
}

Expand Down

0 comments on commit f770ed5

Please sign in to comment.