Skip to content

Commit 7772040

Browse files
committed
docs: added some rationale around foundry pipeline
1 parent 8b787cb commit 7772040

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dve/pipeline/foundry_ddb_pipeline.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
from dve.parser import file_handling as fh
1111

1212
class FoundryDDBPipeline(DDBDVEPipeline):
13-
"""DuckDB pipeline for running on Foundry Platform"""
13+
"""DuckDB pipeline for running on Foundry Platform.
14+
Polymorphed to allow for exception handling when processing
15+
single files sequentially through services."""
1416

1517
def persist_audit_records(self, submission_info: SubmissionInfo) -> URI:
1618
"""Write out key audit relations to parquet for persisting to datasets"""

0 commit comments

Comments
 (0)