1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/docs/integrations/sources/tempo.md
Ben Strawson 8b67f03d19 🐛 Source Tempo: Avoid infinite loop for non-paginated APIs (#16361)
* 🐛 Source Tempo: Avoid infinite loop for APIs that do not support pagination and support more than DEFAULT_ITEMS_PER_PAGE results.

* Source Tempo: Update changelog for version 0.2.6

* fix: update additionalProperties to true

* fix: remove additionalProperties field in schema files

Co-authored-by: Sajarin <sajarindider@gmail.com>
2022-09-13 20:11:04 -04:00

1.3 KiB

Tempo

Overview

This Source uses the REST API version 3 to sync Tempo data.

Output schema

This connector outputs the following streams:

  • Accounts
  • Customers
  • Worklogs
  • Workload Schemes

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync No
Replicate Incremental Deletes Coming soon
SSL connection Yes
Namespaces No

If there are more endpoints you'd like Airbyte to support, please create an issue.

Getting started

Requirements

  • API Token

Setup guide

Source Tempo is designed to interact with the data your permissions give you access to. To do so, you will need to generate a Tempo OAuth 2.0 token for an individual user.

Go to Tempo > Settings, scroll down to Data Access and select API integration.

Changelog

Version Date Pull Request Subject
0.2.6 2022-09-08 16361 Avoid infinite loop for non-paginated APIs
0.2.4 2021-11-08 7649 Migrate to the CDK