We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45ce07 commit a10c7c3Copy full SHA for a10c7c3
dlt/pipeline/pipeline.py
@@ -445,7 +445,6 @@ def normalize(
445
runner.run_pool(normalize_step.config, normalize_step)
446
return self._get_step_info(normalize_step)
447
except Exception as n_ex:
448
- raise
449
step_info = self._get_step_info(normalize_step)
450
raise PipelineStepFailed(
451
self,
0 commit comments