JupyterLab Extension for INFACore

JupyterLab Extension for INFACore

Configure a connection to the data source

Configure a connection to the data source

Select a data source and configure a connection. Add code for the connection and then test the connection.
  1. On the
    Data Source Type
    tab, select the data source from the list or search for a data source.
    You can search for the data source from the list.
    The Data Source section displays all the data sources that you can connect to.
  2. On the
    Connections
    tab, select an existing connection for the data source from the list, or create a new connection to the data source.
  3. To create a new connection, click the + icon and configure the connection-specific properties for the data source that you want to connect to.
    Create a new flat file connection.
    For example, if you configure a flat file connection, enter the directory where the files are stored, the date format for the date fields in the files, and the code page of the system that hosts the files.
    The following image shows the properties that you need to configure for a flat file connection:
    The flat file connection properties dialog box opens.
    When you create and save a new connection, that connection displays in the connection list.
  4. Select the required connection and perform one of the following actions:
    1. To add the connection to the code cell, select the  
				  icon, and provide a variable name for the connection to display in the Python code.
      You select the connection, provide a name for the connection to represent in the code and add the connection code.
      The selected connection is added to the Python code.
      You can view the code added to the python code.
    2. To test the connection, select the  
				  icon.
      Click Test to add the text code.
      The Python code for testing the selected connection displays. When you run the code, the test connection displays as successful.
    3. To edit the connection, select the icon, edit the connection details, and save the connection.
      You can make changes to the connection properties in the edit connection dialog box.

0 COMMENTS

We’d like to hear from you!