1
0
mirror of synced 2025-12-25 02:09:19 -05:00

chore: standardize Poe tasks configuration across all connectors (#53233)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Aaron <AJ> Steers <aj@airbyte.io>
This commit is contained in:
devin-ai-integration[bot]
2025-02-07 15:26:48 -08:00
committed by GitHub
parent 4dec57a29f
commit ed19a158c4
117 changed files with 921 additions and 4 deletions

View File

@@ -31,3 +31,11 @@ pytest-mock = "^3.6.1"
freezegun = "==1.5.1"
requests-mock = "^1.9.3"
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",
]