Categories

Versions

Remote Python Context (Python Scripting)

Synopsis

This operator allows to override the Python environment configuration of nested Python operators with a connection to a remote Python engine.

Description

If enabled, nested Python operators will ignore their Python environment configurations. Instead, the operators will use the remote Python engine specified in the Remote Python Context operator. In particular, nested operators will not attempt to run Python code using a local interpreter.

If disabled, the Remote Python Context has 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. The connection can also be provided using the connection input port. Range: string
  • enabled Enables the Remote Python Context for nested Python operators. Range: boolean