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 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 dictionaryThe following arguments are supported:
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Process
Id string - Task unique ID.
- Process
Type string - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- Id string
- Result
Output stringFile - Used to save results.
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Process
Id string - Task unique ID.
- Process
Type string - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- Id string
- Result
Output stringFile - Used to save results.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- process
Id String - Task unique ID.
- process
Type String - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- id String
- result
Output StringFile - Used to save results.
- platform string
- Source: WEDATA|THIRD, default WEDATA.
- process
Id string - Task unique ID.
- process
Type string - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- id string
- result
Output stringFile - 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_ strfile - Used to save results.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- process
Id String - Task unique ID.
- process
Type String - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- id String
- result
Output StringFile - Used to save results.
getWedataListProcessLineage Result
The following output properties are available:
- Id string
- Items
List<Get
Wedata List Process Lineage Item> - Lineage pair list.
- Platform string
- Source: WEDATA|THIRD. Default wedata.
- Process
Id string - Original unique ID.
- Process
Type string - Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- Result
Output stringFile
- Id string
- Items
[]Get
Wedata List Process Lineage Item - Lineage pair list.
- Platform string
- Source: WEDATA|THIRD. Default wedata.
- Process
Id string - Original unique ID.
- Process
Type string - Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- Result
Output stringFile
- id String
- items
List<Get
Wedata List Process Lineage Item> - Lineage pair list.
- platform String
- Source: WEDATA|THIRD. Default wedata.
- process
Id String - Original unique ID.
- process
Type String - Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- result
Output StringFile
- id string
- items
Get
Wedata List Process Lineage Item[] - Lineage pair list.
- platform string
- Source: WEDATA|THIRD. Default wedata.
- process
Id string - Original unique ID.
- process
Type string - Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- result
Output stringFile
- id str
- items
Sequence[Get
Wedata List Process Lineage Item] - 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_ strfile
- id String
- items List<Property Map>
- Lineage pair list.
- platform String
- Source: WEDATA|THIRD. Default wedata.
- process
Id String - Original unique ID.
- process
Type String - Task type. SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- result
Output StringFile
Supporting Types
GetWedataListProcessLineageItem
- Processes
List<Get
Wedata List Process Lineage Item Process> - Lineage processing procedures.
- Sources
List<Get
Wedata List Process Lineage Item Source> - Source.
- Targets
List<Get
Wedata List Process Lineage Item Target> - Target.
- Processes
[]Get
Wedata List Process Lineage Item Process - Lineage processing procedures.
- Sources
[]Get
Wedata List Process Lineage Item Source - Source.
- Targets
[]Get
Wedata List Process Lineage Item Target - Target.
- processes
List<Get
Wedata List Process Lineage Item Process> - Lineage processing procedures.
- sources
List<Get
Wedata List Process Lineage Item Source> - Source.
- targets
List<Get
Wedata List Process Lineage Item Target> - Target.
- processes
Get
Wedata List Process Lineage Item Process[] - Lineage processing procedures.
- sources
Get
Wedata List Process Lineage Item Source[] - Source.
- targets
Get
Wedata List Process Lineage Item Target[] - Target.
- processes
Sequence[Get
Wedata List Process Lineage Item Process] - Lineage processing procedures.
- sources
Sequence[Get
Wedata List Process Lineage Item Source] - Source.
- targets
Sequence[Get
Wedata List Process Lineage Item Target] - Target.
- processes List<Property Map>
- Lineage processing procedures.
- sources List<Property Map>
- Source.
- targets List<Property Map>
- Target.
GetWedataListProcessLineageItemProcess
- Lineage
Node stringId - Lineage node unique identifier.
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Process
Id string - Task unique ID.
- Process
Properties List<GetWedata List Process Lineage Item Process Process Property> - Additional extension parameters.
- Process
Sub stringType - Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
- Process
Type string - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- Lineage
Node stringId - Lineage node unique identifier.
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Process
Id string - Task unique ID.
- Process
Properties []GetWedata List Process Lineage Item Process Process Property - Additional extension parameters.
- Process
Sub stringType - Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
- Process
Type string - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- lineage
Node StringId - Lineage node unique identifier.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- process
Id String - Task unique ID.
- process
Properties List<GetWedata List Process Lineage Item Process Process Property> - Additional extension parameters.
- process
Sub StringType - Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
- process
Type String - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- lineage
Node stringId - Lineage node unique identifier.
- platform string
- Source: WEDATA|THIRD, default WEDATA.
- process
Id string - Task unique ID.
- process
Properties GetWedata List Process Lineage Item Process Process Property[] - Additional extension parameters.
- process
Sub stringType - Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
- process
Type string - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
- lineage_
node_ strid - Lineage node unique identifier.
- platform str
- Source: WEDATA|THIRD, default WEDATA.
- process_
id str - Task unique ID.
- process_
properties Sequence[GetWedata List Process Lineage Item Process Process Property] - Additional extension parameters.
- process_
sub_ strtype - 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.
- lineage
Node StringId - Lineage node unique identifier.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- process
Id String - Task unique ID.
- process
Properties List<Property Map> - Additional extension parameters.
- process
Sub StringType - Task subtype. SQL_TASK, INTEGRATED_STREAM, INTEGRATED_OFFLINE.
- process
Type String - Task type: SCHEDULE_TASK, INTEGRATION_TASK, THIRD_REPORT, TABLE_MODEL, MODEL_METRIC, METRIC_METRIC, DATA_SERVICE.
GetWedataListProcessLineageItemProcessProcessProperty
GetWedataListProcessLineageItemSource
- Create
Time string - Creation time.
- Description string
- Description: table type|metric description|model description|field description.
- Lineage
Node stringId - Lineage node unique identifier.
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Resource
Name string - Business name: database.table|metric name|model name|field name.
- Resource
Properties List<GetWedata List Process Lineage Item Source Resource Property> - Resource additional extension parameters.
- Resource
Type string - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- Resource
Unique stringId - Entity original unique ID.
- Update
Time string - Update time.
- Create
Time string - Creation time.
- Description string
- Description: table type|metric description|model description|field description.
- Lineage
Node stringId - Lineage node unique identifier.
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Resource
Name string - Business name: database.table|metric name|model name|field name.
- Resource
Properties []GetWedata List Process Lineage Item Source Resource Property - Resource additional extension parameters.
- Resource
Type string - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- Resource
Unique stringId - Entity original unique ID.
- Update
Time string - Update time.
- create
Time String - Creation time.
- description String
- Description: table type|metric description|model description|field description.
- lineage
Node StringId - Lineage node unique identifier.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- resource
Name String - Business name: database.table|metric name|model name|field name.
- resource
Properties List<GetWedata List Process Lineage Item Source Resource Property> - Resource additional extension parameters.
- resource
Type String - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource
Unique StringId - Entity original unique ID.
- update
Time String - Update time.
- create
Time string - Creation time.
- description string
- Description: table type|metric description|model description|field description.
- lineage
Node stringId - Lineage node unique identifier.
- platform string
- Source: WEDATA|THIRD, default WEDATA.
- resource
Name string - Business name: database.table|metric name|model name|field name.
- resource
Properties GetWedata List Process Lineage Item Source Resource Property[] - Resource additional extension parameters.
- resource
Type string - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource
Unique stringId - Entity original unique ID.
- update
Time string - Update time.
- create_
time str - Creation time.
- description str
- Description: table type|metric description|model description|field description.
- lineage_
node_ strid - 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[GetWedata List Process Lineage Item Source Resource Property] - Resource additional extension parameters.
- resource_
type str - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource_
unique_ strid - Entity original unique ID.
- update_
time str - Update time.
- create
Time String - Creation time.
- description String
- Description: table type|metric description|model description|field description.
- lineage
Node StringId - Lineage node unique identifier.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- resource
Name String - Business name: database.table|metric name|model name|field name.
- resource
Properties List<Property Map> - Resource additional extension parameters.
- resource
Type String - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource
Unique StringId - Entity original unique ID.
- update
Time String - Update time.
GetWedataListProcessLineageItemSourceResourceProperty
GetWedataListProcessLineageItemTarget
- Create
Time string - Creation time.
- Description string
- Description: table type|metric description|model description|field description.
- Lineage
Node stringId - Lineage node unique identifier.
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Resource
Name string - Business name: database.table|metric name|model name|field name.
- Resource
Properties List<GetWedata List Process Lineage Item Target Resource Property> - Resource additional extension parameters.
- Resource
Type string - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- Resource
Unique stringId - Entity original unique ID.
- Update
Time string - Update time.
- Create
Time string - Creation time.
- Description string
- Description: table type|metric description|model description|field description.
- Lineage
Node stringId - Lineage node unique identifier.
- Platform string
- Source: WEDATA|THIRD, default WEDATA.
- Resource
Name string - Business name: database.table|metric name|model name|field name.
- Resource
Properties []GetWedata List Process Lineage Item Target Resource Property - Resource additional extension parameters.
- Resource
Type string - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- Resource
Unique stringId - Entity original unique ID.
- Update
Time string - Update time.
- create
Time String - Creation time.
- description String
- Description: table type|metric description|model description|field description.
- lineage
Node StringId - Lineage node unique identifier.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- resource
Name String - Business name: database.table|metric name|model name|field name.
- resource
Properties List<GetWedata List Process Lineage Item Target Resource Property> - Resource additional extension parameters.
- resource
Type String - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource
Unique StringId - Entity original unique ID.
- update
Time String - Update time.
- create
Time string - Creation time.
- description string
- Description: table type|metric description|model description|field description.
- lineage
Node stringId - Lineage node unique identifier.
- platform string
- Source: WEDATA|THIRD, default WEDATA.
- resource
Name string - Business name: database.table|metric name|model name|field name.
- resource
Properties GetWedata List Process Lineage Item Target Resource Property[] - Resource additional extension parameters.
- resource
Type string - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource
Unique stringId - Entity original unique ID.
- update
Time string - Update time.
- create_
time str - Creation time.
- description str
- Description: table type|metric description|model description|field description.
- lineage_
node_ strid - 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[GetWedata List Process Lineage Item Target Resource Property] - Resource additional extension parameters.
- resource_
type str - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource_
unique_ strid - Entity original unique ID.
- update_
time str - Update time.
- create
Time String - Creation time.
- description String
- Description: table type|metric description|model description|field description.
- lineage
Node StringId - Lineage node unique identifier.
- platform String
- Source: WEDATA|THIRD, default WEDATA.
- resource
Name String - Business name: database.table|metric name|model name|field name.
- resource
Properties List<Property Map> - Resource additional extension parameters.
- resource
Type String - Entity type. TABLE|METRIC|MODEL|SERVICE|COLUMN.
- resource
Unique StringId - Entity original unique ID.
- update
Time String - Update time.
GetWedataListProcessLineageItemTargetResourceProperty
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
