Skip to content

Commit

Permalink
fix(ingest/clickhouse): pin version to solve column reflection regres…
Browse files Browse the repository at this point in the history
…sion (#9143)
  • Loading branch information
hsheth2 committed Oct 30, 2023
1 parent 300cea3 commit 58bcedc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@

clickhouse_common = {
# Clickhouse 0.2.0 adds support for SQLAlchemy 1.4.x
"clickhouse-sqlalchemy>=0.2.0",
# 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.
"clickhouse-sqlalchemy>=0.2.0,<0.2.5",
}

redshift_common = {
Expand Down

0 comments on commit 58bcedc

Please sign in to comment.