Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add end of pipe clean up hook to Sinks #750

Merged
merged 8 commits into from
Jun 24, 2022
Prev Previous commit
Next Next commit
remove abstract method
  • Loading branch information
z3z1ma committed Jun 23, 2022
commit 3c5fa09fdd757a4eaccdd8da22a4bf528e87ebd9
1 change: 0 additions & 1 deletion singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def activate_version(self, new_version: int) -> None:
"Ignoring."
)

@abc.abstractmethod
def clean_up(self) -> None:
"""Perform any clean up actions required at end of a stream.

Expand Down