mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 15:38:08 +08:00
r2
This commit is contained in:
@ -436,3 +436,6 @@ class DatasourceNode(BaseNode[DatasourceNodeData]):
|
||||
inputs=parameters_for_log,
|
||||
)
|
||||
)
|
||||
@classmethod
|
||||
def version(cls) -> str:
|
||||
return "1"
|
||||
|
||||
Reference in New Issue
Block a user