airbyte-platform icon indicating copy to clipboard operation
airbyte-platform copied to clipboard

The platform fundament of Airbyte powering all your ELT pipelines. Please file issues in https://github.com/airbytehq/airbyte

Results 91 airbyte-platform issues
Sort by recently updated
recently updated
newest added
trafficstars

## What Allows to have the pvc pointing to a specific storage class ## How By using helm values ## Recommended reading order 1. `x.kt` 2. `y.kt` ## Can this...

area/platform
kubernetes

## What - Support arm64 from airbyte/mc image: fixes https://github.com/airbytehq/airbyte/issues/38598 - Pin the mc version for reproducibility - Verify the checksum of mc binary ## Can this PR be safely...

## What Worker ports were not getting released if any exception during check operation which causes the port unavailability issue although, there is no sync is running ## How Invoke...

## What ``` Error: YAML parse error on airbyte/charts/metrics/templates/deployment.yaml: error converting YAML to JSON: yaml: line 27: did not find expected key helm.go:84: [debug] error converting YAML to JSON: yaml:...

area/platform
kubernetes

**What:** While deploying airbyte metrics helm chart, I had to pass imagepullsection in values file like this: ``` global: imagePullSecrets: - name: "ghcr-secret" ``` While i was installing helm chart...

area/platform
kubernetes

## What Actually it is possible to use an external minio but the internal minio is still deployed. ## How I duplicate the postgresql logical to add the capability to...

area/platform
kubernetes

area/platform
kubernetes

## What We are running airbyte in private EKS hence, we need to add private repo to download the images from docker which is required to add imagesecret whilst launching...

## What Image secret properties are missing in helm chart ## How Added image pull secret property in the helm chart Resolves: https://github.com/airbytehq/airbyte/issues/27722 https://github.com/airbytehq/airbyte/issues/33620

area/platform
kubernetes

This change replaces all new instances of `java.util.Random` with the marginally slower, but much more secure `java.security.SecureRandom`. We have to work pretty hard to get computers to generate genuinely unguessable...

area/platform
area/worker