[Feature] Discourse Loader (#948)
Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
@@ -32,6 +32,7 @@ class IndirectDataType(Enum):
|
||||
POSTGRES = "postgres"
|
||||
MYSQL = "mysql"
|
||||
SLACK = "slack"
|
||||
DISCOURSE = "discourse"
|
||||
|
||||
|
||||
class SpecialDataType(Enum):
|
||||
@@ -63,3 +64,4 @@ class DataType(Enum):
|
||||
POSTGRES = IndirectDataType.POSTGRES.value
|
||||
MYSQL = IndirectDataType.MYSQL.value
|
||||
SLACK = IndirectDataType.SLACK.value
|
||||
DISCOURSE = IndirectDataType.DISCOURSE.value
|
||||
|
||||
Reference in New Issue
Block a user