Skip to content

Conversation

@AlexisSouquiere
Copy link

@AlexisSouquiere AlexisSouquiere commented Dec 5, 2025

Summary

Introduce support for reading files from SMB 3.x network shares by adding a new SMB filesystem implementation and dedicated SMB file readers.

Description

This change adds 2 new readers:

  • SmbRowFileInputReader for line-by-line / row-oriented text files (CSV, logs, etc.)
  • SmbBytesArrayInputReader for reading entire files as a single byte array record

It enforces SMB 3.x protocols by design, avoiding legacy and insecure SMB 1.0 / 2.x.

Motivation

Allow ingestion of files directly from Windows file servers, Samba servers, and SMB-compatible NAS without intermediate staging (e.g. local copy or object storage).

@AlexisSouquiere AlexisSouquiere marked this pull request as ready for review December 8, 2025 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant