Skip to content

Commit

Permalink
fix(ingest/databricks): pin pandas for databricks ingestion (datahub-…
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored and sleeperdeep committed Jun 25, 2024
1 parent 63992f5 commit c50eaf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
# Version 2.4.0 includes sqlalchemy dialect, 2.8.0 includes some bug fixes
# Version 3.0.0 required SQLAlchemy > 2.0.21
"databricks-sql-connector>=2.8.0,<3.0.0",
# Due to https://github.com/databricks/databricks-sql-python/issues/326
# databricks-sql-connector<3.0.0 requires pandas<2.2.0
"pandas<2.2.0",
}

mysql = sql_common | {"pymysql>=1.0.2"}
Expand Down

0 comments on commit c50eaf1

Please sign in to comment.