1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataListProcessLineage
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

tencentcloud.getWedataListProcessLineage

Start a Neo task
Explain and create a tencentcloud.getWedataListProcessLineage resource
tencentcloud logo
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

    Use this data source to query detailed information of WeData list process lineage

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = tencentcloud.getWedataListProcessLineage({
        processId: "20241107221758402",
        processType: "SCHEDULE_TASK",
        platform: "WEDATA",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.get_wedata_list_process_lineage(process_id="20241107221758402",
        process_type="SCHEDULE_TASK",
        platform="WEDATA")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.GetWedataListProcessLineage(ctx, &tencentcloud.GetWedataListProcessLineageArgs{
    			ProcessId:   "20241107221758402",
    			ProcessType: "SCHEDULE_TASK",
    			Platform:    "WEDATA",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Tencentcloud.GetWedataListProcessLineage.Invoke(new()
        {
            ProcessId = "20241107221758402",
            ProcessType = "SCHEDULE_TASK",
            Platform = "WEDATA",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetWedataListProcessLineageArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = TencentcloudFunctions.getWedataListProcessLineage(GetWedataListProcessLineageArgs.builder()
                .processId("20241107221758402")
                .processType("SCHEDULE_TASK")
                .platform("WEDATA")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: tencentcloud:getWedataListProcessLineage
          arguments:
            processId: '20241107221758402'
            processType: SCHEDULE_TASK
            platform: WEDATA
    

    Using getWedataListProcessLineage

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWedataListProcessLineage(args: GetWedataListProcessLineageArgs, opts?: InvokeOptions): Promise<GetWedataListProcessLineageResult>
    function getWedataListProcessLineageOutput(args: GetWedataListProcessLineageOutputArgs, opts?: InvokeOptions): Output<GetWedataListProcessLineageResult>
    def get_wedata_list_process_lineage(id: Optional[str] = None,
                                        platform: Optional[str] = None,
                                        process_id: Optional[str] = None,
                                        process_type: Optional[str] = None,
                                        result_output_file: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetWedataListProcessLineageResult
    def get_wedata_list_process_lineage_output(id: Optional[pulumi.Input[str]] = None,
                                        platform: Optional[pulumi.Input[str]] = None,
                                        process_id: Optional[pulumi.Input[str]] = None,
                                        process_type: Optional[pulumi.Input[str]] = None,
                                        result_output_file: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetWedataListProcessLineageResult]
    func GetWedataListProcessLineage(ctx *Context, args *GetWedataListProcessLineageArgs, opts ...InvokeOption) (*GetWedataListProcessLineageResult, error)
    func GetWedataListProcessLineageOutput(ctx *Context, args *GetWedataListProcessLineageOutputArgs, opts ...InvokeOption) GetWedataListProcessLineageResultOutput

    > Note: This function is named GetWedataListProcessLineage in the Go SDK.

    public static class GetWedataListProcessLineage 
    {
        public static Task<GetWedataListProcessLineageResult> InvokeAsync(GetWedataListProcessLineageArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataListProcessLineageResult> Invoke(GetWedataListProcessLineageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataListProcessLineageResult> getWedataListProcessLineage(GetWedataListProcessLineageArgs args, InvokeOptions options)
    public static Output<GetWedataListProcessLineageResult> getWedataListProcessLineage(GetWedataListProcessLineageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataListProcessLineage:getWedataListProcessLineage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ProcessId string
    Task unique ID.
    ProcessType string
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    Id string
    ResultOutputFile string
    Used to save results.
    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ProcessId string
    Task unique ID.
    ProcessType string
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    Id string
    ResultOutputFile string
    Used to save results.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    processId String
    Task unique ID.
    processType String
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    id String
    resultOutputFile String
    Used to save results.
    platform string
    Source: WEDATA|THIRD, default WEDATA.
    processId string
    Task unique ID.
    processType string
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    id string
    resultOutputFile string
    Used to save results.
    platform str
    Source: WEDATA|THIRD, default WEDATA.
    process_id str
    Task unique ID.
    process_type str
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    id str
    result_output_file str
    Used to save results.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    processId String
    Task unique ID.
    processType String
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    id String
    resultOutputFile String
    Used to save results.

    getWedataListProcessLineage Result

    The following output properties are available:

    Id string
    Items List<GetWedataListProcessLineageItem>
    Lineage pair list.
    Platform string
    Source: WEDATA|THIRD. Default wedata.
    ProcessId string
    Original unique ID.
    ProcessType string
    Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    ResultOutputFile string
    Id string
    Items []GetWedataListProcessLineageItem
    Lineage pair list.
    Platform string
    Source: WEDATA|THIRD. Default wedata.
    ProcessId string
    Original unique ID.
    ProcessType string
    Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    ResultOutputFile string
    id String
    items List<GetWedataListProcessLineageItem>
    Lineage pair list.
    platform String
    Source: WEDATA|THIRD. Default wedata.
    processId String
    Original unique ID.
    processType String
    Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    resultOutputFile String
    id string
    items GetWedataListProcessLineageItem[]
    Lineage pair list.
    platform string
    Source: WEDATA|THIRD. Default wedata.
    processId string
    Original unique ID.
    processType string
    Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    resultOutputFile string
    id str
    items Sequence[GetWedataListProcessLineageItem]
    Lineage pair list.
    platform str
    Source: WEDATA|THIRD. Default wedata.
    process_id str
    Original unique ID.
    process_type str
    Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    result_output_file str
    id String
    items List<Property Map>
    Lineage pair list.
    platform String
    Source: WEDATA|THIRD. Default wedata.
    processId String
    Original unique ID.
    processType String
    Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    resultOutputFile String

    Supporting Types

    GetWedataListProcessLineageItem

    GetWedataListProcessLineageItemProcess

    LineageNodeId string
    Lineage node unique identifier.
    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ProcessId string
    Task unique ID.
    ProcessProperties List<GetWedataListProcessLineageItemProcessProcessProperty>
    Additional extension parameters.
    ProcessSubType string
    Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
    ProcessType string
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    LineageNodeId string
    Lineage node unique identifier.
    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ProcessId string
    Task unique ID.
    ProcessProperties []GetWedataListProcessLineageItemProcessProcessProperty
    Additional extension parameters.
    ProcessSubType string
    Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
    ProcessType string
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    lineageNodeId String
    Lineage node unique identifier.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    processId String
    Task unique ID.
    processProperties List<GetWedataListProcessLineageItemProcessProcessProperty>
    Additional extension parameters.
    processSubType String
    Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
    processType String
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    lineageNodeId string
    Lineage node unique identifier.
    platform string
    Source: WEDATA|THIRD, default WEDATA.
    processId string
    Task unique ID.
    processProperties GetWedataListProcessLineageItemProcessProcessProperty[]
    Additional extension parameters.
    processSubType string
    Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
    processType string
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    lineage_node_id str
    Lineage node unique identifier.
    platform str
    Source: WEDATA|THIRD, default WEDATA.
    process_id str
    Task unique ID.
    process_properties Sequence[GetWedataListProcessLineageItemProcessProcessProperty]
    Additional extension parameters.
    process_sub_type str
    Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
    process_type str
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
    lineageNodeId String
    Lineage node unique identifier.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    processId String
    Task unique ID.
    processProperties List<Property Map>
    Additional extension parameters.
    processSubType String
    Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
    processType String
    Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.

    GetWedataListProcessLineageItemProcessProcessProperty

    Name string
    Property name.
    Value string
    Property value.
    Name string
    Property name.
    Value string
    Property value.
    name String
    Property name.
    value String
    Property value.
    name string
    Property name.
    value string
    Property value.
    name str
    Property name.
    value str
    Property value.
    name String
    Property name.
    value String
    Property value.

    GetWedataListProcessLineageItemSource

    CreateTime string
    Creation time.
    Description string
    Description: table type|metric description|model description|field description.
    LineageNodeId string
    Lineage node unique identifier.
    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ResourceName string
    Business name: database.table|metric name|model name|field name.
    ResourceProperties List<GetWedataListProcessLineageItemSourceResourceProperty>
    Resource additional extension parameters.
    ResourceType string
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    ResourceUniqueId string
    Entity original unique ID.
    UpdateTime string
    Update time.
    CreateTime string
    Creation time.
    Description string
    Description: table type|metric description|model description|field description.
    LineageNodeId string
    Lineage node unique identifier.
    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ResourceName string
    Business name: database.table|metric name|model name|field name.
    ResourceProperties []GetWedataListProcessLineageItemSourceResourceProperty
    Resource additional extension parameters.
    ResourceType string
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    ResourceUniqueId string
    Entity original unique ID.
    UpdateTime string
    Update time.
    createTime String
    Creation time.
    description String
    Description: table type|metric description|model description|field description.
    lineageNodeId String
    Lineage node unique identifier.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    resourceName String
    Business name: database.table|metric name|model name|field name.
    resourceProperties List<GetWedataListProcessLineageItemSourceResourceProperty>
    Resource additional extension parameters.
    resourceType String
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resourceUniqueId String
    Entity original unique ID.
    updateTime String
    Update time.
    createTime string
    Creation time.
    description string
    Description: table type|metric description|model description|field description.
    lineageNodeId string
    Lineage node unique identifier.
    platform string
    Source: WEDATA|THIRD, default WEDATA.
    resourceName string
    Business name: database.table|metric name|model name|field name.
    resourceProperties GetWedataListProcessLineageItemSourceResourceProperty[]
    Resource additional extension parameters.
    resourceType string
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resourceUniqueId string
    Entity original unique ID.
    updateTime string
    Update time.
    create_time str
    Creation time.
    description str
    Description: table type|metric description|model description|field description.
    lineage_node_id str
    Lineage node unique identifier.
    platform str
    Source: WEDATA|THIRD, default WEDATA.
    resource_name str
    Business name: database.table|metric name|model name|field name.
    resource_properties Sequence[GetWedataListProcessLineageItemSourceResourceProperty]
    Resource additional extension parameters.
    resource_type str
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resource_unique_id str
    Entity original unique ID.
    update_time str
    Update time.
    createTime String
    Creation time.
    description String
    Description: table type|metric description|model description|field description.
    lineageNodeId String
    Lineage node unique identifier.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    resourceName String
    Business name: database.table|metric name|model name|field name.
    resourceProperties List<Property Map>
    Resource additional extension parameters.
    resourceType String
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resourceUniqueId String
    Entity original unique ID.
    updateTime String
    Update time.

    GetWedataListProcessLineageItemSourceResourceProperty

    Name string
    Property name.
    Value string
    Property value.
    Name string
    Property name.
    Value string
    Property value.
    name String
    Property name.
    value String
    Property value.
    name string
    Property name.
    value string
    Property value.
    name str
    Property name.
    value str
    Property value.
    name String
    Property name.
    value String
    Property value.

    GetWedataListProcessLineageItemTarget

    CreateTime string
    Creation time.
    Description string
    Description: table type|metric description|model description|field description.
    LineageNodeId string
    Lineage node unique identifier.
    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ResourceName string
    Business name: database.table|metric name|model name|field name.
    ResourceProperties List<GetWedataListProcessLineageItemTargetResourceProperty>
    Resource additional extension parameters.
    ResourceType string
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    ResourceUniqueId string
    Entity original unique ID.
    UpdateTime string
    Update time.
    CreateTime string
    Creation time.
    Description string
    Description: table type|metric description|model description|field description.
    LineageNodeId string
    Lineage node unique identifier.
    Platform string
    Source: WEDATA|THIRD, default WEDATA.
    ResourceName string
    Business name: database.table|metric name|model name|field name.
    ResourceProperties []GetWedataListProcessLineageItemTargetResourceProperty
    Resource additional extension parameters.
    ResourceType string
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    ResourceUniqueId string
    Entity original unique ID.
    UpdateTime string
    Update time.
    createTime String
    Creation time.
    description String
    Description: table type|metric description|model description|field description.
    lineageNodeId String
    Lineage node unique identifier.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    resourceName String
    Business name: database.table|metric name|model name|field name.
    resourceProperties List<GetWedataListProcessLineageItemTargetResourceProperty>
    Resource additional extension parameters.
    resourceType String
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resourceUniqueId String
    Entity original unique ID.
    updateTime String
    Update time.
    createTime string
    Creation time.
    description string
    Description: table type|metric description|model description|field description.
    lineageNodeId string
    Lineage node unique identifier.
    platform string
    Source: WEDATA|THIRD, default WEDATA.
    resourceName string
    Business name: database.table|metric name|model name|field name.
    resourceProperties GetWedataListProcessLineageItemTargetResourceProperty[]
    Resource additional extension parameters.
    resourceType string
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resourceUniqueId string
    Entity original unique ID.
    updateTime string
    Update time.
    create_time str
    Creation time.
    description str
    Description: table type|metric description|model description|field description.
    lineage_node_id str
    Lineage node unique identifier.
    platform str
    Source: WEDATA|THIRD, default WEDATA.
    resource_name str
    Business name: database.table|metric name|model name|field name.
    resource_properties Sequence[GetWedataListProcessLineageItemTargetResourceProperty]
    Resource additional extension parameters.
    resource_type str
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resource_unique_id str
    Entity original unique ID.
    update_time str
    Update time.
    createTime String
    Creation time.
    description String
    Description: table type|metric description|model description|field description.
    lineageNodeId String
    Lineage node unique identifier.
    platform String
    Source: WEDATA|THIRD, default WEDATA.
    resourceName String
    Business name: database.table|metric name|model name|field name.
    resourceProperties List<Property Map>
    Resource additional extension parameters.
    resourceType String
    Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
    resourceUniqueId String
    Entity original unique ID.
    updateTime String
    Update time.

    GetWedataListProcessLineageItemTargetResourceProperty

    Name string
    Property name.
    Value string
    Property value.
    Name string
    Property name.
    Value string
    Property value.
    name String
    Property name.
    value String
    Property value.
    name string
    Property name.
    value string
    Property value.
    name str
    Property name.
    value str
    Property value.
    name String
    Property name.
    value String
    Property value.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate