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 Fix [#25188](https://github.com/airbytehq/airbyte-internal-issues/issues/1686) ## How Update helm chart to make the HTTP port of WebApp configurable. ## Recommended reading order 1. `values.yaml` 2. `deployment.yaml` ## Can this PR be...
## What An example DD agent set up. ## How *Describe the solution* ## Recommended reading order 1. `x.java` 2. `y.java` ## Can this PR be safely reverted / rolled...
Bringing selective changes from this [PR](https://github.com/airbytehq/airbyte-platform/pull/240) into latest upstream origin/main. As per comment from [Marcos](https://github.com/airbytehq/airbyte-platform/pull/240#pullrequestreview-1462577303) this includes only the changes "upgrade the packages and addition of jsonsmart library." ## What...
## What We have some custom connectors whose specs exceed Airbyte's maximum allowed spec size. ## How Double the size of the spec buffer. ## Recommended reading order 1. `x.java`...
## What Partially addresses https://github.com/airbytehq/airbyte/issues/22529 There are helm values to override `AWS_SECRET_ACCESS_KEY` and `AWS_ACCESS_KEY_ID` with existing secrets, but at the moment they don't seem to work. I added some logic...
## What Allow configuring a pod disruption budget to control how many instances can be down simultaneously for a short period due to voluntary disruption such as Kubernetes node or...
## What Liveness and readiness checks should not check downstream dependencies because momentary hiccups can take the whole service out and prolong down time. See - [leank8s/kubernetes-production-best-practices](https://github.com/learnk8s/kubernetes-production-best-practices/blob/master/application-development.md#apps-are-independent) - [kube-score](https://github.com/zegl/kube-score/blob/master/README_PROBES.md) ##...
## What *Describe what the change is solving* *It helps to add screenshots if it affects the frontend.* ## How *Describe the solution* ## Recommended reading order 1. `x.java` 2....
## What This change adds taints to postgres and minio deployments on airbyte helm chart ## Can this PR be safely reverted / rolled back? - [x] YES 💚 -...