informatica.infacore.dataframe.dataframe.DataFrame.collect
- DataFrame.collect()
This method executes the user-created data pipeline and fetches actual data corresponding to the DataFrame object.
Example
>>> import informatica.infacore as ic >>> orcl_do = ic.get_data_source("Oracle").get_connection("Oracle Prod").get_data_object("Customers") >>> table = orcl_do.read().collect()