> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Compare Lineage version

> Paradime Lineage Comparison: Compare different versions of dbt™ data lineage. Track changes and ensure data consistency.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

## Compare lineage

With Paradime compare lineage feature you can select a base and compare branch to highlight nodes with code changes and their respective downstream dependencies.

This allows you to identify the downstream impact of changes to your dbt™️ models all the way to your BI dashboards.

From the lineage home screen, or from the canvas controller, select the compare branch option and choose your `base` and `compare` branch.

### Compare branches from Lineage home screen

<Arcade src="https://demo.arcade.software/l7N2nD2uR77gcOpN7JUG?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Compare Lineage version" />

### Compare branches from Lineage controller

<Arcade src="https://demo.arcade.software/0b5hsQm6HL1yz4LKoqce?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Compare Lineage version" />


## Related topics

- [Lineage](/products/data-catalog/lineage/index.md)
- [Getting Started](/developers/python-sdk/getting-started.md)
- [Python SDK](/developers/python-sdk/index.md)
- [Column-Level Lineage Diff](/products/bolt/ci-cd/lineage-diff/index.md)
