docs/integrations/sources/nexus-datasets.md
Nexus datasets is a solution to sync up with the current nexus data sets API. Data can be extracted from the nexus API after providing the required data in the config. Data set name should be provided aliong with the other details to sync the data. API Documentation
Set up sourceSet up source.| Input | Type | Description | Default Value |
|---|---|---|---|
base_url | string | Base URL. Enter base url for your data set | |
dataset_name | string | Name of the dataset. Enter dataset name to be synced | |
infor_streaming_mode | string | Name of the dataset. Enter dataset name to be synced | |
user_id | string | Data API agent user ID. Enter DAPI agent user id configured in the nexus | |
access_key_id | string | Access key ID. Enter access key ID for the DAPI agent user | |
secret_key | string | Secret key. Enter secret key for the DAPI agent user | |
api_key | string | Data API key. Enter data API key for the organization |
The Nexus Datasets source connector supports the following sync modes:
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| datasets | ❌ | DefaultPaginator | ✅ | ✅ |
NexusCustomAuthenticator is a primary component which handles the HMAC authentication for nexus API.
HMAC stands for Hash-based Message Authentication Code. In HMAC authentication, every request is independently established using a cryptographic hash function. For each API request, the client computes a hashed "signature" using a secret key and submits it in the Authorization header.
Please refer https://developer.infornexus.com/api/authentication-choices/hmac for more details to get the data to calculate the HMAC signature.
200 : Data set is ready to stream 202 : Data set is not ready but try again later. 304 : Data set is not ready, check the source again.
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 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 | Nexus datasets connector first version |