diff --git a/airbyte-integrations/connectors/destination-amazon-sqs/pyproject.toml b/airbyte-integrations/connectors/destination-amazon-sqs/pyproject.toml index b5d9e92e16d8f..2408609f7ff38 100644 --- a/airbyte-integrations/connectors/destination-amazon-sqs/pyproject.toml +++ b/airbyte-integrations/connectors/destination-amazon-sqs/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-astra/pyproject.toml b/airbyte-integrations/connectors/destination-astra/pyproject.toml index bd86b78b1db11..4c84f2409b75f 100644 --- a/airbyte-integrations/connectors/destination-astra/pyproject.toml +++ b/airbyte-integrations/connectors/destination-astra/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-aws-datalake/pyproject.toml b/airbyte-integrations/connectors/destination-aws-datalake/pyproject.toml index a616d9a36cc80..97bfeb283b4b7 100644 --- a/airbyte-integrations/connectors/destination-aws-datalake/pyproject.toml +++ b/airbyte-integrations/connectors/destination-aws-datalake/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-chroma/pyproject.toml b/airbyte-integrations/connectors/destination-chroma/pyproject.toml index acf7fb94f40a1..4b8309dca40a1 100644 --- a/airbyte-integrations/connectors/destination-chroma/pyproject.toml +++ b/airbyte-integrations/connectors/destination-chroma/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-convex/pyproject.toml b/airbyte-integrations/connectors/destination-convex/pyproject.toml index d5e692fa4d297..c4aadad7cd512 100644 --- a/airbyte-integrations/connectors/destination-convex/pyproject.toml +++ b/airbyte-integrations/connectors/destination-convex/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-cumulio/pyproject.toml b/airbyte-integrations/connectors/destination-cumulio/pyproject.toml index 0fb3497560ba0..fccc8d456963f 100644 --- a/airbyte-integrations/connectors/destination-cumulio/pyproject.toml +++ b/airbyte-integrations/connectors/destination-cumulio/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-databend/pyproject.toml b/airbyte-integrations/connectors/destination-databend/pyproject.toml index 5e5c88a9c3995..e9b8efef16edd 100644 --- a/airbyte-integrations/connectors/destination-databend/pyproject.toml +++ b/airbyte-integrations/connectors/destination-databend/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-duckdb/pyproject.toml b/airbyte-integrations/connectors/destination-duckdb/pyproject.toml index d3426f72c40d7..8aa5258e9e47a 100644 --- a/airbyte-integrations/connectors/destination-duckdb/pyproject.toml +++ b/airbyte-integrations/connectors/destination-duckdb/pyproject.toml @@ -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" diff --git a/airbyte-integrations/connectors/destination-firebolt/pyproject.toml b/airbyte-integrations/connectors/destination-firebolt/pyproject.toml index 0aadb7e0cccd9..ea73fd74e00c7 100644 --- a/airbyte-integrations/connectors/destination-firebolt/pyproject.toml +++ b/airbyte-integrations/connectors/destination-firebolt/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-firestore/pyproject.toml b/airbyte-integrations/connectors/destination-firestore/pyproject.toml index 09d18f53c4ff2..2db21bd675c6c 100644 --- a/airbyte-integrations/connectors/destination-firestore/pyproject.toml +++ b/airbyte-integrations/connectors/destination-firestore/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-google-sheets/pyproject.toml b/airbyte-integrations/connectors/destination-google-sheets/pyproject.toml index 0407f763ced7c..c0663efc8af59 100644 --- a/airbyte-integrations/connectors/destination-google-sheets/pyproject.toml +++ b/airbyte-integrations/connectors/destination-google-sheets/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-kvdb/pyproject.toml b/airbyte-integrations/connectors/destination-kvdb/pyproject.toml index 40ac172c85795..f310745aa4cb8 100644 --- a/airbyte-integrations/connectors/destination-kvdb/pyproject.toml +++ b/airbyte-integrations/connectors/destination-kvdb/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-meilisearch/pyproject.toml b/airbyte-integrations/connectors/destination-meilisearch/pyproject.toml index f4c02c54bbf78..2506207460044 100644 --- a/airbyte-integrations/connectors/destination-meilisearch/pyproject.toml +++ b/airbyte-integrations/connectors/destination-meilisearch/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-milvus/pyproject.toml b/airbyte-integrations/connectors/destination-milvus/pyproject.toml index 1045cd4295469..d1a844316bbcb 100644 --- a/airbyte-integrations/connectors/destination-milvus/pyproject.toml +++ b/airbyte-integrations/connectors/destination-milvus/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-motherduck/pyproject.toml b/airbyte-integrations/connectors/destination-motherduck/pyproject.toml index b26a62dc38984..8ef16fd93d5ff 100644 --- a/airbyte-integrations/connectors/destination-motherduck/pyproject.toml +++ b/airbyte-integrations/connectors/destination-motherduck/pyproject.toml @@ -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" diff --git a/airbyte-integrations/connectors/destination-pinecone/pyproject.toml b/airbyte-integrations/connectors/destination-pinecone/pyproject.toml index afcdd457ce92a..fca6f75245ccb 100644 --- a/airbyte-integrations/connectors/destination-pinecone/pyproject.toml +++ b/airbyte-integrations/connectors/destination-pinecone/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-qdrant/pyproject.toml b/airbyte-integrations/connectors/destination-qdrant/pyproject.toml index 16c65d7ccb2cf..dc441f79ba010 100644 --- a/airbyte-integrations/connectors/destination-qdrant/pyproject.toml +++ b/airbyte-integrations/connectors/destination-qdrant/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-rabbitmq/pyproject.toml b/airbyte-integrations/connectors/destination-rabbitmq/pyproject.toml index ed1d514e718cb..49b79fcdad324 100644 --- a/airbyte-integrations/connectors/destination-rabbitmq/pyproject.toml +++ b/airbyte-integrations/connectors/destination-rabbitmq/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-sftp-json/pyproject.toml b/airbyte-integrations/connectors/destination-sftp-json/pyproject.toml index 4764f334ccf47..7aca5a5d79b04 100644 --- a/airbyte-integrations/connectors/destination-sftp-json/pyproject.toml +++ b/airbyte-integrations/connectors/destination-sftp-json/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-sqlite/pyproject.toml b/airbyte-integrations/connectors/destination-sqlite/pyproject.toml index 2d686aad9604b..7334d3df74d46 100644 --- a/airbyte-integrations/connectors/destination-sqlite/pyproject.toml +++ b/airbyte-integrations/connectors/destination-sqlite/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-timeplus/pyproject.toml b/airbyte-integrations/connectors/destination-timeplus/pyproject.toml index a472bc80f1186..5a72b02bfc8e1 100644 --- a/airbyte-integrations/connectors/destination-timeplus/pyproject.toml +++ b/airbyte-integrations/connectors/destination-timeplus/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-typesense/pyproject.toml b/airbyte-integrations/connectors/destination-typesense/pyproject.toml index 68f0eebf92632..f97c09e2db502 100644 --- a/airbyte-integrations/connectors/destination-typesense/pyproject.toml +++ b/airbyte-integrations/connectors/destination-typesense/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-vectara/pyproject.toml b/airbyte-integrations/connectors/destination-vectara/pyproject.toml index 27c3039eccc0d..6606562e97bb0 100644 --- a/airbyte-integrations/connectors/destination-vectara/pyproject.toml +++ b/airbyte-integrations/connectors/destination-vectara/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-weaviate/pyproject.toml b/airbyte-integrations/connectors/destination-weaviate/pyproject.toml index 7747b979c1e14..7bf7dbcf19852 100644 --- a/airbyte-integrations/connectors/destination-weaviate/pyproject.toml +++ b/airbyte-integrations/connectors/destination-weaviate/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/destination-xata/pyproject.toml b/airbyte-integrations/connectors/destination-xata/pyproject.toml index 85f94a36458d4..dc937a411b015 100644 --- a/airbyte-integrations/connectors/destination-xata/pyproject.toml +++ b/airbyte-integrations/connectors/destination-xata/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-adjust/pyproject.toml b/airbyte-integrations/connectors/source-adjust/pyproject.toml index 4831001aefb20..a58e921082336 100644 --- a/airbyte-integrations/connectors/source-adjust/pyproject.toml +++ b/airbyte-integrations/connectors/source-adjust/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-airtable/pyproject.toml b/airbyte-integrations/connectors/source-airtable/pyproject.toml index 02624fb7fd939..2f8019d1dc35c 100644 --- a/airbyte-integrations/connectors/source-airtable/pyproject.toml +++ b/airbyte-integrations/connectors/source-airtable/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-amazon-ads/pyproject.toml b/airbyte-integrations/connectors/source-amazon-ads/pyproject.toml index 60b5ec4f36f18..84dbdf553b6c6 100644 --- a/airbyte-integrations/connectors/source-amazon-ads/pyproject.toml +++ b/airbyte-integrations/connectors/source-amazon-ads/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-amazon-seller-partner/pyproject.toml b/airbyte-integrations/connectors/source-amazon-seller-partner/pyproject.toml index 84cd669bdc9a0..d9a562985d2e0 100644 --- a/airbyte-integrations/connectors/source-amazon-seller-partner/pyproject.toml +++ b/airbyte-integrations/connectors/source-amazon-seller-partner/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-amazon-sqs/pyproject.toml b/airbyte-integrations/connectors/source-amazon-sqs/pyproject.toml index a577d3f32c921..05e1fcd87d8e2 100644 --- a/airbyte-integrations/connectors/source-amazon-sqs/pyproject.toml +++ b/airbyte-integrations/connectors/source-amazon-sqs/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-appsflyer/pyproject.toml b/airbyte-integrations/connectors/source-appsflyer/pyproject.toml index 518fcdaeaef3b..d50103c7a90f5 100644 --- a/airbyte-integrations/connectors/source-appsflyer/pyproject.toml +++ b/airbyte-integrations/connectors/source-appsflyer/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-asana/pyproject.toml b/airbyte-integrations/connectors/source-asana/pyproject.toml index 602a66e6706b7..adf26811c0c37 100644 --- a/airbyte-integrations/connectors/source-asana/pyproject.toml +++ b/airbyte-integrations/connectors/source-asana/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-avni/pyproject.toml b/airbyte-integrations/connectors/source-avni/pyproject.toml index c473512b06766..083ff5df6516d 100644 --- a/airbyte-integrations/connectors/source-avni/pyproject.toml +++ b/airbyte-integrations/connectors/source-avni/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-azure-blob-storage/pyproject.toml b/airbyte-integrations/connectors/source-azure-blob-storage/pyproject.toml index 5dfb287554351..244d3299a1ca4 100644 --- a/airbyte-integrations/connectors/source-azure-blob-storage/pyproject.toml +++ b/airbyte-integrations/connectors/source-azure-blob-storage/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-azure-table/pyproject.toml b/airbyte-integrations/connectors/source-azure-table/pyproject.toml index e990053fbc3a0..c9bfe70252aa3 100644 --- a/airbyte-integrations/connectors/source-azure-table/pyproject.toml +++ b/airbyte-integrations/connectors/source-azure-table/pyproject.toml @@ -27,3 +27,11 @@ source-azure-table = "source_azure_table.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", +] diff --git a/airbyte-integrations/connectors/source-bing-ads/pyproject.toml b/airbyte-integrations/connectors/source-bing-ads/pyproject.toml index cc6812fd8efb9..15856e93681b4 100644 --- a/airbyte-integrations/connectors/source-bing-ads/pyproject.toml +++ b/airbyte-integrations/connectors/source-bing-ads/pyproject.toml @@ -30,3 +30,11 @@ freezegun = "^1.4.0" pytest-mock = "^3.6.1" pytest = "^6.1" requests-mock = "^1.9.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", +] diff --git a/airbyte-integrations/connectors/source-braintree/pyproject.toml b/airbyte-integrations/connectors/source-braintree/pyproject.toml index 678bfe91fab0d..22e22b00a042d 100644 --- a/airbyte-integrations/connectors/source-braintree/pyproject.toml +++ b/airbyte-integrations/connectors/source-braintree/pyproject.toml @@ -26,3 +26,11 @@ source-braintree = "source_braintree.run:run" [tool.poetry.group.dev.dependencies] pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-cart/pyproject.toml b/airbyte-integrations/connectors/source-cart/pyproject.toml index 544f7d99066ff..51dbd852b06a5 100644 --- a/airbyte-integrations/connectors/source-cart/pyproject.toml +++ b/airbyte-integrations/connectors/source-cart/pyproject.toml @@ -26,3 +26,11 @@ source-cart = "source_cart.run:run" pytest-mock = "^3.6.1" pytest = "^6.1" requests-mock = "^1.9.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", +] diff --git a/airbyte-integrations/connectors/source-commcare/pyproject.toml b/airbyte-integrations/connectors/source-commcare/pyproject.toml index 59994b3814005..d5f3308cc746c 100644 --- a/airbyte-integrations/connectors/source-commcare/pyproject.toml +++ b/airbyte-integrations/connectors/source-commcare/pyproject.toml @@ -29,3 +29,11 @@ source-commcare = "source_commcare.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", +] diff --git a/airbyte-integrations/connectors/source-commercetools/pyproject.toml b/airbyte-integrations/connectors/source-commercetools/pyproject.toml index 641a6c8e6753d..744d92676c6cf 100644 --- a/airbyte-integrations/connectors/source-commercetools/pyproject.toml +++ b/airbyte-integrations/connectors/source-commercetools/pyproject.toml @@ -26,3 +26,11 @@ source-commercetools = "source_commercetools.run:run" requests-mock = "^1.9.3" pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-convex/pyproject.toml b/airbyte-integrations/connectors/source-convex/pyproject.toml index 6d4cb272da7ac..c8f3d71507ce4 100644 --- a/airbyte-integrations/connectors/source-convex/pyproject.toml +++ b/airbyte-integrations/connectors/source-convex/pyproject.toml @@ -27,3 +27,11 @@ responses = "^0.13.3" 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", +] diff --git a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml index 80c528edb0da2..7f6efefdc3680 100644 --- a/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml +++ b/airbyte-integrations/connectors/source-declarative-manifest/pyproject.toml @@ -26,3 +26,11 @@ source-declarative-manifest = "source_declarative_manifest.run:run" pytest-mock = "^3.14" pytest = "^8.3" requests-mock = "^1.12" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-facebook-marketing/pyproject.toml b/airbyte-integrations/connectors/source-facebook-marketing/pyproject.toml index 5c9f366b4ab12..b2b30797f857b 100644 --- a/airbyte-integrations/connectors/source-facebook-marketing/pyproject.toml +++ b/airbyte-integrations/connectors/source-facebook-marketing/pyproject.toml @@ -29,3 +29,11 @@ pytest-mock = "^3.6" freezegun = "^1.4.0" pytest = "^7" requests-mock = "^1.9.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", +] diff --git a/airbyte-integrations/connectors/source-facebook-pages/pyproject.toml b/airbyte-integrations/connectors/source-facebook-pages/pyproject.toml index c1145e95a4c36..5debee6fd7bac 100644 --- a/airbyte-integrations/connectors/source-facebook-pages/pyproject.toml +++ b/airbyte-integrations/connectors/source-facebook-pages/pyproject.toml @@ -26,3 +26,11 @@ source-facebook-pages = "source_facebook_pages.run:run" pytest = "^6.1" pytest-mock = "^3.6.1" requests-mock = "^1.11.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-faker/pyproject.toml b/airbyte-integrations/connectors/source-faker/pyproject.toml index 5ad85cb26c031..aac3eb89fa87d 100644 --- a/airbyte-integrations/connectors/source-faker/pyproject.toml +++ b/airbyte-integrations/connectors/source-faker/pyproject.toml @@ -27,3 +27,11 @@ source-faker = "source_faker.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", +] diff --git a/airbyte-integrations/connectors/source-file/pyproject.toml b/airbyte-integrations/connectors/source-file/pyproject.toml index 1f59bdf125714..0aa4cf550b6d3 100644 --- a/airbyte-integrations/connectors/source-file/pyproject.toml +++ b/airbyte-integrations/connectors/source-file/pyproject.toml @@ -47,3 +47,11 @@ pytest-mock = "^3.6.1" pytest = "==6.2.5" requests-mock = "^1.9.3" pytest-docker = "==2.0.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", +] diff --git a/airbyte-integrations/connectors/source-firebase-realtime-database/pyproject.toml b/airbyte-integrations/connectors/source-firebase-realtime-database/pyproject.toml index 263cabbfd8dea..4bb2d9a189170 100644 --- a/airbyte-integrations/connectors/source-firebase-realtime-database/pyproject.toml +++ b/airbyte-integrations/connectors/source-firebase-realtime-database/pyproject.toml @@ -27,3 +27,11 @@ source-firebase-realtime-database = "source_firebase_realtime_database.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", +] diff --git a/airbyte-integrations/connectors/source-firebolt/pyproject.toml b/airbyte-integrations/connectors/source-firebolt/pyproject.toml index 08ce69a2ec74c..d69f8f7e37416 100644 --- a/airbyte-integrations/connectors/source-firebolt/pyproject.toml +++ b/airbyte-integrations/connectors/source-firebolt/pyproject.toml @@ -28,3 +28,11 @@ pytest = "^6.2" pytest-mock = "^3.6" requests-mock = "^1.11.0" pytest-asyncio = "^0.18.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-freshcaller/pyproject.toml b/airbyte-integrations/connectors/source-freshcaller/pyproject.toml index 29c6185fe63fb..c385550284d1c 100644 --- a/airbyte-integrations/connectors/source-freshcaller/pyproject.toml +++ b/airbyte-integrations/connectors/source-freshcaller/pyproject.toml @@ -26,3 +26,11 @@ source-freshcaller = "source_freshcaller.run:run" requests-mock = "^1.9.3" pytest-mock = "^3.12.0" pytest = "^8.0.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-freshdesk/pyproject.toml b/airbyte-integrations/connectors/source-freshdesk/pyproject.toml index 6d343d6c38f47..370b949913fff 100644 --- a/airbyte-integrations/connectors/source-freshdesk/pyproject.toml +++ b/airbyte-integrations/connectors/source-freshdesk/pyproject.toml @@ -27,3 +27,11 @@ source-freshdesk = "source_freshdesk.run:run" pytest = "^6.2" pytest-mock = "^3.6" requests-mock = "^1.11.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-gcs/pyproject.toml b/airbyte-integrations/connectors/source-gcs/pyproject.toml index 5301cb02707eb..6e0cc4abe1921 100644 --- a/airbyte-integrations/connectors/source-gcs/pyproject.toml +++ b/airbyte-integrations/connectors/source-gcs/pyproject.toml @@ -30,3 +30,11 @@ docker = "^7.0.0" pytest-mock = "^3.12.0" requests-mock = "^1.11.0" pytest = "^7.4" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-genesys/pyproject.toml b/airbyte-integrations/connectors/source-genesys/pyproject.toml index ed6e1e68f15e2..055544f074d45 100644 --- a/airbyte-integrations/connectors/source-genesys/pyproject.toml +++ b/airbyte-integrations/connectors/source-genesys/pyproject.toml @@ -26,3 +26,11 @@ source-genesys = "source_genesys.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", +] diff --git a/airbyte-integrations/connectors/source-github/pyproject.toml b/airbyte-integrations/connectors/source-github/pyproject.toml index f66bdfb17c469..01438bee85a18 100644 --- a/airbyte-integrations/connectors/source-github/pyproject.toml +++ b/airbyte-integrations/connectors/source-github/pyproject.toml @@ -29,3 +29,11 @@ freezegun = "^1.2" pytest-mock = "^3.6.1" pytest = "^6.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", +] diff --git a/airbyte-integrations/connectors/source-gitlab/pyproject.toml b/airbyte-integrations/connectors/source-gitlab/pyproject.toml index 4a95deb023e08..f4592f4816e70 100644 --- a/airbyte-integrations/connectors/source-gitlab/pyproject.toml +++ b/airbyte-integrations/connectors/source-gitlab/pyproject.toml @@ -27,3 +27,11 @@ source-gitlab = "source_gitlab.run:run" pytest-mock = "^3.12.0" 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", +] diff --git a/airbyte-integrations/connectors/source-google-ads/pyproject.toml b/airbyte-integrations/connectors/source-google-ads/pyproject.toml index 5e55efe0df663..dc4e71938e22c 100644 --- a/airbyte-integrations/connectors/source-google-ads/pyproject.toml +++ b/airbyte-integrations/connectors/source-google-ads/pyproject.toml @@ -29,3 +29,11 @@ pytest-mock = "^3.12.0" requests-mock = "^1.11.0" freezegun = "^1.4.0" pytest = "^7" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-google-analytics-data-api/pyproject.toml b/airbyte-integrations/connectors/source-google-analytics-data-api/pyproject.toml index d658b8879b458..c6f617f3a9254 100644 --- a/airbyte-integrations/connectors/source-google-analytics-data-api/pyproject.toml +++ b/airbyte-integrations/connectors/source-google-analytics-data-api/pyproject.toml @@ -31,3 +31,11 @@ pytest = "^6.1" requests-mock = "^1.11.0" freezegun = "^1.4.0" 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", +] diff --git a/airbyte-integrations/connectors/source-google-analytics-v4/pyproject.toml b/airbyte-integrations/connectors/source-google-analytics-v4/pyproject.toml index 81633a3bc093f..03d1dfcf07959 100644 --- a/airbyte-integrations/connectors/source-google-analytics-v4/pyproject.toml +++ b/airbyte-integrations/connectors/source-google-analytics-v4/pyproject.toml @@ -30,3 +30,11 @@ pytest = "^6.1" requests-mock = "^1.11.0" pytest-mock = "^3.12.0" freezegun = "^1.4.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-google-directory/pyproject.toml b/airbyte-integrations/connectors/source-google-directory/pyproject.toml index e8f741359b59b..87c3715820ef3 100644 --- a/airbyte-integrations/connectors/source-google-directory/pyproject.toml +++ b/airbyte-integrations/connectors/source-google-directory/pyproject.toml @@ -30,3 +30,11 @@ source-google-directory = "source_google_directory.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", +] diff --git a/airbyte-integrations/connectors/source-google-drive/pyproject.toml b/airbyte-integrations/connectors/source-google-drive/pyproject.toml index a3f6c05040899..aedde9d950a63 100644 --- a/airbyte-integrations/connectors/source-google-drive/pyproject.toml +++ b/airbyte-integrations/connectors/source-google-drive/pyproject.toml @@ -30,3 +30,11 @@ source-google-drive = "source_google_drive.run:run" [tool.poetry.group.dev.dependencies] pytest-mock = "^3.12.0" pytest = "^7.4" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-google-search-console/pyproject.toml b/airbyte-integrations/connectors/source-google-search-console/pyproject.toml index 482035d8cc0ab..ffd20ba69075b 100644 --- a/airbyte-integrations/connectors/source-google-search-console/pyproject.toml +++ b/airbyte-integrations/connectors/source-google-search-console/pyproject.toml @@ -29,3 +29,11 @@ requests-mock = "^1.11.0" pytest-lazy-fixture = "^0.6.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", +] diff --git a/airbyte-integrations/connectors/source-greenhouse/pyproject.toml b/airbyte-integrations/connectors/source-greenhouse/pyproject.toml index c754af234b75d..efc0f24c0b128 100644 --- a/airbyte-integrations/connectors/source-greenhouse/pyproject.toml +++ b/airbyte-integrations/connectors/source-greenhouse/pyproject.toml @@ -27,3 +27,11 @@ source-greenhouse = "source_greenhouse.run:run" pytest = "^6.1" pytest-mock = "^3.6" requests-mock = "^1.9.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", +] diff --git a/airbyte-integrations/connectors/source-gridly/pyproject.toml b/airbyte-integrations/connectors/source-gridly/pyproject.toml index 7d157151f33c5..9f38283ced841 100644 --- a/airbyte-integrations/connectors/source-gridly/pyproject.toml +++ b/airbyte-integrations/connectors/source-gridly/pyproject.toml @@ -26,3 +26,11 @@ source-gridly = "source_gridly.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", +] diff --git a/airbyte-integrations/connectors/source-hardcoded-records/pyproject.toml b/airbyte-integrations/connectors/source-hardcoded-records/pyproject.toml index 59d841089f86d..c8bca685671b2 100644 --- a/airbyte-integrations/connectors/source-hardcoded-records/pyproject.toml +++ b/airbyte-integrations/connectors/source-hardcoded-records/pyproject.toml @@ -25,3 +25,11 @@ source-hardcoded-records = "source_hardcoded_records.run:run" [tool.poetry.group.dev.dependencies] 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", +] diff --git a/airbyte-integrations/connectors/source-harness/pyproject.toml b/airbyte-integrations/connectors/source-harness/pyproject.toml index 735db52de2043..b9cc54294006a 100644 --- a/airbyte-integrations/connectors/source-harness/pyproject.toml +++ b/airbyte-integrations/connectors/source-harness/pyproject.toml @@ -26,3 +26,11 @@ source-harness = "source_harness.run:run" requests-mock = "^1.9.3" pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-hubspot/pyproject.toml b/airbyte-integrations/connectors/source-hubspot/pyproject.toml index 54e16fabdaa0a..6c91534d05dd6 100644 --- a/airbyte-integrations/connectors/source-hubspot/pyproject.toml +++ b/airbyte-integrations/connectors/source-hubspot/pyproject.toml @@ -29,3 +29,11 @@ pytest-mock = "^3.6" pytest = "^6.2" pytz = "2024.1" freezegun = "0.3.4" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-instagram/pyproject.toml b/airbyte-integrations/connectors/source-instagram/pyproject.toml index 3fd7cd75b46bd..215cde06f4d00 100644 --- a/airbyte-integrations/connectors/source-instagram/pyproject.toml +++ b/airbyte-integrations/connectors/source-instagram/pyproject.toml @@ -28,3 +28,11 @@ source-instagram = "source_instagram.run:run" requests-mock = "^1.9.3" pytest-mock = "^3.6" 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", +] diff --git a/airbyte-integrations/connectors/source-iterable/pyproject.toml b/airbyte-integrations/connectors/source-iterable/pyproject.toml index dbaa44352f35b..3474e5f88a5eb 100644 --- a/airbyte-integrations/connectors/source-iterable/pyproject.toml +++ b/airbyte-integrations/connectors/source-iterable/pyproject.toml @@ -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", +] diff --git a/airbyte-integrations/connectors/source-jina-ai-reader/pyproject.toml b/airbyte-integrations/connectors/source-jina-ai-reader/pyproject.toml index 424ff6d93f841..76379083a379b 100644 --- a/airbyte-integrations/connectors/source-jina-ai-reader/pyproject.toml +++ b/airbyte-integrations/connectors/source-jina-ai-reader/pyproject.toml @@ -25,3 +25,11 @@ source-jina-ai-reader = "source_jina_ai_reader.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", +] diff --git a/airbyte-integrations/connectors/source-jira/pyproject.toml b/airbyte-integrations/connectors/source-jira/pyproject.toml index aa80b805d3aed..75b3b2bda390d 100644 --- a/airbyte-integrations/connectors/source-jira/pyproject.toml +++ b/airbyte-integrations/connectors/source-jira/pyproject.toml @@ -28,3 +28,11 @@ pytest = "==6.2.5" requests-mock = "^1.9.3" pytest-mock = "^3.6.1" responses = "^0.22.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-kyriba/pyproject.toml b/airbyte-integrations/connectors/source-kyriba/pyproject.toml index 6c795ed4695ba..f26b948c42b34 100644 --- a/airbyte-integrations/connectors/source-kyriba/pyproject.toml +++ b/airbyte-integrations/connectors/source-kyriba/pyproject.toml @@ -26,3 +26,11 @@ source-kyriba = "source_kyriba.run:run" pytest = "^6.1" requests-mock = "^1.9.3" 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", +] diff --git a/airbyte-integrations/connectors/source-kyve/pyproject.toml b/airbyte-integrations/connectors/source-kyve/pyproject.toml index c0ac2fb04fddc..c2099b995c1c1 100644 --- a/airbyte-integrations/connectors/source-kyve/pyproject.toml +++ b/airbyte-integrations/connectors/source-kyve/pyproject.toml @@ -26,3 +26,11 @@ source-kyve = "source_kyve.run:run" requests-mock = "^1.9.3" pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-linkedin-ads/pyproject.toml b/airbyte-integrations/connectors/source-linkedin-ads/pyproject.toml index e5231c6e569e1..6536c230f9198 100644 --- a/airbyte-integrations/connectors/source-linkedin-ads/pyproject.toml +++ b/airbyte-integrations/connectors/source-linkedin-ads/pyproject.toml @@ -29,3 +29,11 @@ pytest = "^6.1" freezegun = "==1.2.2" pytest-mock = "^3.6.1" requests-mock = "^1.11.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-linnworks/pyproject.toml b/airbyte-integrations/connectors/source-linnworks/pyproject.toml index 64904f38a8990..044245687df5a 100644 --- a/airbyte-integrations/connectors/source-linnworks/pyproject.toml +++ b/airbyte-integrations/connectors/source-linnworks/pyproject.toml @@ -27,3 +27,11 @@ source-linnworks = "source_linnworks.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", +] diff --git a/airbyte-integrations/connectors/source-looker/pyproject.toml b/airbyte-integrations/connectors/source-looker/pyproject.toml index 3d11d55b460b9..d6314f34507e5 100644 --- a/airbyte-integrations/connectors/source-looker/pyproject.toml +++ b/airbyte-integrations/connectors/source-looker/pyproject.toml @@ -26,3 +26,11 @@ source-looker = "source_looker.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", +] diff --git a/airbyte-integrations/connectors/source-mailchimp/pyproject.toml b/airbyte-integrations/connectors/source-mailchimp/pyproject.toml index 13b7f3cc706d3..bae95fcc27d5d 100644 --- a/airbyte-integrations/connectors/source-mailchimp/pyproject.toml +++ b/airbyte-integrations/connectors/source-mailchimp/pyproject.toml @@ -27,3 +27,11 @@ source-mailchimp = "source_mailchimp.run:run" pytest-mock = "^3.6.1" requests-mock = "^1.9.3" freezegun = "^1.4.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-marketo/pyproject.toml b/airbyte-integrations/connectors/source-marketo/pyproject.toml index 1eeaabd270aa1..f3f1d51f6e84c 100644 --- a/airbyte-integrations/connectors/source-marketo/pyproject.toml +++ b/airbyte-integrations/connectors/source-marketo/pyproject.toml @@ -27,3 +27,11 @@ pytest = "^6.1" requests-mock = "^1.11.0" pytest-faker = "==2.0.0" 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", +] diff --git a/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml b/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml index 72288c3c28dfe..14289de92fffa 100644 --- a/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml +++ b/airbyte-integrations/connectors/source-microsoft-dataverse/pyproject.toml @@ -26,3 +26,11 @@ source-microsoft-dataverse = "source_microsoft_dataverse.run:run" requests-mock = "^1.9.3" pytest = "^8.0" 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", +] diff --git a/airbyte-integrations/connectors/source-microsoft-onedrive/pyproject.toml b/airbyte-integrations/connectors/source-microsoft-onedrive/pyproject.toml index 75cb656487c6c..e5cbd4c5cadbd 100644 --- a/airbyte-integrations/connectors/source-microsoft-onedrive/pyproject.toml +++ b/airbyte-integrations/connectors/source-microsoft-onedrive/pyproject.toml @@ -34,3 +34,11 @@ version = "^1" requests-mock = "^1.11.0" 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", +] diff --git a/airbyte-integrations/connectors/source-microsoft-sharepoint/pyproject.toml b/airbyte-integrations/connectors/source-microsoft-sharepoint/pyproject.toml index a06512f872ada..46868ecbf97ee 100644 --- a/airbyte-integrations/connectors/source-microsoft-sharepoint/pyproject.toml +++ b/airbyte-integrations/connectors/source-microsoft-sharepoint/pyproject.toml @@ -32,3 +32,11 @@ version = "^4" pytest-mock = "^3.6.1" requests-mock = "^1.11.0" 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", +] diff --git a/airbyte-integrations/connectors/source-mixpanel/pyproject.toml b/airbyte-integrations/connectors/source-mixpanel/pyproject.toml index af74be0fa06e5..3dbe86ab1bb8f 100644 --- a/airbyte-integrations/connectors/source-mixpanel/pyproject.toml +++ b/airbyte-integrations/connectors/source-mixpanel/pyproject.toml @@ -26,3 +26,11 @@ source-mixpanel = "source_mixpanel.run:run" requests-mock = "^1.9.3" pytest-mock = "^3.6" 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", +] diff --git a/airbyte-integrations/connectors/source-monday/pyproject.toml b/airbyte-integrations/connectors/source-monday/pyproject.toml index 31eed679d65b4..74a225e71eabe 100644 --- a/airbyte-integrations/connectors/source-monday/pyproject.toml +++ b/airbyte-integrations/connectors/source-monday/pyproject.toml @@ -26,3 +26,11 @@ source-monday = "source_monday.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", +] diff --git a/airbyte-integrations/connectors/source-netsuite/pyproject.toml b/airbyte-integrations/connectors/source-netsuite/pyproject.toml index 65a9e279bf508..3a9004250052c 100644 --- a/airbyte-integrations/connectors/source-netsuite/pyproject.toml +++ b/airbyte-integrations/connectors/source-netsuite/pyproject.toml @@ -27,4 +27,12 @@ source-netsuite = "source_netsuite.run:run" requests-mock = "^1.11.0" pytest = "^8.0.0" freezegun = "^1.4.0" -pytest-mock = "^3.6.1" \ No newline at end of file +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", +] + diff --git a/airbyte-integrations/connectors/source-notion/pyproject.toml b/airbyte-integrations/connectors/source-notion/pyproject.toml index 6a27e586bd92a..2d04b69175c0b 100644 --- a/airbyte-integrations/connectors/source-notion/pyproject.toml +++ b/airbyte-integrations/connectors/source-notion/pyproject.toml @@ -27,3 +27,11 @@ requests-mock = "^1.11.0" pytest-mock = "^3.6.1" freezegun = "^1.4.0" 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", +] diff --git a/airbyte-integrations/connectors/source-okta/pyproject.toml b/airbyte-integrations/connectors/source-okta/pyproject.toml index 617426242c3a6..dee7901975694 100644 --- a/airbyte-integrations/connectors/source-okta/pyproject.toml +++ b/airbyte-integrations/connectors/source-okta/pyproject.toml @@ -25,3 +25,11 @@ source-okta = "source_okta.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", +] diff --git a/airbyte-integrations/connectors/source-outbrain-amplify/pyproject.toml b/airbyte-integrations/connectors/source-outbrain-amplify/pyproject.toml index e71baccfbb1d3..e7aafa4917ad6 100644 --- a/airbyte-integrations/connectors/source-outbrain-amplify/pyproject.toml +++ b/airbyte-integrations/connectors/source-outbrain-amplify/pyproject.toml @@ -27,3 +27,11 @@ requests-mock = "^1.11.0" pytest = "^8.0.0" freezegun = "^1.4.0" 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", +] diff --git a/airbyte-integrations/connectors/source-pagerduty/pyproject.toml b/airbyte-integrations/connectors/source-pagerduty/pyproject.toml index a37b24a286dbb..9ca157a08da9b 100644 --- a/airbyte-integrations/connectors/source-pagerduty/pyproject.toml +++ b/airbyte-integrations/connectors/source-pagerduty/pyproject.toml @@ -26,3 +26,11 @@ source-pagerduty = "source_pagerduty.run:run" requests-mock = "^1.9.3" pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-partnerstack/pyproject.toml b/airbyte-integrations/connectors/source-partnerstack/pyproject.toml index a6a2406066443..9fc54ce445c53 100644 --- a/airbyte-integrations/connectors/source-partnerstack/pyproject.toml +++ b/airbyte-integrations/connectors/source-partnerstack/pyproject.toml @@ -26,3 +26,11 @@ source-partnerstack = "source_partnerstack.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", +] diff --git a/airbyte-integrations/connectors/source-paypal-transaction/pyproject.toml b/airbyte-integrations/connectors/source-paypal-transaction/pyproject.toml index b63f86cfcb76a..64ac926a688cd 100644 --- a/airbyte-integrations/connectors/source-paypal-transaction/pyproject.toml +++ b/airbyte-integrations/connectors/source-paypal-transaction/pyproject.toml @@ -28,3 +28,11 @@ pytest = "^8.0" pytest-mock = "^3.12" requests-mock = "^1.11.0" selenium = "^4.17.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", +] diff --git a/airbyte-integrations/connectors/source-pinterest/pyproject.toml b/airbyte-integrations/connectors/source-pinterest/pyproject.toml index 7f309804a576c..3cff554f0c51e 100644 --- a/airbyte-integrations/connectors/source-pinterest/pyproject.toml +++ b/airbyte-integrations/connectors/source-pinterest/pyproject.toml @@ -28,3 +28,11 @@ requests-mock = "^1.11.0" pytest-mock = "^3.6.1" responses = "^0.13.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", +] diff --git a/airbyte-integrations/connectors/source-pipedrive/pyproject.toml b/airbyte-integrations/connectors/source-pipedrive/pyproject.toml index 12936cdef1c16..99a7120ded4c5 100644 --- a/airbyte-integrations/connectors/source-pipedrive/pyproject.toml +++ b/airbyte-integrations/connectors/source-pipedrive/pyproject.toml @@ -25,3 +25,11 @@ source-pipedrive = "source_pipedrive.run:run" [tool.poetry.group.dev.dependencies] pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-posthog/pyproject.toml b/airbyte-integrations/connectors/source-posthog/pyproject.toml index cae2108447db3..f78cfa4d73ffc 100644 --- a/airbyte-integrations/connectors/source-posthog/pyproject.toml +++ b/airbyte-integrations/connectors/source-posthog/pyproject.toml @@ -26,3 +26,11 @@ source-posthog = "source_posthog.run:run" requests-mock = "^1.9.3" pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-prestashop/pyproject.toml b/airbyte-integrations/connectors/source-prestashop/pyproject.toml index 80048fcf19024..0fe510ec3db62 100644 --- a/airbyte-integrations/connectors/source-prestashop/pyproject.toml +++ b/airbyte-integrations/connectors/source-prestashop/pyproject.toml @@ -26,3 +26,11 @@ source-prestashop = "source_prestashop.run:run" pytest = "^6.1" pytest-mock = "^3.6.1" requests-mock = "^1.9.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", +] diff --git a/airbyte-integrations/connectors/source-public-apis/pyproject.toml b/airbyte-integrations/connectors/source-public-apis/pyproject.toml index 45951975525c3..a62405b2f1908 100644 --- a/airbyte-integrations/connectors/source-public-apis/pyproject.toml +++ b/airbyte-integrations/connectors/source-public-apis/pyproject.toml @@ -26,3 +26,11 @@ source-public-apis = "source_public_apis.run:run" requests-mock = "^1.9.3" pytest = "^6.2" 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", +] diff --git a/airbyte-integrations/connectors/source-quickbooks/pyproject.toml b/airbyte-integrations/connectors/source-quickbooks/pyproject.toml index 4ade4ee2393ba..81410bffaaf60 100644 --- a/airbyte-integrations/connectors/source-quickbooks/pyproject.toml +++ b/airbyte-integrations/connectors/source-quickbooks/pyproject.toml @@ -29,3 +29,11 @@ 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", +] diff --git a/airbyte-integrations/connectors/source-railz/pyproject.toml b/airbyte-integrations/connectors/source-railz/pyproject.toml index c57dc7310cad3..d90cd10786386 100644 --- a/airbyte-integrations/connectors/source-railz/pyproject.toml +++ b/airbyte-integrations/connectors/source-railz/pyproject.toml @@ -29,3 +29,11 @@ pytest-mock = "^3.6.1" requests-mock = "^1.9.3" pytest = "^6.2" freezegun = "^1.5.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", +] diff --git a/airbyte-integrations/connectors/source-recharge/pyproject.toml b/airbyte-integrations/connectors/source-recharge/pyproject.toml index 5f49f2e101a00..7e53b18d6e9ea 100644 --- a/airbyte-integrations/connectors/source-recharge/pyproject.toml +++ b/airbyte-integrations/connectors/source-recharge/pyproject.toml @@ -27,3 +27,11 @@ source-recharge = "source_recharge.run:run" pytest = "^6.1" requests-mock = "^1.11.0" 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", +] diff --git a/airbyte-integrations/connectors/source-rki-covid/pyproject.toml b/airbyte-integrations/connectors/source-rki-covid/pyproject.toml index 96d241b42f1c0..d87fa01e49481 100644 --- a/airbyte-integrations/connectors/source-rki-covid/pyproject.toml +++ b/airbyte-integrations/connectors/source-rki-covid/pyproject.toml @@ -26,3 +26,11 @@ source-rki-covid = "source_rki_covid.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", +] diff --git a/airbyte-integrations/connectors/source-rss/pyproject.toml b/airbyte-integrations/connectors/source-rss/pyproject.toml index bb571062f709a..2d3f2ff8fe55e 100644 --- a/airbyte-integrations/connectors/source-rss/pyproject.toml +++ b/airbyte-integrations/connectors/source-rss/pyproject.toml @@ -27,3 +27,11 @@ source-rss = "source_rss.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", +] diff --git a/airbyte-integrations/connectors/source-salesforce/pyproject.toml b/airbyte-integrations/connectors/source-salesforce/pyproject.toml index d827ed0d2db5d..e088752d3f11f 100644 --- a/airbyte-integrations/connectors/source-salesforce/pyproject.toml +++ b/airbyte-integrations/connectors/source-salesforce/pyproject.toml @@ -28,3 +28,11 @@ pytest = "^6.1" pytest-timeout = "^2.2.0" requests-mock = "^1.9.3" freezegun = "^1.4.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-sentry/pyproject.toml b/airbyte-integrations/connectors/source-sentry/pyproject.toml index 994d19279bd4b..0708589cfcd2e 100644 --- a/airbyte-integrations/connectors/source-sentry/pyproject.toml +++ b/airbyte-integrations/connectors/source-sentry/pyproject.toml @@ -26,3 +26,11 @@ source-sentry = "source_sentry.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", +] diff --git a/airbyte-integrations/connectors/source-sftp-bulk/pyproject.toml b/airbyte-integrations/connectors/source-sftp-bulk/pyproject.toml index c613b179fedc5..d9974738393ee 100644 --- a/airbyte-integrations/connectors/source-sftp-bulk/pyproject.toml +++ b/airbyte-integrations/connectors/source-sftp-bulk/pyproject.toml @@ -29,3 +29,11 @@ freezegun = "^1.4.0" pytest-mock = "^3.6.1" pytest = "^7" pytest-memray = "^1.6.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-slack/pyproject.toml b/airbyte-integrations/connectors/source-slack/pyproject.toml index 36133eec7c758..04a1e5c904d42 100644 --- a/airbyte-integrations/connectors/source-slack/pyproject.toml +++ b/airbyte-integrations/connectors/source-slack/pyproject.toml @@ -28,3 +28,11 @@ source-slack = "source_slack.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", +] diff --git a/airbyte-integrations/connectors/source-smartsheets/pyproject.toml b/airbyte-integrations/connectors/source-smartsheets/pyproject.toml index 21182189514b8..7c311cd3798ed 100644 --- a/airbyte-integrations/connectors/source-smartsheets/pyproject.toml +++ b/airbyte-integrations/connectors/source-smartsheets/pyproject.toml @@ -28,3 +28,11 @@ source-smartsheets = "source_smartsheets.run:run" pytest = "^8.2.1" requests-mock = "^1.9.3" 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", +] diff --git a/airbyte-integrations/connectors/source-stripe/pyproject.toml b/airbyte-integrations/connectors/source-stripe/pyproject.toml index 2c6ccb37ab89f..abf17d0a73fdf 100644 --- a/airbyte-integrations/connectors/source-stripe/pyproject.toml +++ b/airbyte-integrations/connectors/source-stripe/pyproject.toml @@ -28,3 +28,11 @@ requests-mock = "^1.11.0" freezegun = "==1.2.2" pytest-mock = "^3.6.1" pytest = "^7" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-surveycto/pyproject.toml b/airbyte-integrations/connectors/source-surveycto/pyproject.toml index 6af54c5ee3856..603a44c975e8d 100644 --- a/airbyte-integrations/connectors/source-surveycto/pyproject.toml +++ b/airbyte-integrations/connectors/source-surveycto/pyproject.toml @@ -28,3 +28,11 @@ source-surveycto = "source_surveycto.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", +] diff --git a/airbyte-integrations/connectors/source-surveymonkey/pyproject.toml b/airbyte-integrations/connectors/source-surveymonkey/pyproject.toml index 86d642c70aca2..b78c2fcbeb306 100644 --- a/airbyte-integrations/connectors/source-surveymonkey/pyproject.toml +++ b/airbyte-integrations/connectors/source-surveymonkey/pyproject.toml @@ -28,3 +28,11 @@ source-surveymonkey = "source_surveymonkey.run:run" requests-mock = "^1.9.3" pytest-mock = "^3.12.0" pytest = "^8.0.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-tiktok-marketing/pyproject.toml b/airbyte-integrations/connectors/source-tiktok-marketing/pyproject.toml index 27e6487a23d68..82d380fd51ed8 100644 --- a/airbyte-integrations/connectors/source-tiktok-marketing/pyproject.toml +++ b/airbyte-integrations/connectors/source-tiktok-marketing/pyproject.toml @@ -28,3 +28,11 @@ requests-mock = "==1.9.3" timeout-decorator = "==0.5.0" 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", +] diff --git a/airbyte-integrations/connectors/source-tplcentral/pyproject.toml b/airbyte-integrations/connectors/source-tplcentral/pyproject.toml index aa13c6d721a9c..27e5ac5759c7e 100644 --- a/airbyte-integrations/connectors/source-tplcentral/pyproject.toml +++ b/airbyte-integrations/connectors/source-tplcentral/pyproject.toml @@ -27,3 +27,11 @@ source-tplcentral = "source_tplcentral.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", +] diff --git a/airbyte-integrations/connectors/source-twilio/pyproject.toml b/airbyte-integrations/connectors/source-twilio/pyproject.toml index 3be0ae2cea3e6..b817ea67a95ab 100644 --- a/airbyte-integrations/connectors/source-twilio/pyproject.toml +++ b/airbyte-integrations/connectors/source-twilio/pyproject.toml @@ -29,3 +29,11 @@ pytest-mock = "^3.12.0" freezegun = "^1.4.0" 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", +] diff --git a/airbyte-integrations/connectors/source-typeform/pyproject.toml b/airbyte-integrations/connectors/source-typeform/pyproject.toml index a6fbf9a59e2cd..de2cdbf0f9d0c 100644 --- a/airbyte-integrations/connectors/source-typeform/pyproject.toml +++ b/airbyte-integrations/connectors/source-typeform/pyproject.toml @@ -26,3 +26,11 @@ source-typeform = "source_typeform.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", +] diff --git a/airbyte-integrations/connectors/source-webflow/pyproject.toml b/airbyte-integrations/connectors/source-webflow/pyproject.toml index b079b83c296d1..621c6d2fc5209 100644 --- a/airbyte-integrations/connectors/source-webflow/pyproject.toml +++ b/airbyte-integrations/connectors/source-webflow/pyproject.toml @@ -26,3 +26,11 @@ source-webflow = "source_webflow.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", +] diff --git a/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml b/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml index 3d601709ebfe4..4f830e0bb6b25 100644 --- a/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml +++ b/airbyte-integrations/connectors/source-yandex-metrica/pyproject.toml @@ -27,3 +27,11 @@ freezegun = "^1.4.0" requests-mock = "^1.9.3" pytest = "^6.1" pytest-mock = "^3.14.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-youtube-analytics/pyproject.toml b/airbyte-integrations/connectors/source-youtube-analytics/pyproject.toml index 72cd145624feb..7ee0b4396ea6e 100644 --- a/airbyte-integrations/connectors/source-youtube-analytics/pyproject.toml +++ b/airbyte-integrations/connectors/source-youtube-analytics/pyproject.toml @@ -26,3 +26,11 @@ source-youtube-analytics = "source_youtube_analytics.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", +] diff --git a/airbyte-integrations/connectors/source-zendesk-chat/pyproject.toml b/airbyte-integrations/connectors/source-zendesk-chat/pyproject.toml index ea083973dc691..4ddfbba2aea4c 100644 --- a/airbyte-integrations/connectors/source-zendesk-chat/pyproject.toml +++ b/airbyte-integrations/connectors/source-zendesk-chat/pyproject.toml @@ -27,3 +27,11 @@ source-zendesk-chat = "source_zendesk_chat.run:run" pytest = "^6.1" pytest-mock = "^3.12.0" requests-mock = "^1.9.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", +] diff --git a/airbyte-integrations/connectors/source-zendesk-support/pyproject.toml b/airbyte-integrations/connectors/source-zendesk-support/pyproject.toml index 9b1a23f7ca2e3..e915148589f2f 100644 --- a/airbyte-integrations/connectors/source-zendesk-support/pyproject.toml +++ b/airbyte-integrations/connectors/source-zendesk-support/pyproject.toml @@ -28,3 +28,11 @@ pytest = "^6.1" pytest-mock = "^3.6" requests-mock = "==1.9.3" freezegun = "^1.4.0" + + +[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", +] diff --git a/airbyte-integrations/connectors/source-zenloop/pyproject.toml b/airbyte-integrations/connectors/source-zenloop/pyproject.toml index e96d59616eca8..d0e257bbde8fc 100644 --- a/airbyte-integrations/connectors/source-zenloop/pyproject.toml +++ b/airbyte-integrations/connectors/source-zenloop/pyproject.toml @@ -27,3 +27,11 @@ pytest-mock = "^3.6.1" requests-mock = "^1.9.3" pytest = "^6.1" 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", +] diff --git a/airbyte-integrations/connectors/source-zoho-crm/pyproject.toml b/airbyte-integrations/connectors/source-zoho-crm/pyproject.toml index 840dae5499985..863288058a387 100644 --- a/airbyte-integrations/connectors/source-zoho-crm/pyproject.toml +++ b/airbyte-integrations/connectors/source-zoho-crm/pyproject.toml @@ -26,4 +26,11 @@ source-zoho-crm = "source_zoho_crm.run:run" requests-mock = "^1.11.0" pytest = "^8.0.0" freezegun = "^1.4.0" -pytest-mock = "^3.6.1" \ No newline at end of file +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", +]