fix(ingestion): stop CLI build failures (#4484)

This commit is contained in:
Aseem Bansal 2022-03-24 21:33:56 +05:30 committed by GitHub
parent 9596e73706
commit f770ed5fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,8 @@ sql_common = {
"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",
}