diff --git a/docs/cloud/managing-airbyte-cloud/understand-airbyte-cloud-limits.md b/docs/cloud/managing-airbyte-cloud/understand-airbyte-cloud-limits.md index 75b7e5316d613..f9e4b5467a846 100644 --- a/docs/cloud/managing-airbyte-cloud/understand-airbyte-cloud-limits.md +++ b/docs/cloud/managing-airbyte-cloud/understand-airbyte-cloud-limits.md @@ -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)!