rusackas commented on PR #41954: URL: https://github.com/apache/superset/pull/41954#issuecomment-4948992065
Can't take this one yet. databricks-sqlalchemy 2.x requires `sqlalchemy>=2.0.21`, and we're still pinned to `sqlalchemy>=1.4, <2`, so `pip install apache-superset[databricks]` would fail to resolve and the extra wouldn't install at all. It's not dropping any Databricks support (the `databricks-sql-connector==4.2.6` pin still satisfies 2.x's `>=4.0.1`), it's purely the SQLAlchemy 2 requirement, and 1.0.5 is already the newest 1.x release. So this has to wait for our SQLAlchemy 2 migration. Parking it for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
