Skip to content

Commit

Permalink
default to 'None' for connection to checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Oct 2, 2024
1 parent 2c55d64 commit 5ef4986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/shared/sql_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def _setup(self) -> None: # noqa: B027 # Intentionally empty, not abstract

def _do_checkpoint( # noqa: B027 # Intentionally empty, not abstract
self,
connection: Connection | None,
connection: Connection | None = None,
) -> None:
"""Checkpoint the given connection.
Expand Down

0 comments on commit 5ef4986

Please sign in to comment.