[Feature] Google Drive Folder support as a data source (#1106)
This commit is contained in:
@@ -35,6 +35,7 @@ class IndirectDataType(Enum):
|
||||
CUSTOM = "custom"
|
||||
RSSFEED = "rss_feed"
|
||||
BEEHIIV = "beehiiv"
|
||||
GOOGLE_DRIVE = "google_drive"
|
||||
DIRECTORY = "directory"
|
||||
SLACK = "slack"
|
||||
DROPBOX = "dropbox"
|
||||
@@ -73,6 +74,7 @@ class DataType(Enum):
|
||||
CUSTOM = IndirectDataType.CUSTOM.value
|
||||
RSSFEED = IndirectDataType.RSSFEED.value
|
||||
BEEHIIV = IndirectDataType.BEEHIIV.value
|
||||
GOOGLE_DRIVE = IndirectDataType.GOOGLE_DRIVE.value
|
||||
DIRECTORY = IndirectDataType.DIRECTORY.value
|
||||
SLACK = IndirectDataType.SLACK.value
|
||||
DROPBOX = IndirectDataType.DROPBOX.value
|
||||
|
||||
Reference in New Issue
Block a user