Skip to content

Commit

Permalink
test force exception on write
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopamaral committed May 6, 2024
1 parent 11ddf91 commit 46803c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target_parquet/sinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def __init__(self, *args, **kwargs):
)

self.validation()
raise Exception('Test Exception')

@property
def basename_template(self) -> str:
Expand Down

0 comments on commit 46803c0

Please # to comment.