> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Editing a Magic ETL DataFlow

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

You can edit a Magic ETL DataFlow by opening it in the Data Center and making the desired changes.

**To edit a Magic ETL DataFlow,**

1. Click **Data** in the toolbar at the top of the screen.
2. Click
   <InlineImage src="/images/kb/ka05w00000123hf-00N5w00000Ri7BU-0EM5w000005vOsA.png" /> in the left-hand navigation pane.
3. Locate and click the Magic ETL DataFlow you want to edit.
4. Make any changes you want, then click **Save**, enter a version description if desired, then click **Save** to confirm.

When you save a DataFlow, an entry for this version is added to the **Versions** tab in the Details view for the DataFlow. If you entered a description when saving, that description is shown in the entry for the DataFlow. For more information about versions, see [Viewing the Version History for a DataFlow](/s/article/360042923074).
