Model/backend/condition/ingestion/processor.py
2026-01-16 17:28:28 +00:00

6 lines
No EOL
193 B
Python

from typing import BinaryIO, List
from utils.logger import setup_logger
def process_file(file_stream: BinaryIO, source_key: str) -> None:
print(f"[processor] Received file: {source_key}")