mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
feat: implement ETL pipeline with file classification and extraction services
This commit is contained in:
parent
9c0af6569d
commit
5d22349dc1
6 changed files with 188 additions and 0 deletions
6
surfsense_backend/app/etl_pipeline/exceptions.py
Normal file
6
surfsense_backend/app/etl_pipeline/exceptions.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class EtlParseError(Exception):
|
||||
"""Raised when an ETL parser fails to produce content."""
|
||||
|
||||
|
||||
class EtlServiceUnavailableError(Exception):
|
||||
"""Raised when the configured ETL_SERVICE is not recognised."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue