informatica.infacore.datapipeline.datapipeline.get_data_pipeline

informatica.infacore.datapipeline.datapipeline.get_data_pipeline(data_pipeline_name: str) DataPipeline

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

Parameters:

datasource_name (str) – The name of the data pipeline for which you want to extract, transform, or load data.

Returns:

Object of class DataPipeline.

Return type:

DataPipeline

Example

>>> import informatica.infacore as ic
>>> ic.get_data_pipeline("Oracle to Snowflake ")
Raises:

ValueError – A ValueError if you specified an unsupported data pipeline name.