We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b787cb commit 7772040Copy full SHA for 7772040
src/dve/pipeline/foundry_ddb_pipeline.py
@@ -10,7 +10,9 @@
10
from dve.parser import file_handling as fh
11
12
class FoundryDDBPipeline(DDBDVEPipeline):
13
- """DuckDB pipeline for running on Foundry Platform"""
+ """DuckDB pipeline for running on Foundry Platform.
14
+ Polymorphed to allow for exception handling when processing
15
+ single files sequentially through services."""
16
17
def persist_audit_records(self, submission_info: SubmissionInfo) -> URI:
18
"""Write out key audit relations to parquet for persisting to datasets"""
0 commit comments