feat/catalog 2.0 (#16)
* feat: lazy-load catalog from all dbs * feat: add interactions
This commit is contained in:
parent
28de7165bd
commit
f05f2009d6
11 changed files with 2151 additions and 459 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue