docs/en/integrations/datalineage/source.md
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:
{{< list-tools >}}
Here is an example configuration for the Data Lineage source:
kind: source
name: my-lineage-source
type: datalineage
project: my-gcp-project-id
| 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. |