Skip to content

altertable-ai/airbyte-destination-altertable

Repository files navigation

Altertable's Airbyte Destination

A custom Airbyte destination connector for Altertable.

Installation

The destination is available as a Docker image at:

ghcr.io/altertable-ai/airbyte-destination-altertable

Adding the Custom Destination in Airbyte

  1. Open the Airbyte web UI
  2. Navigate to SettingsDestinations
  3. Click + New connectorAdd a new Docker connector
  4. Fill in the connector details:
    • Connector display name: Altertable
    • Docker repository name: ghcr.io/altertable-ai/airbyte-destination-altertable
    • Docker image tag: latest (or a specific version)
  5. Click Add to save

For more details on using custom connectors, see Airbyte's official documentation.

Configuration

When creating a new destination, you'll need to provide the following required parameters:

Parameter Description
Username Your Altertable account username
Password Your Altertable account password
Catalog The target catalog where data will be written
Schema The schema within the catalog to use

For more information on setting up your Altertable account and obtaining credentials, see the Altertable documentation.

Run locally

  • Setup your Python venv:
python -m venv venv
. venv/bin/activate # change depending on your shell
  • Discover the source schema and generate the catalog.json file:
docker run --rm -v $PWD/scripts/faker:/data airbyte/source-faker:latest discover --config /data/config.json > scripts/faker/discover.json
python scripts/gen_catalog.py scripts/faker/discover.json scripts/faker/catalog.json
  • Run the ETL:
./scripts/run.sh faker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •