| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The nodes in data lineage. | ||
| id | string | The ID of the node. | 97383 |
| catalogName | string | The name of the catalog. | paimon |
| databaseName | string | The name of the database. | paimon-ods |
| isTemporary | boolean | Specifies whether the table is a temporary table. | false |
| connector | string | The name of the connector. | paimon |
| tables | array | The information about the table. | |
| LineageTable | The details of the table. |