Skip to content

Commit

Permalink
variant added
Browse files Browse the repository at this point in the history
  • Loading branch information
akurdyukov committed Oct 30, 2023
1 parent b47607a commit f539432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tap-clickhouse

`tap-clickhouse` is a Singer tap for ClickHouse.
`tap-clickhouse` is a Singer tap for ClickHouse. Unlike 'airbyte' variant this one does not need docker to run.

Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "tap-clickhouse"
name = "akurdyukov-tap-clickhouse"
version = "0.0.1"
description = "`tap-clickhouse` is a Singer tap for ClickHouse, built with the Meltano Singer SDK."
readme = "README.md"
Expand All @@ -9,6 +9,9 @@ keywords = [
"ClickHouse",
]
license = "Apache-2.0"
packages = [
{ include = "tap_clickhouse" }
]

[tool.poetry.dependencies]
python = ">=3.7.1,<4"
Expand Down

0 comments on commit f539432

Please sign in to comment.