Data Glossary 🧠

Search

Search IconIcon to open search

Airbyte CDK

Last updated Sep 23, 2022 - Edit Source

The Airbyte CDK (Connector Development Kit) allows you to create connectors for Sources or Destinations. If your source or destination doesn’t exist, you can use the CDK to make the building process a lot easier. It generates all the tests and files you need and all you need to do is write the connector-specific code for your source or destination.

An extensive Step-by-Step Example of how to create a custom Airbyte source connector with the Python CDK. Another example by the Faros AI team created with Javascript/Typescript.