mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
fix(docker): Fix for metadata ingestion docker build (#13435)
This commit is contained in:
parent
a002793e63
commit
2f44cc74a9
@ -227,6 +227,8 @@ clickhouse_common = {
|
||||
# Clickhouse 0.2.0 adds support for SQLAlchemy 1.4.x
|
||||
# Disallow 0.2.5 because of https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/272.
|
||||
# Note that there's also a known issue around nested map types: https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/269.
|
||||
# zstd needs to be pinned because the latest version causes issues on arm
|
||||
"zstd<1.5.6.8",
|
||||
"clickhouse-sqlalchemy>=0.2.0,<0.2.5",
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user