To create a new data source, access the Data Sources screen and click + DATA SOURCE in the upper right corner of the screen. Then fill in the requested fields.
Creating a new data source takes place in 3 steps:

Name: unique name that will identify the database. This name will appear in the list of available databases when creating the integration flow.
Description: database description. Limit of 1024 characters.
To configure the environment, click the pencil icon on the right, in the Actions column. You can configure the same database for one or both available environments.
You must fill in the fields with your database access credentials. Then click CONFIRM.
The advanced properties of data sources allow more detailed control of the JDBC connection pool, as well as enabling specific adjustments to the connection behavior. This helps improve performance, increase resilience to network failures, and optimize costs.
IMPORTANTAdvanced properties are applied individually in each environment.
TIPThe advanced properties configuration fields display default values.
The table below describes the available advanced properties:
Property | Description | Default Value |
|---|---|---|
| initialSize | Number of connections created when the pool is started. | 0 |
| maxTotal | Maximum number of active connections that can be allocated in the pool. Use a negative value for unlimited. | 8 |
| maxIdle | Maximum number of connections that can remain idle in the pool. Use a negative value for unlimited. | 8 |
| minIdle | Minimum number of connections that must remain idle in the pool. | 8 |
| maxWaitMillis | Maximum time in milliseconds that the system will wait for a connection when none is available, before throwing an exception. | empty (indefinitely) |
Connection Validation
Property | Description | Default Value |
|---|---|---|
| validationQuery | SQL query (e.g.: SELECT 1) used to validate connections before they are delivered. | - |
| validationQueryTimeout | Time in seconds for the validationQuery to execute before failing. | - |
| testOnCreate | Indicates whether connections will be validated after their creation. | - |
| testOnBorrow | Indicates whether connections will be validated before being "borrowed" from the pool. | yes |
| testOnReturn | Indicates whether connections will be validated when returned to the pool. | - |
| testWhileIdle | Indicates whether connections will be validated by the idle connection removal process (eviction thread). | - |
NOTE
- The advanced properties configuration fields display default values.
- The maximum limit for each field is 15 numeric digits (
Initial Size,Max Total,Max Idle,Min Idle,Max Wait Millis, andValidation Query Timeout).- Negative values are not allowed, except in the
maxTotal,maxWaitMillis, andmaxIdlefields.
After completing this step, confirm the information.
TIPGray status indicates that the database is not configured in that environment. Green status indicates that the database is configured in the environment.
The Data Sources screen displays all created data sources. You can choose the display format in list or card format by clicking the respective icons in the upper right.
The image below shows existing data sources in list format:

The following information is available for viewing:
NOTEThe data source editing functionality will be available soon.
At the top of the screen, you can search for data sources using the following filters:
To search for a specific data source, type the name or a word from the flow description in the search box and click SEARCH.
To edit a data source, follow these steps:
Access the Data Sources screen
Identify the data source you want to edit and click the pencil icon on the right, in the Actions column.
On the Edit Data Source screen, edit the desired information.
At the end of the editing, click SAVE.
NOTEIt is not possible to edit the database name in the Name field.
IMPORTANTIf you edit a data source linked to a deployed flow, the flow must be deployed again.
To delete a data source, follow these steps:
Access the Data Sources screen.
Identify the data source you want to delete and, in the corresponding row, click the trash icon in the Actions column.
To confirm deletion, click YES. After deletion, the data source will be permanently removed.
Alternatively, you can delete a data source by accessing its editing screen and clicking the trash icon in the upper right corner of the screen.
IMPORTANTData sources that are in use in integration flows cannot be deleted.
We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more