Confluence
This page contains the setup guide and reference information for the Confluence source connector.
Prerequisites
- API Token
- Your Confluence domain name
- Your Confluence login email
Setup guide
Step 1: Set up Confluence connector
- Log into your Airbyte Cloud or Airbyte Open Source account.
- Click Sources and then click + New source.
- On the Set up the source page, select Confluence from the Source type dropdown.
- Enter a name for your source.
- For API Token follow the Jira confluence for generating an API Token
- For Domain name enter your Confluence domain name.
- For Email enter your Confluence login email.
Supported sync modes
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | No |
Incremental - Dedupe Sync | No |
SSL connection | No |
Namespaces | No |
Supported Streams
note
Stream Audit requires Standard or Premium plan.
Data type map
The Confluence API uses the same JSONSchema types that Airbyte uses internally (string
, date-time
, object
, array
, boolean
, integer
, and number
), so no type conversions happen as part of this source.
Performance considerations
The Confluence connector should not run into Confluence API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.3 | 2023-03-13 | 23988 | Add view and storage to pages body, add check for stream Audit |
0.1.2 | 2023-03-06 | 23775 | Set additionalProperties: true, update docs and spec |
0.1.1 | 2022-01-31 | 9831 | Fix: Spec was not pushed to cache |
0.1.0 | 2021-11-05 | 7241 | 🎉 New Source: Confluence |