mirror of
https://github.com/langgenius/dify.git
synced 2026-03-31 01:46:51 +08:00
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
This commit is contained in:
commit
258c965bd0
@ -111,7 +111,7 @@ class DatasourceAuth(Resource):
|
||||
provider=args["provider"],
|
||||
plugin_id=args["plugin_id"],
|
||||
credentials=args["credentials"],
|
||||
name="test" + str(random.randint(1, 1000000)),
|
||||
name="test" + str(random.randint(1, 1000000)), # noqa: S311
|
||||
)
|
||||
except CredentialsValidateFailedError as ex:
|
||||
raise ValueError(str(ex))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user