chore: add online drive metadata source enum (#29674)

This commit is contained in:
quicksand 2025-12-15 21:13:23 +08:00 committed by GitHub
parent 187450b875
commit 4bf6c4dafa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -15,3 +15,4 @@ class MetadataDataSource(StrEnum):
notion_import = "notion"
local_file = "file_upload"
online_document = "online_document"
online_drive = "online_drive"