mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 21:55:58 +08:00
fix preview run
This commit is contained in:
@ -478,7 +478,7 @@ class DatasourceNode(Node):
|
||||
yield StreamCompletedEvent(
|
||||
node_run_result=NodeRunResult(
|
||||
status=WorkflowNodeExecutionStatus.SUCCEEDED,
|
||||
outputs={"json": json, "files": files, **variables, "text": text},
|
||||
outputs={**variables},
|
||||
metadata={
|
||||
WorkflowNodeExecutionMetadataKey.DATASOURCE_INFO: datasource_info,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user