From a3ceeb22f0c7c1ec8ff6e3119577a85bccb0e373 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 22 Apr 2022 18:05:31 +0100 Subject: [PATCH] source-facebook-marketing: fix integration test for page_size conf --- .../source-facebook-marketing/integration_tests/spec.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/airbyte-integrations/connectors/source-facebook-marketing/integration_tests/spec.json b/airbyte-integrations/connectors/source-facebook-marketing/integration_tests/spec.json index 3e5ca7679f53..6113be0de55c 100644 --- a/airbyte-integrations/connectors/source-facebook-marketing/integration_tests/spec.json +++ b/airbyte-integrations/connectors/source-facebook-marketing/integration_tests/spec.json @@ -293,6 +293,14 @@ }, "required": ["name"] } + }, + "page_size": { + "title": "Page Size of Requests", + "description": "Page size used when sending requests to Facebook API to specify number of records per page when response has pagination. Most users do not need to set this field unless they specifically need to tune the connector to address specific issues or use cases.", + "default": 100, + "order": 7, + "exclusiveMinimum": 0, + "type": "integer" } }, "required": ["account_id", "start_date", "access_token"]