Merge pull request #223652 from fabaff/databricks-sql-connector-bump

python310Packages.databricks-sql-connector: mark as broken
This commit is contained in:
Fabian Affolter 2023-03-29 08:05:24 +02:00 committed by GitHub
commit 9fc2969096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,5 +70,8 @@ buildPythonPackage rec {
changelog = "https://github.com/databricks/databricks-sql-python/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ harvidsen ];
# No SQLAlchemy 2.0 support
# https://github.com/databricks/databricks-sql-python/issues/91
broken = true;
};
}