forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tempo source airbytehq#1616 - fixing README.md in source-tempo, creat…
…ing tempo.md in docs (airbytehq#1819)
- Loading branch information
1 parent
ee9de79
commit 1a72a3e
Showing
2 changed files
with
56 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Tempo | ||
|
||
## Overview | ||
|
||
This Source uses the [REST API version 3](https://tempo-io.github.io/tempo-api-docs/) 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 | | ||
|
||
If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose) | ||
|
||
## 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**. | ||
|
||
|
||
|