All Products
Search
Document Center

Realtime Compute for Apache Flink:GetLineageInfoParams

Last Updated:Jan 07, 2026
ParameterTypeDescriptionExample
object

The parameters used to query the data lineage.

idstring

The job ID or the table ID. You can call the ListJobs operation to obtain the job ID or call the ListTables operation to obtain the table ID.

664cc64d-5dea-4ad3-9ee4-8432a874****
depthlong

The depth of the data lineage.

1
idTypestring

The data type of the job or table. If the id parameter is set to the job ID, the value of this parameter is the data type of the job. If the id parameter is set to the table ID, the value of this parameter is the data type of the table.

JOB
isColumnLevelboolean

The lineage type. The value true indicates a field-level lineage. The value false indicates a table-level lineage.

true
directionstring

The direction of the lineage. Valid values:

  • UPSTREAM: searches for upstream operators.
  • DOWNSTREAM: searches for downstream operators.
  • BOTH: searches for both upstream and downstream operators.
Both
isTemporaryboolean

Indicates whether the table was a temporary table.

true
workspacestring

The workspace ID.

a14bd5d90a****
namespacestring

The name of the namespace.

default-namespace