Skip to content

Commit

Permalink
Revert "Add doc about the large records (#32907)" (#33734)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Dec 21, 2023
1 parent 3470ddd commit 7bcac9c
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,5 @@ Understanding the following limitations will help you more effectively manage Ai
* Max number of streams that can be returned by a source in a discover call: 1K
* Max number of streams that can be configured to sync in a single connection: 1K
* Size of a single record: 20MB
* A flag can be set in order to log the PKs of the record that are skipped because of a size limit. In order to do that,
the following entry need to be added to the file `flag.yml`:
```yaml
- name: platform.print-long-record-pks
serve: true
```
* It is possible to not fail the syncs and instead skip the records by adding the following entry to the file `flag.yml`
```yaml
- name: platform.fail-sync-if-too-big
serve: false
```

*Limits on workspaces, sources, and destinations do not apply to customers of [Powered by Airbyte](https://airbyte.com/solutions/powered-by-airbyte). To learn more [contact us](https://airbyte.com/talk-to-sales)!

0 comments on commit 7bcac9c

Please sign in to comment.