1
0
mirror of synced 2026-01-02 12:02:47 -05:00
Files
airbyte/docs/integrations/sources/insightly.md
Henri Blancke f861a7580c 🎉 New Source: Insightly [python cdk] (#18164)
* [ADD] logic for source insightly

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] schema cleanup

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [ADD] documentation

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] configured catalog

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* [RMV] catalog and logs

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] source tests

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* format files

* fix pk

* add seed config

* auto-bump connector version

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-20 16:17:28 -03:00

5.2 KiB

Insightly

This page guides you through the process of setting up the Insightly source connector.

Set up the Insightly connector

  1. Log into your Airbyte Cloud or Airbyte Open Source account.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Insightly from the Source type dropdown.
  4. Enter a name for your source.
  5. For API token, enter the API token for your Insightly account. You can find your API token in your Insightly Account > Click on your avatar > User Settings > API.
  6. For Start date, enter the date in YYYY-MM-DDTHH:mm:ssZ format. The data added on and after this date will be replicated.
  7. Click Set up source.

Supported sync modes

The Insightly source connector supports the following sync modes:

  • Full Refresh
  • Incremental

Supported Streams

The Insightly source connector supports the following streams, some of them may need elevated permissions:

Performance considerations

The connector is restricted by Insightly requests limitation.

Changelog

Version Date Pull Request Subject
0.1.0 2021-07-19 Release Insightly CDK Connector