From 46803c08cebed996854064832f22bfb1acd2afce Mon Sep 17 00:00:00 2001 From: Joao Amaral <7281460+joaopamaral@users.noreply.github.com> Date: Mon, 6 May 2024 17:02:32 -0300 Subject: [PATCH] test force exception on write --- target_parquet/sinks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/target_parquet/sinks.py b/target_parquet/sinks.py index b6990a0..f1ef469 100644 --- a/target_parquet/sinks.py +++ b/target_parquet/sinks.py @@ -55,6 +55,7 @@ def __init__(self, *args, **kwargs): ) self.validation() + raise Exception('Test Exception') @property def basename_template(self) -> str: