Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Sep 17, 2024
1 parent 566889d commit d046eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte/_connector_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ def _execute(
self.executor.ensure_installation(auto_fix=False)

# When calculating MB read, we need to account for the envelope size.
# Note our priority is to keep performance up, while providing at least rough
# alignment with comparable metrics in Airbyte Cloud.
envelope_size = (
len('{"type": "RECORD", "record": }')
+ len('{"stream": "", "data": {}, "emitted_at": 1234567890}')
Expand Down

0 comments on commit d046eea

Please sign in to comment.