The Trello source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Source Connector is based on a Airbyte CDK.
Several output streams are available from this source:
- Boards (Full table)
- Actions (Incremental)
- Cards (Full table)
- Checklists (Full table)
- Lists (Full table)
- Users (Full table)
If there are more endpoints you'd like Airbyte to support, please create an issue.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Yes |
SSL connection | Yes |
Namespaces | No |
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.
- Trello API Token
- Trello API Key
Please read How to get your APIs Token and Key or you can log in to Trello and visit Developer API Keys.
Version | Date | Pull Request | Subject |
---|---|---|---|
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 |