What's New > July 2023 > Changed behavior
  

Changed behavior

INFACore includes the following changed behaviors in this release.

Decoupling connection input as a dependency in read and write functions

In the JupyterLab extension for INFACore, you can directly configure a read or write operation without the dependency of selecting a data source and connection beforehand. After you select the read or write function, the data source list appears in the read or write dialog box. When you select a data source, all the connections configured for that data source are fetched and appear in the connections list. Select the connection, enter the data source object name or the target object name based on the endpoint, and then submit the details for the code generation.
If you already select a data source or a data source and connection, the selected data source and connection are prepopulated when you configure the function.
Previously, you had to select the data source and connection first, and then select the read or write operation. You then entered the data source object as an input for the read or write function.