1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/docs/integrations/sources/dixa.md

6.9 KiB

Dixa

Sync overview

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.

Output schema

This Source is capable of syncing the following Streams:

Data type mapping

Integration Type Airbyte Type Notes
string string
int integer
timestamp integer
array array

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync Yes
Namespaces No

Performance considerations

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.

Getting started

Requirements

  • Dixa API token

Setup guide

  1. Generate an API token using the Dixa documentation.

  2. Define a start_timestamp: the connector will pull records with updated_at >= start_timestamp

  3. 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

Changelog

Expand to review
Version Date Pull Request Subject
0.4.21 2025-05-24 60427 Update dependencies
0.4.20 2025-05-10 60042 Update dependencies
0.4.19 2025-05-03 59378 Update dependencies
0.4.18 2025-04-26 58873 Update dependencies
0.4.17 2025-04-19 58345 Update dependencies
0.4.16 2025-04-12 57773 Update dependencies
0.4.15 2025-04-05 57231 Update dependencies
0.4.14 2025-03-29 56500 Update dependencies
0.4.13 2025-03-22 55941 Update dependencies
0.4.12 2025-03-08 55266 Update dependencies
0.4.11 2025-03-01 54972 Update dependencies
0.4.10 2025-02-22 53734 Update dependencies
0.4.9 2025-02-08 53360 Update dependencies
0.4.8 2025-02-01 52813 Update dependencies
0.4.7 2025-01-25 52323 Update dependencies
0.4.6 2025-01-18 51691 Update dependencies
0.4.5 2025-01-11 51116 Update dependencies
0.4.4 2024-12-28 50546 Update dependencies
0.4.3 2024-12-21 50028 Update dependencies
0.4.2 2024-12-14 49497 Update dependencies
0.4.1 2024-12-12 49149 Update dependencies
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