1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/airbyte-ci
devin-ai-integration[bot] 85b4be24f4 feat: update Python connector base image to v4.0.0 with Python 3.11 (#52663)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: natik@airbyte.io <natik@airbyte.io>
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2025-02-09 05:59:01 +00:00
..
2024-05-13 10:30:21 +00:00

Airbyte CI

This folder is a collection of systems, tools and scripts that are used to run Airbyte's CI/CD

The installation instructions for the airbyte-ci CLI tool cal be found here airbyte-ci/connectors/pipelines

Tools

Directory Description
base_images A set of tools to build and publish Airbyte base connector images.
ci_credentials A CLI tool to fetch connector secrets from GCP Secrets Manager.
connector_ops A python package with utils reused in internal packages.
connectors_qa A tool to verify connectors have sounds assets and metadata.
metadata_service Tools to generate connector metadata and registry.
pipelines Airbyte CI pipelines, including formatting, linting, building, testing connectors, etc. Connector acceptance tests live here.
auto_merge A tool to automatically merge connector pull requests.