Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.17 KB

confluence.md

File metadata and controls

53 lines (35 loc) · 2.17 KB

Confluence

Overview

The Confluence source supports Full Refresh syncs.

Output schema

This Source is capable of syncing the following core Streams:

Data type mapping

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.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync No
Incremental - Dedupe Sync No
SSL connection No
Namespaces No

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.

Getting started

Requirements

  • Confluence Account
  • Confluence API Token
  • Confluence domain name
  • Confluence email address

Setup guide

Follow this article to create an API token for your Confluence account.

Changelog

Version Date Pull Request Subject
0.1.1 2022-01-31 9831 Fix: Spec was not pushed to cache
0.1.0 2021-11-05 7241 🎉 New Source: Confluence