informatica.infacore.datapipeline.datapipeline.DataPipeline.config
- DataPipeline.config(mode: str = 'BASIC') dict
Returns the parameter details required for configuring the data pipeline.
- Parameters:
mode (str) –
The value to assign to retrieve the corresponding data pipeline parameter details.
- You can specify the following values:
BASIC: Gets only the parameter attribute keys.
RAW: Gets the complete data pipeline details.
The default value is BASIC.
- Returns:
Data pipeline details as the “key, value” pair.
- Return type:
dict
Example
>>> import informatica.infacore as ic >>> scd_dp = ic.get_data_pipeline("scd type 2") >>> scd_dp.config()