tconbeer / harlequin

The SQL IDE for Your Terminal.
https://harlequin.sh
MIT License
3.37k stars 75 forks source link

Add ADBC Adapter #517

Closed TylerHillery closed 3 months ago

TylerHillery commented 3 months ago

No open issue by does relate to #383 (I didn't want to mark it as "resolves" as it's not technically a Snowflake specific adapter so I will leave that up to you to decide)

What are the key elements of this solution? Adds adbc adapter as an extra

Why did you design your solution this way? Did you assess any alternatives? Are there tradeoffs? Followed typical PR format for adding an adapter as an extra

Does this PR require a change to Harlequin's docs?

Did you add or update tests for this change?

Please complete the following checklist:

TylerHillery commented 3 months ago

Not quite sure what I am doing wrong, I updated pyproject.toml then ran poetry lock

tconbeer commented 3 months ago

Looks like Numpy 2.0 was released and is causing all kinds of issues -- we may have to pin one or more dependencies to 1.X. I can try to work through it this week.

tconbeer commented 3 months ago

superseded by #519