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 Cloudv2.1.1ChangelogTablesPreview
AWSv17.3.1ChangelogTablesGA
AWS Pricingv1.2.1ChangelogTablesPreview
Azurev7.5.0ChangelogTablesGA
Azure DevOpsv1.3.1ChangelogTablesPreview
Cloudflarev3.3.1ChangelogTablesPreview
Datadogv1.3.1ChangelogTablesPreview
DigitalOceanv4.4.0ChangelogTablesGA
Facebook Marketingv1.1.1ChangelogTablesPreview
Fastlyv1.3.1ChangelogTablesPreview
Firestorev1.0.2ChangelogTablesPreview
Gandiv1.3.1ChangelogTablesPreview
GCPv8.5.1ChangelogTablesGA
GitHubv5.2.0ChangelogTablesGA
GitLabv3.0.0ChangelogTablesPreview
Google Adsv1.1.1ChangelogTablesPreview
Google Analyticsv1.1.1ChangelogTablesPreview
Hacker Newsv1.3.1ChangelogTablesPreview
Herokuv3.3.1ChangelogTablesPreview
Homebrewv1.2.1ChangelogTablesPreview
HubSpotv1.4.0ChangelogTablesPreview
Kubernetesv3.5.1ChangelogTablesPreview
LaunchDarklyv1.2.1ChangelogTablesPreview
Mixpanelv1.3.0ChangelogTablesPreview
MySQLv1.1.1ChangelogTablesPreview
Oktav2.3.1ChangelogTablesPreview
Oraclev1.2.1ChangelogTablesPreview
OracleDBv1.1.1ChangelogTablesPreview
PagerDutyv1.5.1ChangelogTablesPreview
Plausiblev1.2.1ChangelogTablesPreview
PostgreSQLv1.1.1ChangelogTablesPreview
Salesforcev1.2.1ChangelogTablesPreview
Shopifyv1.2.1ChangelogTablesPreview
Slackv1.3.1ChangelogTablesPreview
Snykv2.2.0ChangelogTablesPreview
Stripev1.3.0ChangelogTablesPreview
Tailscalev2.2.1ChangelogTablesPreview
Terraformv1.5.2ChangelogTablesPreview
Vercelv1.4.1ChangelogTablesPreview

Partners

Official vendors maintaining their own source plugins

Name
Onfleet (opens in a new tab)
Scaleway (opens in a new tab)
Simple Analytics (opens in a new tab)
Swetrix (opens in a new tab)
Yandex (opens in a new tab)

Community Plugins

Plugins maintained by the community

Name
SharePoint (opens in a new tab)
XKCD (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.