Skip to content

Commit

Permalink
source-facebook-marketing: fix integration test for page_size conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee authored and harshithmullapudi committed May 5, 2022
1 parent 644e59b commit a3ceeb2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a3ceeb2

Please sign in to comment.