Bragi Docs Help

How to: Trace the Source of Your Data in Bragi

You’re deep in a complex data warehouse where tables and models have been added and updated over years. Somewhere in that maze is the origin of a specific number, but tracking it down manually is a headache. When an auditor asks for the data source, you want answers fast. Bragi’s built-in data lineage tools make finding the source straight-forward.

Here’s how to find the origin of any data point easily.

Step-by-Step Guide

  1. Identify the Config and Field
    Start by locating the config (table or model) and the specific field you’re interested in. For example, if you want to trace TotalBonds in the staging table stage_bondStats_30_ParishAndMonth, find this field inside Bragi.

  2. Use the Trace Button
    In the staging overview, look for the Trace column next to your field. Click the red-circled button to start tracing.

    The Staging overview page with a Stage highlighted. The "Trace" button for the TotalBonds column is circled in red
  3. View the Data Lineage Modal
    A modal window will appear, displaying the full history of where and how that data was generated.

    The Data Traceability modal showing 5 items in both a flowchart and a table representing where the data came from

    Here you’ll see a flowchart and table detailing all upstream sources, with the original data coming from a load named load_SEEKER_BondInfo and the corresponding field BondAmount.

09 March 2026