Prerequisites

<< Click to Display Table of Contents >>

Raynet One Data Hub > 25.3 > Connectors > Alphabetic Connector List > Python 

Prerequisites

The Python connector requires Python version 3.11, which is installed as part of the Data Hub Agent installation process (refer to the Data Hub installation guide for details). Python is licensed by default and requires no additional license.

 

For optimal workflow, develop and test Python scripts locally in a preferred IDE before integrating them into the product configuration.

 

warning1

WARNING

The Python script is executed with the permissions of the service user running the agent. Code can load external modules and call any functions from

accessible libraries. This presents security concerns, as task administrators can exploit this functionality to run remote commands on the agent server.