drummerwolli opened a new pull request, #34692:
URL: https://github.com/apache/superset/pull/34692

   ### SUMMARY
   
   upgrade databricks connectors
   
   sqlalchemy support for databricks was first moved to 
databricks-sql-connector and then outsourced again into a new package name, 
hence the rename: 
   
   
https://github.com/crflynn/sqlalchemy-databricks?tab=readme-ov-file#%EF%B8%8F-this-project-is-archived-a-new-sqlalchemy-dialect-is-available-directly-from-databricks
   
   <img width="870" height="211" alt="image" 
src="https://github.com/user-attachments/assets/ccc1ad75-340e-4d62-8e8e-5c05d7d71b42";
 />
   
   
https://github.com/databricks/databricks-sql-python?tab=readme-ov-file#sqlalchemy
   
   <img width="845" height="205" alt="image" 
src="https://github.com/user-attachments/assets/fe4c8e58-1894-4a43-922b-d3bef2669634";
 />
   
   #### DEPENDENCY ISSUE
   
   `databricks-sqlalchemy` is available for SQLAlchemy 1 and 2. I pinpointed 
this version now to 1.0.5 which is the version which is for SQLAlchemy 1.
   
   This version 1.0.5 needs though `pyarrow<17`. pyarrow in Superset was 
upgrade in #31476 to require at least v18. So we either upgrade SQLAlchemy to 
v2 (tricky and big, is someone working on this?) or downgrade pyarrow to 16 
(which is still an upgrade to v14 which is included in 5.0.0, and the feature 
required by the PR creator vor v18 is already included in v16).
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   n/a
   
   ### TESTING INSTRUCTIONS
   1. install databricks drivers
   2. set up a databricks connection and check that it works
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to