Dixa
This source can sync data for the Dixa conversation_export API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Source is capable of syncing the following Streams:
Integration Type | Airbyte Type | Notes |
---|---|---|
string | string | |
int | integer | |
timestamp | integer | |
array | array |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
Namespaces | No |
The connector is limited by standard Dixa conversation_export API limits. It should not run into limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
When using the connector, keep in mind that increasing the batch_size
parameter will decrease the number of requests sent to the API, but increase the response and processing time.
- Dixa API token
-
Generate an API token using the Dixa documentation.
-
Define a
start_timestamp
: the connector will pull records withupdated_at >= start_timestamp
-
Define a
batch_size
: this represents the number of days which will be batched in a single request.Keep the performance consideration above in mind
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.4.0 | 2024-08-27 | 44818 | Refactor connector to manifest-only format |
0.3.14 | 2024-08-24 | 44666 | Update dependencies |
0.3.13 | 2024-08-17 | 44328 | Update dependencies |
0.3.12 | 2024-08-12 | 43871 | Update dependencies |
0.3.11 | 2024-08-10 | 43474 | Update dependencies |
0.3.10 | 2024-08-03 | 43088 | Update dependencies |
0.3.9 | 2024-07-27 | 42679 | Update dependencies |
0.3.8 | 2024-07-20 | 42156 | Update dependencies |
0.3.7 | 2024-07-13 | 41805 | Update dependencies |
0.3.6 | 2024-07-10 | 41484 | Update dependencies |
0.3.5 | 2024-07-09 | 41198 | Update dependencies |
0.3.4 | 2024-07-06 | 40776 | Update dependencies |
0.3.3 | 2024-06-26 | 40371 | Update dependencies |
0.3.2 | 2024-06-22 | 40119 | Update dependencies |
0.3.1 | 2024-05-21 | 38481 | [autopull] base image + poetry + up_to_date |
0.3.0 | 2023-10-17 | 30994 | Migrate to Low-code Framework |
0.2.0 | 2023-06-08 | 25103 | Add fields to conversation_export stream |
0.1.3 | 2022-07-07 | 14437 | 🎉 Source Dixa: bump version 0.1.3 |
0.1.2 | 2021-11-08 | 7499 | Remove base-python dependencies |
0.1.1 | 2021-08-12 | 5367 | Migrated to CI Sandbox, refactorred code structure for future support |
0.1.0 | 2021-07-07 | 4358 | New source |