Skip to content

Commit

Permalink
exception with config
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed May 9, 2024
1 parent 515820b commit 52066a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target_postgres/sinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class PostgresSink(SQLSink):
def __init__(self, *args, **kwargs):
"""Initialize SQL Sink. See super class for more details."""
super().__init__(*args, **kwargs)
raise Exception(self.config)
self.temp_table_name = self.generate_temp_table_name()

@property
Expand Down

0 comments on commit 52066a1

Please sign in to comment.