Docs
Plugins
Sources
Overview

Source Plugins

Official

Documentation, configuration and available tables for every plugin are available in the relevant GitHub repository.

Official source plugins follow release stages.

NameLatest VersionChangelogTablesStage
Alibaba Cloudv1.0.2ChangelogTablesPreview
AWSv13.1.0ChangelogTablesGA
Azurev4.1.0ChangelogTablesGA
Azure DevOpsv1.1.3ChangelogTablesPreview
Cloudflarev3.1.3ChangelogTablesPreview
Datadogv1.1.3ChangelogTablesPreview
DigitalOceanv4.1.3ChangelogTablesGA
Fastlyv1.1.3ChangelogTablesPreview
Gandiv1.1.9ChangelogTablesPreview
GCPv7.5.0ChangelogTablesGA
GitHubv2.1.4ChangelogTablesGA
GitLabv2.1.2ChangelogTablesPreview
Hacker Newsv1.1.6ChangelogTablesPreview
Herokuv3.1.9ChangelogTablesPreview
HubSpotv1.1.1ChangelogTablesPreview
Kubernetesv3.1.1ChangelogTablesPreview
LaunchDarklyv1.0.2ChangelogTablesPreview
Mixpanelv1.0.1ChangelogTablesPreview
Oktav2.1.4ChangelogTablesPreview
Oraclev1.0.4ChangelogTablesPreview
PagerDutyv1.3.1ChangelogTablesPreview
Plausiblev1.0.2ChangelogTablesPreview
Salesforcev1.0.5ChangelogTablesPreview
Shopifyv1.0.2ChangelogTablesPreview
Slackv1.1.4ChangelogTablesPreview
Snykv1.1.4ChangelogTablesPreview
Stripev1.0.2ChangelogTablesPreview
Tailscalev1.2.4ChangelogTablesPreview
Terraformv1.3.8ChangelogTablesPreview
Vercelv1.2.1ChangelogTablesPreview

Partners

Official vendors maintaining their own source plugins

Name
Yandex (opens in a new tab)
Simple Analytics (opens in a new tab)

Source Plugin Release Stages

Official source plugins go through two release stages: Preview, and GA.

Both Preview and GA plugins follow semantic versioning. The main differences between the two stages are:

  1. Preview plugins are still experimental and may have frequent breaking changes.
  2. Preview plugins might get deprecated due to lack of usage.
  3. Long Term Support with community Discord and bug fixes is only guaranteed for GA plugins.

Semantic Versioning

For version Major.Minor.Patch:

  • Major is incremented when there are breaking changes (e.g. breaking configuration spec structure, column type changes).
  • Minor is incremented when we add features in a backwards compatible way.
  • Patch is incremented when we fix bugs in a backwards compatible way.