Sandbox is not open source, but can it be opened to allow python to introduce third-party packages or node to allow third-party packages to be loaded #4289

Closed
opened 2026-02-21 18:05:34 -05:00 by yindo · 2 comments
Owner

Originally created by @yyong-brs on GitHub (Jun 27, 2024).

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I need to connect to oracle and other databases through code execution. Unfortunately, python is also good in sandbox and nodejs is not allowed to load libraries other than built-in libraries.

2. Additional context or comments

This is not enough for open. It is important to consider security, but can it be controlled by the administrator switch?

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
Originally created by @yyong-brs on GitHub (Jun 27, 2024). ### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. I need to connect to oracle and other databases through code execution. Unfortunately, python is also good in sandbox and nodejs is not allowed to load libraries other than built-in libraries. ### 2. Additional context or comments This is not enough for open. It is important to consider security, but can it be controlled by the administrator switch? ### 3. Can you help us with this feature? - [ ] I am interested in contributing to this feature.
yindo added the 💪 enhancement label 2026-02-21 18:05:34 -05:00
yindo closed this issue 2026-02-21 18:05:34 -05:00
Author
Owner

@crazywoola commented on GitHub (Jun 27, 2024):

See this https://github.com/langgenius/dify/pull/5513, we will add some tools to connect database rather than using sandbox.

@crazywoola commented on GitHub (Jun 27, 2024): See this https://github.com/langgenius/dify/pull/5513, we will add some tools to connect database rather than using sandbox.
Author
Owner

@yyong-brs commented on GitHub (Jun 27, 2024):

See this #5513, we will add some tools to connect database rather than using sandbox.

not support oracle, use http request util solve my problem

@yyong-brs commented on GitHub (Jun 27, 2024): > See this #5513, we will add some tools to connect database rather than using sandbox. not support oracle, use http request util solve my problem
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#4289