1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Files
airbyte/airbyte-config-oss/init-oss
Ben Church 68e4d503ef Update gradle command to remove gitignored files (#26924)
* Update gradle command to remove gitignored files

* fix typo

* Automated Commit - Format and Process Resources Changes

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@sers.noreply.github.com>
Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
2023-06-02 02:24:59 +00:00
..

airbyte-config:init

This module fulfills two responsibilities:

  1. It is where we declare what connectors should ship with the Platform. See below for more instruction on how it works.
  2. It contains the scripts and Dockerfile that allow the docker-compose version of Airbyte to mount the local filesystem. This is helpful in cases where a user wants to use a connector that interacts with (reads data from or writes data to) the local filesystem. e.g. destination-local-json.

The Connector Registry and Spec Secret Masks

The connector registry (list of available connectors) is downloaded at runtime from https://connectors.airbyte.com/files/registries/v0/oss_registry.json

The spec secret mask (one of the multiple systems that hide your secrets from the logs) is also downloaded at runtime from https://connectors.airbyte.com/files/registries/v0/spec_secret_mask.json

The logic inside the folder is responsible for downloading these files and making them available to the platform.