awslabs / aws-appflow-custom-connector-java

16 stars 20 forks source link

Add support for LIMIT xyz to AppFlow DSL #48

Closed wchill closed 1 year ago

wchill commented 1 year ago

Issue #, if available:

Description of changes: This PR adds support for LIMIT to AppFlow DSL (similar to SQL's LIMIT clause). This is needed in order to be able to optionally limit the number of records returned by a connector without having to rely on setting the maximum page size.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

wchill commented 1 year ago

Duplicate. never mind