Remote Python Context
Synopsis
This operator allows to override the Python environment configuration of nested Python operators with a connection to a remote Python engine.
描述
If enabled, nested Python operators will ignore their Python environment configurations. Instead, the operators will use the remote Python engine specified in theRemote Python Contextoperator. In particular, nested operators will not attempt to run Python code using a local interpreter.
If disabled, theRemote Python Contexthas no effect on nested Python operators. Each operator will use their own environment configuration to run Python code using a local interpreter.
Parameters
Connection entry
This parameter is used to specify a repository location that represents a connection entry. Theconnectioncan also be provided using the connection input port.
Enabled
Enables theRemote Python Contextfor nested Python operators.