apache/seatunnel

Support metadata column for file source connector

Open

#9.737 geöffnet am 21. Aug. 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.432 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (6.897 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 13T 21h) (143 gemergte PRs in 30 T)

Beschreibung

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

We should add metadata column for file source. So each seatunnel row from file will contains metadata info too. After this we can get these information for metadata transform.

The metadata should contains:

  • FilePath
  • FileCreateTime
  • FileUpdateTime
  • FileSize
  • FileType

etc.

Please refer https://github.com/apache/seatunnel/pull/9586 and https://github.com/apache/seatunnel/blob/dev/docs/en/transform-v2/metadata.md

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Contributor Guide