DataPipeline

Classes

DataPipeline(name)

Represents an end-to-end sequence of digital processes used to collect, modify, and deliver data.

Methods

list_data_pipelines()

Lists the available data pipelines in your Informatica Intelligent Cloud Service organization that you can use to extract, transform, or load data.

get_data_pipeline(data_pipeline_name)

Fetches the data pipeline object for the data pipeline name you specified.

DataPipeline.config([mode])

Returns the parameter details required for configuring the data pipeline.

DataPipeline.execute([src_dfs, tgt_dfs, ...])

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

DataPipeline.visualize()

Retrieves the image of the data pipeline.