Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Airbyte CDK / SDK Labs

Python Airbyte Docker

Docker Compose support is officially deprecated and no longer supported. Airbyte now uses abctl - a CLI that manages local instances of Airbyte using KinD

Pre-requisites

  • Docker Desktop

Getting started

1. Install abctl tool:

curl -LsfS https://get.airbyte.com | bash -
abctl local install

2. Get your credentials with:

abctl local credentials

3. Airbyte WebUI can be accessed at:

open http://localhost:8000

Airbyte SDK Labs

1. Install dependencies from pyproject.toml and activate the created virtualenv:

uv sync && source .venv/bin/activate

2. Set the env vars AIRBYTE_CLIENT_ID and AIRBYTE_CLIENT_SECRET w/ respective values from abctl local credentials

export AIRBYTE_CLIENT_ID=
export AIRBYTE_CLIENT_SECRET=

3. Spin-up Jupyter notebook to play around or check the demo scripts

jupyter lab

Airbyte CDK Labs

  • T.B.D.

TODO