informatica.infacore.datapipeline.datapipeline.DataPipeline

class informatica.infacore.datapipeline.datapipeline.DataPipeline(name: str)

Bases: object

Represents an end-to-end sequence of digital processes used to collect, modify, and deliver data. Use data pipelines to copy or move your data from one source to another so it can be stored, used for analytics, or combine with other data.

Methods

config([mode])

Returns the parameter details required for configuring the data pipeline.

execute([src_dfs, tgt_dfs, parameters])

Executes the data pipeline with the specified source and target native DataFrames and data pipeline parameters.

visualize()

Retrieves the image of the data pipeline.