feat/catalog 2.0 (#16)

* feat: lazy-load catalog from all dbs

* feat: add interactions
This commit is contained in:
Ted Conbeer 2025-02-25 15:01:58 -07:00 committed by GitHub
commit f05f2009d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 2151 additions and 459 deletions

View file

@ -14,7 +14,7 @@ odbc = "harlequin_odbc:HarlequinOdbcAdapter"
[tool.poetry.dependencies]
python = ">=3.9,<3.14"
harlequin = ">=1.9.1,<3"
harlequin = ">=1.25,<3"
pyodbc = "^5.0"
[tool.poetry.group.dev.dependencies]
@ -30,13 +30,13 @@ build-backend = "poetry.core.masonry.api"
[tool.ruff]
target-version = "py38"
target-version = "py39"
[tool.ruff.lint]
select = ["A", "B", "E", "F", "I"]
[tool.mypy]
python_version = "3.8"
python_version = "3.9"
files = [
"src/**/*.py",
"tests/**/*.py",