Hi Team,
We would like if the product can support python3.
Background for above request :
If we are writing customize tasks with release pipeline where we connect with db. In case We are trying to upgrade mongodb and with jython 2.7 it is not able to support pymongo driver which is required with mongodb upgraded version. It requires product to support jython 3.x.
by: Kumud R. | 4 days ago | Deployments
Comments
This is linked to https://digitalai.zendesk.com/agent/tickets/230432
If your use case requires Python 3 or other third-party libraries, the recommended approach is to use the Python SDK. With this SDK, you can package your custom logic in a container, run it with Python 3.x, and include any libraries you need, including the latest MongoDB drivers.
▸ 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