1
0
mirror of synced 2025-12-22 11:31:02 -05:00

CDK: private configuration option _limit and _page_size (#5617)

* CDK: private configuration option _limit and _page_size
This commit is contained in:
Dmytro
2021-08-31 12:16:48 +03:00
committed by GitHub
parent 3aabd92137
commit 7584440515
9 changed files with 162 additions and 5 deletions

View File

@@ -35,6 +35,11 @@ Given that we'll pulling currency data for our example source, we'll define the
}
}
```
Beside regular parameter there is intenal CDK config that started with '_' character and used mainly for testing purposes:
* _limit - set maximum number of records being read for each stream
* _page_size - for http based streams set number of records for each page. Depends on stream implementation.
In addition to metadata, we define two inputs: