tconbeer / harlequin

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

feat: add databricks adapter #433

Closed alexmalins closed 7 months ago

alexmalins commented 7 months ago

WIP for when databricks adapter is released

cf. #374

tconbeer commented 7 months ago

@alexmalins when the package is ready on PyPI, you'll have to run poetry lock and then push the lockfile before we can merge this.

alexmalins commented 7 months ago

Hey Ted! This one is good to go - we're live at https://pypi.org/project/harlequin-databricks/

tconbeer commented 7 months ago

Woohoo!

alexmalins commented 7 months ago

PR to add the adapter to conda-forge here

tconbeer commented 7 months ago

I'm trying to rebase this, and at least on my machine, Poetry can't seem to create a new lockfile (it just stalls). If you could try to rebase and re-run poetry lock, that would be great. Otherwise I'll come back to this shortly, after merging in some other updates

tconbeer commented 7 months ago

spoke too soon -- just got it to work with poetry lock --no-update

tconbeer commented 7 months ago

superseded by https://github.com/tconbeer/harlequin/pull/449