mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-04 13:36:46 +00:00
fix(ingestion): stop CLI build failures (#4484)
This commit is contained in:
parent
9596e73706
commit
f770ed5fea
@ -72,6 +72,8 @@ sql_common = {
|
|||||||
"sqlalchemy==1.3.24",
|
"sqlalchemy==1.3.24",
|
||||||
# Required for SQL profiling.
|
# Required for SQL profiling.
|
||||||
"great-expectations>=0.14.11",
|
"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",
|
"greenlet",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user