informatica.infacore.dataframe.dataobject.DataObject.config

DataObject.config() dict

Returns the filter configuration for the DataObject.

Returns:

Filter options: Key-value pair that contains the following information
  • Describes if the filter support is available

  • Filterable fields

  • Filter operators

Return type:

dict

Example

>>> import informatica.infacore as ic
>>> orcl_do = ic.get_datasource("Oracle").get_connection("Oracle Prod").get_data_object("Customers")
>>> orcl_do.config()