Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.35 KB

dixa.md

File metadata and controls

57 lines (36 loc) · 2.35 KB

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

Version Date Pull Request Subject
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