Pipeline configuration
Elyra offers a set of configuration options for the pipeline. You can access the pipeline configuration by clicking on the open panel button at the top right corner of the pipeline editor. The configuration is divided into two principal properties: pipeline properties and node properties.
Pipeline properties
The piepline properties are configuration options that are related to the pipeline in general, such as the pipeline name, version, and default parameters for nodes. The default parameters are the parameters that will be passed to the nodes if they are not defined in the node properties.
Node properties
The node properties are configuration options that are related to the node itself. Each node can have its own configuration options. For example, you can define the number of cpu and memory resources that the node will use, the environment that the node will run in, and the dependencies of the node.
Local file dependencies
If your pipeline has dependencies on local files, you can add them to the pipeline by clicking on the Add File button in the file dependencies section of the pipeline configuration.
Define the environment docker image
For more information on how to build a pipeline using Elyra, please refer to the Elyra documentation.