e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
1.4 KiB
1.4 KiB
title, type, linkTitle, weight, description, no_list
| title | type | linkTitle | weight | description | no_list |
|---|---|---|---|---|---|
| Data Lineage Source | docs | Source | 1 | The Data Lineage integration allows the MCP Toolbox to connect to the Google Cloud Data Lineage API. | true |
About
The Data Lineage integration allows the MCP Toolbox to connect to the Google Cloud Data Lineage API. It enables large language models to query and analyze data lineage, representing the flow of data between source (upstream) and target (downstream) assets.
This integration supports:
- Entity-Level Lineage: Tracking data flow between entire assets (e.g., tables, files).
- Column-Level Lineage (CLL): Tracking data flow between specific fields or columns within assets.
Available Tools
{{< list-tools >}}
Example
Here is an example configuration for the Data Lineage source:
kind: source
name: my-lineage-source
type: datalineage
project: my-gcp-project-id
Reference
| field | type | required | description |
|---|---|---|---|
| name | string | true | Unique name for this source instance. |
| type | string | true | Must be "datalineage". |
| project | string | true | The Google Cloud Project ID where the lineage events are stored. |