fix(ingest): pin great-expectations dependency to fix profiling error (#5980)

This commit is contained in:
Mayuri Nehate 2022-09-20 01:15:22 +05:30 committed by GitHub
parent 2f7fe593b7
commit 4062385d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ sql_common = {
# Required for all SQL sources.
"sqlalchemy==1.3.24",
# Required for SQL profiling.
"great-expectations>=0.15.12",
"great-expectations>=0.15.12, <0.15.23",
# GE added handling for higher version of jinja2
# https://github.com/great-expectations/great_expectations/pull/5382/files
# datahub does not depend on traitlets directly but great expectations does.