Documentation
Plugins
Destinations
Overview

Destination Plugins

This is a list of all official and community destination plugins.

Official

Official destination plugins follow release stages.

NameLatest VersionChangelogStage
Amazon Kinesis Firehosev2.2.10ChangelogPreview
Azure Blob Storagev3.4.9ChangelogGA
BigQueryv3.3.6ChangelogGA
ClickHousev3.4.0ChangelogGA
DuckDBv5.0.3ChangelogGA
Elasticsearchv3.1.5ChangelogPreview
Filev3.4.9ChangelogGA
GCSv3.4.9ChangelogGA
Gremlinv2.2.12ChangelogPreview
Kafkav3.2.12ChangelogPreview
Meilisearchv2.2.12ChangelogPreview
Microsoft SQL Serverv4.3.12ChangelogPreview
MongoDBv2.2.14ChangelogGA
MySQLv4.0.5ChangelogPreview
Neo4jv4.0.11ChangelogPreview
PostgreSQLv6.1.2ChangelogGA
S3v4.8.0ChangelogGA
Snowflakev3.2.10ChangelogPreview
SQLitev2.4.14ChangelogGA

* The PostgreSQL plugin also supports writing to CockroachDB.

Destination Plugin Release Stages

Official destination 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.