1
0
mirror of synced 2026-01-03 06:02:23 -05:00
Files
airbyte/docs/integrations/sources/wrike.md
Földi Tamás a61ac9f05b 🎉 New Source: Wrike (#15638)
* Connector skeleton

* Implement the first two endpoints with incomplete schema

* Add more fields to download from tasks

* Add more fields to download from tasks

* Add new entities plus refector a few stuff

* Complete all schema jsons

* Add slice management for comments

* complete schema definition for folders

* remove incremental tests

* Removing as no incremental support yet

* Format as pep8

* sample config files

* add newer version of the catalog

* remove unused import

* use wrike cataglog

* remove additional properties

* remove incremental tests

* reformat everything with Prettifier

* Add developer notes

* Add source-wrike badge

* Add Wrike source as alpha

* Document Wrike connector usage

* Add title fields for input parameters

* fix typo

* handle empty start date string

* add unit tests for wrike source

* remove unnecessary comments

* duplicated file

* document how to get permanent tokens

* Add link to API documentation

* Apply gradlew format

* Add workflow endpoint

* Change youtube back to Beta

* Remove unnecesary TODO comment

* Add null constraints

* Code cleanup in check_connection and streams

* Improved null constraints in schema

* Convert arrays with one element to string

* chore: update source_definitions.yaml

* chore: generate/update source_specs.yaml

Co-authored-by: sajarin <sajarindider@gmail.com>
2022-09-15 13:57:46 -04:00

2.7 KiB

Wrike

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

Prerequisites

Set up the Wrike source connector

  1. Log into your Airbyte Cloud or Airbyte OSS account.

  2. Click Sources and then click + New source.

  3. On the Set up the source page, select Wrike from the Source type dropdown.

  4. Enter a name for your source.

  5. For Permanent Access Token, enter your Wrike Permanent Access Token.

    Permissions granted to the permanent token are equal to the permissions of the user who generates the token.

  6. For Wrike Instance (hostname), add the hostname of the Wrike instance you are currently using. This could be www.wrike.com, app-us2.wrike.com, or anything similar.

  7. For Start date for comments, enter the date in YYYY-MM-DDTHH:mm:ssZ format. The comments added on and after this date will be replicated. If this field is blank, Airbyte will replicate comments from the last seven days.

  8. Click Set up source.

Supported sync modes

The Wrike source connector supports on full sync refresh.

Supported Streams

The Wrike source connector supports the following streams:

Data type mapping

Currencies are number and the date is a string.

Performance considerations

The Wrike connector should not run into Wrike API limitations under normal usage. Create an issue if you see any rate limit issues that are not automatically retried successfully.

Changelog

Version Date Pull Request Subject
0.1.0 2022-08-16 15638 Initial version/release of the connector.