1
0
mirror of synced 2026-01-08 12:03:02 -05:00
Files
airbyte/docs/integrations/sources/tempo.md
Denys Davydov 8ff8bece02 Source Tempo: migrate to lowcode + certify to beta (#18936)
* #18682 source tempo: migrate to lowcode + certify to beta

* #18936 source tempo: upd changelog

* #18682 source tempo: fix yaml

* #18682 source tempo: rm redundant config

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-14 10:53:47 +02:00

53 lines
2.6 KiB
Markdown

# Tempo
This page contains the setup guide and reference information for the Tempo source connector.
## Prerequisites
* API Token
## Setup guide
### Step 1: Set up Tempo
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 &gt; Settings**, scroll down to **Data Access** and select **API integration**.
## Step 2: Set up the Tempo connector in Airbyte
1. [Log into your Airbyte Cloud](https://cloud.airbyte.io/workspaces) account.
2. In the left navigation bar, click **Sources**. In the top-right corner, click **+new source**.
3. On the Set up the source page, enter the name for the Tempo connector and select **Tempo** from the Source type dropdown.
4. Enter your API token that you obtained from Tempo.
5. Click **Set up source**.
## Supported sync modes
The Tempo source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/glossary#full-refresh-sync)
* [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append)
* [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append)
* [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history)
## Supported Streams
This connector outputs the following streams:
* [Accounts](https://apidocs.tempo.io/#tag/Accounts)
* [Customers](https://apidocs.tempo.io/#tag/Customers)
* [Worklogs](https://apidocs.tempo.io/#tag/Worklogs)
* [Workload Schemes](https://apidocs.tempo.io/#tag/Workload-Schemes)
If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose)
## Changelog
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------|
| 0.3.0 | 2022-11-02 | [18936](https://github.com/airbytehq/airbyte/pull/18936) | Migrate to low code + certify to Beta + migrate to API v4 |
| 0.2.6 | 2022-09-08 | [16361](https://github.com/airbytehq/airbyte/pull/16361) | Avoid infinite loop for non-paginated APIs |
| 0.2.4 | 2021-11-08 | [7649](https://github.com/airbytehq/airbyte/pull/7649) | Migrate to the CDK |