Skip to content

Commit 2ca5852

Browse files
authored
Add pricing note based on observed record size (#38569)
1 parent 36ccc98 commit 2ca5852

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/cloud/managing-airbyte-cloud/review-sync-history.md

+6
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ In the event of a failure, Airbyte will make several attempts to sync your data
3535

3636
:::
3737

38+
:::info
39+
40+
For Airbyte Cloud syncs which [price based on the size of records moved](https://airbyte.com/pricing), we use the information presented in the sync summary in Airbyte user interface. As every database stores and compresses data differently, the measure of data volume which is used is that observed by the Airbyte Platform. When the data is in transit, is is serialized to the [Airbyte Protocol format](/understanding-airbyte/airbyte-protocol/#airbyterecordmessage). This is likely to be a larger representation of your data than you will see if you were to query your database directly.
41+
42+
:::
43+
3844
On this page, you can also view the complete logs and find any relevant errors, find a link to the job to share with Support, or download a copy of the logs locally.

0 commit comments

Comments
 (0)