1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/docs/integrations/sources/asana.md
Serhii Lazebnyi 98924e0da4 🐛Source Asana: Add cash for project stream (#15749)
* Add cach for project stream

* Updated PR number

* Updated test credential

* Updated docs

* Increased unittest coverage

* Added timout to acceptance test

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-24 07:30:32 +02:00

3.3 KiB

Asana

This page contains the setup guide and reference information for the Asana source connector.

Prerequisites

Please follow these steps to obtain Personal Access Token for your account.

Setup guide

Step 1: Set up the Asana connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud 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 Asana connector and select Asana from the Source type dropdown.
  4. Select Authenticate your account.
  5. Log in and Authorize to the Asana account and click Set up source.

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard
  2. Set the name for your source
  3. Enter your personal_access_token
  4. Click Set up source

Supported sync modes

The Asana source connector supports the following sync modes:

Feature Supported?
Full Refresh Sync Yes
Incremental Sync No
Namespaces No

Supported Streams

Performance considerations

The connector is restricted by normal Asana requests limitation.

Data type map

Integration Type Airbyte Type
string string
int, float, number number
date date
datetime datetime
array array
object object

Changelog

Version Date Pull Request Subject
0.1.4 2022-08-18 15749 Add cache to project stream
0.1.3 2021-10-06 6832 Add oauth init flow parameters support
0.1.2 2021-09-24 6402 Fix SAT tests: update schemas and invalid_config.json file
0.1.1 2021-06-09 3973 Add entrypoint and bump version for connector
0.1.0 2021-05-25 3510 New Source: Asana