1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/docs/integrations/sources/insightly.md
Henri Blancke dcb8411dd3 🐛 Source insightly: Make incremental logic inclusive (#26079)
* [UPD] make incremental timestamp inclusive

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

* [UPD] docs and version

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

* [ADD] New version and link PR

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

* [UPD] address review comments

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

* Update insightly.md

* Update insightly.md

* Delete oss_catalog.json

---------

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>
2023-05-19 15:23:49 -03:00

5.6 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.3 2023-05-15 26079 Make incremental syncs timestamp inclusive
0.1.2 2023-03-23 24422 Fix incremental timedelta causing missing records
0.1.1 2022-11-11 19356 Fix state date parse bug
0.1.0 2022-10-19 18164 Release Insightly CDK Connector