* 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>
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
-
Log into your Airbyte Cloud or Airbyte OSS account.
-
Click Sources and then click + New source.
-
On the Set up the source page, select Wrike from the Source type dropdown.
-
Enter a name for your source.
-
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.
-
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. -
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.
-
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:
- Tasks(Full Refresh)
- Customfields(Full Refresh)
- Comments(Full Refresh)
- Contacts(Full Refresh)
- Folders(Full Refresh)
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. |