Skip to content

Commit

Permalink
adapter: NebulaGraph (#574)
Browse files Browse the repository at this point in the history
* adapter: NebulaGraph

repo: https://github.com/wey-gu/harlequin-nebulagraph
doc: tconbeer/harlequin-web#91

* docs: add changelog
  • Loading branch information
wey-gu authored Jun 17, 2024
1 parent 7911367 commit 4159751
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]

- The Cassandra adapter is now installable as an extra; use `pip install harlequin[cassandra]`.
- The NebulaGraph adapter is now installable as an extra; use `pip install harlequin[nebulagraph]`.

## [1.20.0] - 2024-04-29

Expand Down
204 changes: 202 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ harlequin-trino = { version = "^0.1", optional = true }
harlequin-databricks = { version = "^0.1", python = ">=3.9.0", optional = true }
harlequin-adbc = { version = "^0.1", python = ">=3.9.0", optional = true }
harlequin-cassandra = { version = "^0.1", python = ">=3.9.0", optional = true }
harlequin-nebulagraph = { version = "^0.1", python = ">=3.9.0", optional = true }

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.3.1"
Expand Down Expand Up @@ -96,6 +97,7 @@ trino = ["harlequin-trino"]
databricks = ["harlequin-databricks"]
adbc = ["harlequin-adbc"]
cassandra = ["harlequin-cassandra"]
nebulagraph = ["harlequin-nebulagraph"]

[tool.poetry.plugins."harlequin.adapter"]
duckdb = "harlequin_duckdb:DuckDbAdapter"
Expand Down

0 comments on commit 4159751

Please sign in to comment.