> ## 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.

# Viewing the Impact of Changes to DataSets

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

## Intro

Before you make changes to DataSets, it is vital that you understand the impact those changes will have on other DataSets, DataFlows, Cards, and Alerts that are associated with that DataSet, both directly and indirectly. For example, you might have a DataSet that is used in a DataFlow, which is used to power a Card, which an Alert has been set on. Making changes to this DataSet directly impacts the DataFlow and indirectly impacts the Card and Alert further downstream. If the changes cause anything to break, everything downstream breaks also.

Domo's Data Impact Analysis tool, available in the details view for a DataSet, helps you understand the impact of actions you take on your DataSets.

## Impact Card

When you open the details view for a DataSet, a new card in the **Overview** tab shows you the number of DataSets, DataFlows, Cards, and Alerts directly and indirectly impacted by changes to that DataSet. The card displays the direct impact for each, along with the total number of impacts. So in the following example, we could deduce that changes to the DataSet would affect 99 Cards directly and only 1 indirectly (since the total is 100).

<Frame>
  <img alt="data_impact_analysis_rn.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/9GmyphKXosOtxL2U/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWp.png?fit=max&auto=format&n=9GmyphKXosOtxL2U&q=85&s=b2aa0023f0c64276c689fef7d2eb0841" width="600" height="337" data-path="images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWp.png" />
</Frame>

## Lineage View

Clicking ****View Full Impact**** opens a new ****Lineage**** view, in which you can see the upstream and downstream impact of changes made to the DataSet. You can also see the lineage for a DataSet simply by clicking on the **Lineage** tab.

### Icons in the Lineage view

Different kinds of connections in the Lineage view are indicated by different icons. These icons are as follows:

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWk.png" /> - Indicates that a DataFlow was used to generate the child DataSet.

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPX0.png" /> - Indicates that a DataFusion was used to generate the child DataSet.

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPVj.png" /> - Indicates that this DataFlow has been selected (by clicking on the icon). Selecting a DataFlow opens an information panel on the left side of the screen. Clicking the arrow opens the details view for the DataFlow. If you do not have rights to view the DataFlow, you cannot see the details in this panel.

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWc.png" /> -  Indicates that this DataFusion has been selected (by clicking on the icon). Selecting a DataFusion opens an information panel on the left side of the screen. Clicking the arrow opens the details view for the DataFusion.

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWm.png" /> - Indicates that this DataFlow is broken.

Other icons used in this view are as follows:

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWy.png" /> - Opens the fullscreen Lineage view.

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWt.png" /> - Closes the fullscreen Lineage view.

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWu.png" /> - Opens the right-hand panel.

<InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWa.png" /> - Closes the right-hand panel.

You can also click on a DataSet (represented by the rectangles) to see information about that DataSet in the info panel.

### Info Panel

When you click on a DataFlow or DataFusion icon in the Lineage view, an info panel opens on the left side of the screen. This panel shows the owner, the number of direct and indirect impacts on downstream elements, input and outset DataSets (for DataFlows and DataFusions), the update history, and the number of rows and columns (for DataSets). If you do not have access to a given DataSet, DataFlow, or DataFusion, you cannot view the information in the panel. For DataSets, a button appears that allows you to request access from the owner. For DataFlows and DataFusions, a simple message appears stating that you do not have access.

### List Panel

A collapsible panel on the right allows you to see all of the individual DataSets, DataFlows, Cards, and Alerts powered by this DataSet. Click <InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPVh.png" /> to see impacted DataSets, <InlineImage src="/images/kb/ka05w00000123hf-00N5w00000Ri7BU-0EM5w000005vOsA.png" /> to see DataFlows, <InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWi.png" /> to see Cards, and <InlineImage src="/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWn.png" /> to see Alerts.

<Frame>
  <img alt="new_data_lineage_rn.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/9GmyphKXosOtxL2U/images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWh.png?fit=max&auto=format&n=9GmyphKXosOtxL2U&q=85&s=0509ea43f661e87c4a76fd9dd027c023" width="799" height="266" data-path="images/kb/ka05w00000123vE-00N5w00000Ri7BU-0EM5w000005vPWh.png" />
</Frame>
