DataSource

Classes

DataSource(infacore_name, iics_name, ...)

Represents the data source or target from which you want to extract or load data.

Methods

list_data_sources()

Lists the available data sources to extract or load data.

get_data_source(datasource_name)

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

get_compute_engine()

Fetches the compute engine object, and allows you to manage operations such as to start or stop the engine.

DataSource.list_connections()

Returns the list of existing connections in your Informatica Intelligent Cloud Services organization for the data source you selected.

DataSource.get_connection(connection_name)

Gets the connection object of the specified connection from the selected data source.

DataSource.config([mode])

Returns the connection attribute details required for creating the connection.

DataSource.connect(connection_name, ...)

Creates a live connection with the data source instance you specified to read from or to write data.