Skip to main content

Overview

After creating a pipeline, you may need to update its name, description, or other metadata. This guide explains how to edit pipeline properties while preserving all configured data mappings and execution history.
Editing a pipeline only updates its metadata (name and description). To modify data type mappings, trigger settings, or execution behavior, use the appropriate specialized operations described in related guides.

What Can Be Edited

When editing a pipeline, you can modify:
  • Pipeline Name - The display name shown in the pipeline list and throughout the interface
  • Description - The detailed explanation of the pipeline’s purpose and function

What Cannot Be Edited

The following properties cannot be changed through the edit operation:
  • Pipeline Key - The unique identifier is set at creation and cannot be changed
  • Trigger Type - Must be configured through separate trigger management
  • Data Type Mappings - Managed through the mapping editor interface
  • Created Date - Historical metadata that cannot be modified
If you need to change properties that cannot be edited, consider duplicating the pipeline and creating a new version with the desired configuration.

Editing a Pipeline

1

Navigate to Pipeline List

Log in to the Entegrata Admin Portal and go to the Pipelines tab.
2

Locate the Pipeline

Find the pipeline you want to edit using the search bar or by browsing the list. You can search by pipeline name for faster access.
Pipeline list with search functionality
3

Open Actions Menu

Click the three-dot menu (⋮) in the Actions column for the pipeline you want to edit.
Pipeline actions menu
4

Select Edit

From the actions menu, click Edit to open the Edit Pipeline dialog.
Edit option in pipeline actions menu
5

Update Pipeline Name

In the Edit Pipeline dialog, modify the Pipeline Name field as needed.

Naming Guidelines

  • Use descriptive, business-friendly names
  • Include key information about purpose and scope
  • Follow your organization’s naming conventions
  • Keep names reasonably concise (under 50 characters recommended)
Examples of Good Names:
  • “Client Master Data Daily Sync”
  • “Portfolio Holdings Weekly Aggregation”
  • “Transaction History Incremental Load”
Edit Pipeline dialog showing name field
6

Update Description

Modify the Description field to update or add details about the pipeline’s function.

Description Best Practices

Include information about:
  • What data this pipeline processes
  • Which source systems are involved
  • How often it runs (if scheduled)
  • Any special business rules or transformations
  • Dependencies or prerequisites
  • Contact person or team responsible
Example Description: “Processes daily client demographic updates from Salesforce CRM. Runs nightly at 2 AM EST to sync Client and Contact data types with changes from the previous 24 hours. Includes email validation and phone number formatting. Maintained by Data Integration Team.”
Edit Pipeline dialog showing description field
7

Review Changes

Before saving, review your changes to ensure:
  • The new name is unique and descriptive
  • The description provides sufficient context
  • No critical information was accidentally removed
Changing a pipeline name may impact documentation, runbooks, or scripts that reference the old name. Communicate name changes to your team.
8

Save Changes

Click Update Pipeline to save your changes.The pipeline will be updated immediately, and you’ll see a success confirmation message.
9

Verify Update

After saving, verify the changes appear correctly in the pipeline list. The “Last Modified” timestamp will be updated to reflect when the edit was made.
Pipeline list showing updated pipeline with new Last Modified date

When to Edit a Pipeline

Consider editing a pipeline when:

Business Requirements Change

Update the name or description to reflect new business processes or organizational changes. Example: “Client Onboarding Pipeline” becomes “Client and Account Onboarding Pipeline” after expanding scope.

Improving Clarity

Refine names and descriptions to make them more understandable to new team members. Example: “Daily Pipeline 1” becomes “Client Daily Incremental Refresh”

Adding Documentation

Enhance descriptions with additional context discovered during operations or troubleshooting. Example: Adding notes about special handling for international phone numbers.

After Scope Changes

Update pipeline metadata after adding or removing data types to keep documentation current. Example: After adding Account data type, update description to mention both Client and Account processing.

Edit vs. Other Operations

Understanding when to use Edit versus other pipeline operations:
Need to ChangeUse This Operation
Pipeline name or descriptionEdit Pipeline
Trigger type or scheduleTrigger configuration (future feature)
Data type mappingsOpen pipeline and use mapping editor
Pipeline status (active/paused)Pause/Activate action
Create modified versionDuplicate Pipeline
Deployment statusDeploy Pipeline

Impact of Editing

Editing a pipeline has minimal impact on operations:

What Is Affected

  • Display Name - Updated everywhere the pipeline name appears
  • Description - Updated in pipeline details and documentation
  • Last Modified Date - Updated to current timestamp
  • Audit Log - New entry recorded for the edit operation

What Is NOT Affected

  • Execution History - Past runs remain associated with the pipeline
  • Data Mappings - All configured mappings remain unchanged
  • Deployment Status - Pipeline deployment status is preserved
  • Scheduled Runs - Pipeline continues running on schedule
  • Performance - No impact on execution speed or data processing
Editing a pipeline does not require redeployment. Changes to metadata are reflected immediately without affecting the deployed DLT scripts.

Editing Multiple Pipelines

Currently, pipelines must be edited individually. To update multiple pipelines efficiently:
  1. Use Consistent Naming Patterns - Easier to apply bulk updates later if needed
  2. Document Changes - Keep a changelog of significant pipeline updates
  3. Plan Updates - Group related pipelines and update them in batches
  4. Communicate Changes - Notify team members of naming or description changes
If you need to make the same description update across many pipelines, consider using copy-paste to maintain consistency. Prepare the updated description in a text editor first.

Troubleshooting

Can’t Edit Pipeline

Problem: Edit option is not available or disabled in the actions menu. Solution:
  • Verify you have edit permissions for pipelines
  • Check if the pipeline is locked by another user
  • Ensure you’re viewing the pipeline list (not inside a pipeline)
  • Contact your administrator if permissions are needed

Changes Not Saved

Problem: After clicking “Update Pipeline,” changes don’t appear to be saved. Solution:
  • Refresh the page to reload the pipeline list
  • Verify the success message appeared after clicking Update
  • Check if there were any validation errors
  • Ensure you didn’t accidentally click Cancel instead of Update

Pipeline Name Already Exists

Problem: Error message indicating the new name is already in use by another pipeline. Solution:
  • Choose a different, unique name
  • Add qualifiers to differentiate (version numbers, dates, environment)
  • Check if the existing pipeline can be deleted or renamed instead

Lost Changes

Problem: Accidentally closed the edit dialog without saving. Solution:
  • Changes are not saved unless you click “Update Pipeline”
  • Reopen the edit dialog and re-enter your changes
  • Consider copying your description text before opening the dialog to avoid retyping

Best Practices

Version Your Pipeline NamesWhen making significant changes to a pipeline’s configuration, consider creating a new version rather than editing the existing one:
  • Old: “Client Processing Pipeline”
  • New: “Client Processing Pipeline v2”
This preserves the old configuration for rollback if needed.
Document Edit HistoryIn the description field, maintain a brief change log for significant updates:
Last updated: 2024-10-02
- Added Account data type processing
- Changed schedule from 2 AM to 3 AM
- Updated to use new CRM connector
Review Before SavingAlways review your changes before saving, especially for pipeline names that appear in:
  • Scheduled job logs
  • Email notifications
  • Monitoring dashboards
  • Team documentation