- Scanned paths — paths detected by static code analysis. These appear with a source of
SCAN_OUTPUT. - User-created path overrides — paths manually created by users. These appear with a source of
USER_OVERRIDE.
Before you begin
Suppressions and overrides are currently managed at the object path level, not at the individual field level. This means that hiding or creating a path affects the relationship between the ingress object, egress object, and associated field mappings for that path. Individual field-level suppressions are not currently supported.Open the Paths table
- Open the code component or service you want to inspect.
- Navigate to Component Details.
- Scroll to the bottom of the page.
- Expand the Paths table.

The Paths table on the Component Details page
- Source — where the path came from, such as
SCAN_OUTPUTorUSER_OVERRIDE - Ingress — the incoming object or schema for the path
- Egress — the outgoing object or schema for the path
- Field mappings — the number of mapped fields in the path
- Notes — any user-provided notes or additional context
- Actions — available actions for viewing, reporting, hiding, unhiding, or editing the path
Reporting a defect
If there is an issue with a path, you can report it to Gable. Use defect reporting when a scanned or user-created path appears incorrect, incomplete, or unexpected. For example, you may want to report a defect if:- the ingress or egress object is incorrect
- the path is missing expected field mappings or includes incorrect field mappings
- the path represents lineage that does not exist
- Open the Paths table.
- Find the path with the issue.
- Open the Actions overflow menu.
- Select Report defect.

Reporting a defect on a path
Suppressing a scanned path
If a scanned path does not represent lineage correctly, you can suppress it. To suppress a scanned path:- Open the Paths table.
- Select Edit Graph to enter edit mode.
- Find the scanned path you want to suppress.
- Open the Actions menu for the path.
- Select Hide.

Hiding a scanned path in Edit Graph mode
- Enter Edit Graph mode.
- Show disabled paths using the graph selector.
- Find the hidden path.
- Open the Actions menu.
- Select Unhide.
Viewing hidden paths
By default, hidden paths are not shown in the Component Details graph. To view hidden paths, use the With disabled paths / Without disabled paths selector at the top of the component graph.
The disabled paths selector on the component graph
Disabled tag to indicate their status.
Creating a path override
If a path is missing or a scanned path needs to be replaced, you can create a path override. To create a path override:- Open the Paths table.
- Select Edit Graph to enter edit mode.
- Select Create Path.

Creating a path override
- Ingress — the incoming object or schema for the path
- Egress — the outgoing object or schema for the path
- Field schema — the fields available on the ingress and egress objects
- Field mappings — the relationships between ingress fields and egress fields
- Code steps — optional details about the code flow, transformations, or intermediate logic along the path
- Notes — optional context for reviewers or future users
USER_OVERRIDE. Once all desired suppressions and overrides are in place, click Save.
Understanding saved changes
When you save changes:- hidden scanned paths remain suppressed until manually unhidden
- user-created path overrides are retained as manually managed lineage
- future scans may add new scanned paths, but they do not automatically remove saved overrides