Skip to content

Commit 59fc85b

Browse files
Update connector-rest.md
added a note to include the number of API calls made with MDF.
1 parent 568b258 commit 59fc85b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/data-factory/connector-rest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 08/29/2024
9+
ms.date: 01/02/2025
1010
ms.author: makromer
1111
---
1212

@@ -596,6 +596,9 @@ AlterRow1 sink(allowSchemaDrift: true,
596596
skipDuplicateMapInputs: true,
597597
skipDuplicateMapOutputs: true) ~> sink1
598598
```
599+
>[!NOTE]
600+
> Data Flow generates a total of N+1 API calls when processing N pages. This includes one initial call to infer the schema, followed by N calls corresponding to the number of pages fetched from the source.
601+
599602

600603
## Pagination support
601604

0 commit comments

Comments
 (0)