Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
JichaoS and edgarrmondragon authored Sep 6, 2024
1 parent 16c3ccc commit 428f1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_airbyte/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ def sync_all(self) -> None:
unpacked_state = state_message["legacy"]

# Keep the legacy state behavior, but append the new state under a new key.
# Deepcopy here since existing_airbyte_state_v2 can refernce the same object.
# Deepcopy here since existing_airbyte_state_v2 can reference the same object.
self.airbyte_state = deepcopy(unpacked_state)
self.airbyte_state['airbyte_state'] = existing_airbyte_state_v2

Expand Down

0 comments on commit 428f1e2

Please sign in to comment.