Skip to content

Commit

Permalink
chore: standardize Poe tasks configuration across all connectors (#53233
Browse files Browse the repository at this point in the history
)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Aaron <AJ> Steers <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and aaronsteers authored Feb 7, 2025
1 parent 4dec57a commit ed19a15
Show file tree
Hide file tree
Showing 117 changed files with 921 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ destination-amazon-sqs = "destination_amazon_sqs.run:run"
[tool.poetry.group.dev.dependencies]
moto = "^5.0.7"
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ mypy = "^1.9.0"

[tool.poetry.scripts]
destination-astra = "destination_astra.run:run"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ destination-aws-datalake = "destination_aws_datalake.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ mypy = "^1.9.0"

[tool.poetry.scripts]
destination-chroma = "destination_chroma.run:run"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ destination-convex = "destination_convex.run:run"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
responses = "^0.13.3"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ destination-cumulio = "destination_cumulio.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ destination-databend = "destination_databend.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ include = [
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]

[tool.poetry.scripts]
destination-duckdb = "destination_duckdb.run:run"
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ destination-firebolt = "destination_firebolt.run:run"
requests-mock = "^1.9.3"
pytest-mock = "^3.6.1"
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ destination-firestore = "destination_firestore.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ destination-google-sheets = "destination_google_sheets.run:run"
[tool.poetry.group.dev.dependencies]
requests-mock = "^1.12.1"
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ freezegun = "^1.2"
pytest-mock = "^3.6.1"
pytest = "^8.3.2"
responses = "^0.23.1"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ pytest = "^ 8.0"

[tool.poetry.scripts]
destination-qdrant = "destination_meilisearch.run:run"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ mypy = "^1.9.0"

[tool.poetry.scripts]
destination-milvus = "destination_milvus.run:run"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ include = [
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]

[tool.poetry.scripts]
destination-motherduck = "destination_motherduck.run:run"
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ mypy = "^1.9.0"

[tool.poetry.scripts]
destination-pinecone = "destination_pinecone.run:run"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ mypy = "^1.9"

[tool.poetry.scripts]
destination-qdrant = "destination_qdrant.run:run"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ destination-rabbitmq = "destination_rabbitmq.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ destination-sftp-json = "destination_sftp_json.run:run"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
pytest-docker = "^3.1.1"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ destination-sqlite = "destination_sqlite.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ destination-timeplus = "destination_timeplus.run:run"
requests-mock = "*"
pytest-mock = "*"
pytest = "*"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ typesense = "^0.14.0"
pytest-mock = "^3.6.1"
pytest = "^8.3.2"



[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ mypy = "^1.9.0"
[tool.poetry.scripts]
destination-vectara = "destination_vectara.run:run"



[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ mypy = "^1.9.0"

[tool.poetry.scripts]
destination-weaviate = "destination_weaviate.run:run"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ destination-xata = "destination_xata.run:run"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
8 changes: 8 additions & 0 deletions airbyte-integrations/connectors/source-adjust/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ source-adjust = "source_adjust.run:run"
requests-mock = "^1.9.3"
pytest = "^6.1"
pytest-mock = "^3.6.1"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ source-airtable = "source_airtable.run:run"
requests-mock = "^1.9.3"
pytest-mock = "^3.6.1"
pytest = "^6.1"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ responses = "^0.25"
freezegun = "*"
requests-mock = "*"
pytest-mock = "*"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ pytest = "^7"
pytest-mock = "*"
freezegun = "*"
requests-mock = "*"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ source-amazon-sqs = "source_amazon_sqs.run:run"
requests-mock = "*"
pytest-mock = "*"
pytest = "*"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ source-appsflyer = "source_appsflyer.run:run"
pytest-mock = "^3.6.1"
requests-mock = "^1.9.3"
pytest = "^6.1"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
8 changes: 8 additions & 0 deletions airbyte-integrations/connectors/source-asana/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ source-asana = "source_asana.run:run"
requests-mock = "*"
pytest-mock = "*"
pytest = "*"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
8 changes: 8 additions & 0 deletions airbyte-integrations/connectors/source-avni/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ source-avni = "source_avni.run:run"
requests-mock = "^1.9.3"
pytest-mock = "^3.6.1"
pytest = "^6.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ pytest-mock = "^3.6.1"
requests-mock = "^1.9.3"
pandas = "2.2.1"
pytest = "^6.2"


[tool.poe]
include = [
# Shared tasks definition file(s) can be imported here.
# Run `poe` or `poe --help` to see the list of available tasks.
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
]
Loading

0 comments on commit ed19a15

Please sign in to comment.