Skip to content

Commit

Permalink
added final decorator to add_sqlsink
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzCutNorman committed Jul 20, 2023
1 parent 6f7dd00 commit cc74008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions singer_sdk/target_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ def _merge_missing(source_jsonschema: dict, target_jsonschema: dict) -> None:

pass

@final
def add_sqlsink(
self,
stream_name: str,
Expand Down

0 comments on commit cc74008

Please sign in to comment.