Feat: add datasource Dropbox (#11488)

### What problem does this PR solve?

Add datasource Dropbox.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2025-11-25 09:40:03 +08:00
committed by GitHub
parent d5f8548200
commit d1744aaaf3
9 changed files with 197 additions and 37 deletions

View File

@ -119,6 +119,7 @@ class FileSource(StrEnum):
SLACK = "slack"
TEAMS = "teams"
MOODLE = "moodle"
DROPBOX = "dropbox"
class PipelineTaskType(StrEnum):