-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Destination Typesense: Added support for path config option (#36460)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
- Loading branch information
1 parent
a4064d5
commit 15eeaba
Showing
8 changed files
with
1,094 additions
and
68 deletions.
There are no files selected for viewing
38 changes: 0 additions & 38 deletions
38
airbyte-integrations/connectors/destination-typesense/Dockerfile
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,045 changes: 1,045 additions & 0 deletions
1,045
airbyte-integrations/connectors/destination-typesense/poetry.lock
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
airbyte-integrations/connectors/destination-typesense/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[build-system] | ||
requires = [ "poetry-core>=1.0.0",] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
version = "0.1.4" | ||
name = "destination-typesense" | ||
description = "Destination Implementation for Typesense." | ||
authors = [ "Airbyte <contact@airbyte.io>",] | ||
license = "MIT" | ||
readme = "README.md" | ||
documentation = "https://docs.airbyte.com/integrations/destination/typesense" | ||
homepage = "https://airbyte.com" | ||
repository = "https://github.com/airbytehq/airbyte" | ||
[[tool.poetry.packages]] | ||
include = "destination_typesense" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9,<3.12" | ||
airbyte-cdk = "==0.74.0" | ||
typesense = "^0.14.0" | ||
|
||
|
||
[tool.poetry.scripts] | ||
destination-typesense = "destination_typesense.run:run" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
requests-mock = "^1.9.3" | ||
typesense = "^0.14.0" | ||
pytest-mock = "^3.6.1" | ||
pytest = "^6.1" | ||
|
23 changes: 0 additions & 23 deletions
23
airbyte-integrations/connectors/destination-typesense/setup.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters