Trello
This page contains the setup guide and reference information for the Trello source connector.
Prerequisites
- Start Date
- Trello Board IDs (Optional)
For Airbyte Cloud:
- OAuth 1.0
For Airbyte Open Source:
- API Key (see Authorizing A Client)
- API Token (see Authorizing A Client)
Setup guide
Step 1: Set up Trello
Create a Trello Account.
Step 2: Set up the Trello connector in Airbyte
For Airbyte Cloud:
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click + new source.
- On the source setup page, select Trello from the Source type dropdown and enter a name for this connector.
- Click
Authenticate your Trello account
. - Log in and
Allow
access. - Start date - The date from which you'd like to replicate data for streams.
- Trello Board IDs (Optional) - IDs of the boards to replicate data from. If left empty, data from all boards to which you have access will be replicated.
For Airbyte Open Source:
- Authenticate with API Key and API Token pair.
Supported sync modes
The Trello source connector supports the following sync modes:
Supported Streams
This connector outputs the following streams:
- Boards (Full Refresh)
- Actions (Incremental)
- Cards (Full Refresh)
- Checklists (Full Refresh)
- Lists (Full Refresh)
- Users (Full Refresh)
- Organizations (Full Refresh)
Performance considerations
The connector is restricted by normal Trello requests limitation.
The Trello connector should not run into Trello API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Reference
Config fields reference
Field
Type
Property name
string
key
string
token
string
start_date
array<string>
board_ids
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
1.0.2 | 2023-10-13 | 31205 | Improve spec description for board ids |
1.0.1 | 2023-10-13 | 31168 | Fix cards schema |
1.0.0 | 2023-09-08 | 29876 | Migrate to Low Code CDK |
0.3.4 | 2023-07-31 | 28734 | Updated expected records for CAT test and fixed advancedAuth broken references |
0.3.3 | 2023-06-19 | 27470 | Update Organizations schema |
0.3.2 | 2023-05-05 | 25870 | Added CDK typeTransformer to guarantee JSON schema types |
0.3.1 | 2023-03-21 | 24266 | Get board ids also from organizations |
0.3.0 | 2023-03-17 | 24141 | Certify to Beta |
0.2.0 | 2023-03-15 | 24045 | Fix schema for boards and cards streams |
0.1.6 | 2021-12-28 | 8628 | Updated fields in source-connector specifications |
0.1.3 | 2021-11-25 | 8183 | Enable specifying board ids in configuration |
0.1.2 | 2021-11-08 | 7499 | Remove base-python dependencies |
0.1.1 | 2021-10-12 | 6968 | Add oAuth flow support |
0.1.0 | 2021-08-18 | 5501 | Release Trello CDK Connector |