We tried to implement the usage of python scripts with Release.
Release offers the possibility to use python scripts in tasks
.
But unfortunately it is really restrictive, those tasks only support Python builtns Modules.
It will be really appreciated if Release Python tasks will support imports of Python Third Party Modules.
Thank You
by: Mohamed L. | about a month ago | Templates & Releases
Comments
We recommend using the Python SDK to build container tasks, as it enables the use of third-party Python libraries.
▸ General documentation:
https://docs.digital.ai/release/docs/category/python-sdk
▸ Integration examples:
https://github.com/digital-ai/release-integration-sdk-workshop/blob/main/part-2/lab-5-create-a-third-party-integration.md
Using third-party libraries in Jython script tasks is not recommended due to security and stability concerns.