Infor Nexus Datasets
This page contains the setup guide and reference information for the Infor Nexus source connector.
The Infor Nexus Datasets source connector syncs data from Infor Nexus Data Mesh export datasets using the Infor Nexus Data API (v3.1) with HMAC authentication.
Prerequisites
- An Infor Nexus customer organization with Data Mesh rights
- An export dataset created in the customer organization
- A Data API (DAPI) agent user configured in the customer organization
- The following credentials for the DAPI agent user:
- User ID
- Client access key ID
- Secret key
- A Data Key (API Key) for the customer organization
Setup guide
Step 1: Configure Infor Nexus
Create a customer organization
Create a customer organization in the Infor Nexus platform.
Configure Data Mesh
- Log into the admin console of your Infor Nexus application.
- Set up the Data Mesh rule for your organization.
- Create a user with Data Mesh privileges.
- Verify this user can log into the Infor Nexus platform.
Create an export dataset
- Log into the Infor Nexus platform with the user you created.
- Go to Analytics > Data Mesh Console.
- Click the Export tab to view exportable datasets.
- Click Create to create a new export pipeline from the existing models.
- Schedule the dataset to run.
Gather your credentials
Before configuring Airbyte, collect the following information:
- Base URL for your Infor Nexus platform
- Dataset name
- DAPI agent user ID
- DAPI agent access key ID
- DAPI agent secret key
- Data key (API key) for your organization
For more information about HMAC authentication, see the Infor Nexus HMAC documentation.
Step 2: Set up the source connector in Airbyte
For Airbyte Cloud:
- Log into your Airbyte Cloud account.
- Click Sources, then click + New source.
- Select Nexus Datasets from the Source type dropdown and enter a name for this connector.
For Airbyte Open Source:
- Navigate to the Airbyte Open Source dashboard.
- Click Sources, then click + New source.
- Select Nexus Datasets from the Source type dropdown and enter a name for this connector.
- Enter the Base URL for your Infor Nexus platform.
- Enter the Dataset Name to sync.
- Select the Infor Streaming Mode. Choose
Fullfor a complete dataset export, orIncrementalfor changes only. The default isFull.
- Enter the User ID for your DAPI agent user.
- Enter the Access Key ID for your DAPI agent user.
- Enter the Secret Key for your DAPI agent user.
- Enter the API Key (Data Key) for your organization.
- Click Set up source.
Configuration reference
| Field | Type | Required | Description | Default |
|---|---|---|---|---|
base_url | string | Yes | The base URL of your Infor Nexus platform. | |
dataset_name | string | Yes | The name of the dataset to export. | |
mode | string | No | The streaming mode: Full exports the complete dataset; Incremental exports only changes since the last export. | Full |
user_id | string | Yes | The DAPI agent user ID configured in Infor Nexus. | |
access_key_id | string | Yes | The access key ID for the DAPI agent user. | |
secret_key | string | Yes | The secret key for HMAC authentication. | |
api_key | string | Yes | The Data API key for your organization. |
Supported sync modes
The Infor Nexus Datasets source connector supports the following sync modes:
- Full Refresh
- Incremental
Supported streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| datasets | None | Yes | Yes | Yes |
The datasets stream returns records from the configured Infor Nexus export dataset. Each record contains the following fields:
raw_data: The record payload as a JSON object.raw_data_string: The record payload as a JSON string.
Limitations and troubleshooting
API response codes
The Infor Nexus Data API returns the following status codes during dataset export:
| Status Code | Meaning | Recommended action |
|---|---|---|
| 200 | Dataset is ready to stream. | No action needed. |
| 202 | Dataset is not yet ready. | Wait and retry the sync later. |
| 304 | Dataset is not ready. | Contact Infor member services to investigate. |
Reference
Config fields reference
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.4 | 2026-04-09 | 76138 | Add missing imports for AirbyteTracedException and FailureType in components.py |
| 0.1.3 | 2026-02-17 | 73548 | Update dependencies |
| 0.1.2 | 2026-02-10 | 73030 | Update dependencies |
| 0.1.1 | 2026-02-03 | 72789 | Add missing registryOverrides to metadata.yaml |
| 0.1.0 | 2025-09-30 | 69349 | Initial release of the Infor Nexus Datasets connector |