Editing a Pipeline

Edit the name and description of a pipeline in Data Integration, and edit the configuration of any operator, including incoming parameters and connections between operators.

    1. Open the project or folder that contains the pipeline that you want to edit.

      For the steps to open the details page of a project or folder, see Viewing the Details of a Project or Viewing the Details of a Folder.

    2. On the project or folder details page, click Pipelines.
    3. In the list of pipelines, select View details from the Actions menu of the pipeline.

      The designer opens in a tab. On the canvas, the Operators panel and Properties panel are open.

    4. Make the changes as needed. For information about designing a pipeline, see Creating a Pipeline.
    5. Save periodically while you work in the designer by clicking one of the following buttons:
      • Save: Commits changes since your last save. You can continue editing after saving.
      • Save and close: Commits changes, closes the designer, and returns you to the Pipelines list on the project or folder details page.
      • Save as: Commits changes (since your last save) and saves to a copy instead of overwriting the existing pipeline. You can provide a name for the copy and select a different project or folder for the copy, or save the copy in the same project or folder as the existing pipeline.
    6. When you finish editing, click Save and close.

    You might have to republish pipeline tasks that reference the edited pipeline to ensure that the latest design is used in your orchestration solutions. See Publishing to a Data Integration Application.

  • Use the oci data-integration pipeline update command and required parameters to update a pipeline:

    oci data-integration pipeline update [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the UpdatePipeline operation to update a pipeline.