airbyte-platform
airbyte-platform copied to clipboard
The platform fundament of Airbyte powering all your ELT pipelines. Please file issues in https://github.com/airbytehq/airbyte
## 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...
## 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:...
**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...
## 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...
## 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
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...