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 `airbyte` helm charts provide an option to change the log level, but the option is missing in the default values provided with the charts. ## How Include `global.logging.level`...

area/platform
kubernetes

## What The `airbyte_env` config map in `airbyte` charts includes database credentials, which should be a secret instead. ## How Remove the credentials from the `airbyte_env` config map since these...

area/platform
kubernetes

## What `volumes:` label in `spec.template.spec.containers` field throws the following warning if no `extraVolumes` are passed. `warnings.go:70] unknown field "spec.template.spec.containers[0].volumes` ## How Placing the `volumes:` label inside the if condition...

area/platform
kubernetes

## What This PR fixes a deployment failure in `airbyte-workload-api-server` caused by a duplicate environment variable definition for `AB_JWT_SIGNATURE_SECRET`. The duplicate entries were preventing the Kubernetes patch from applying successfully....

area/platform
kubernetes

## What Allow a helm chart parameter to override the capacity of the postgres db pvc ## How Add a default parameter for the postgres db pvc capacity in `values.yaml`...

area/platform
kubernetes

## What Somehow `webapp.url` was removed from the example `values.yaml` file. This was introduced initially as part of this pull request: https://github.com/airbytehq/airbyte-platform/pull/260 But has since been removed. This value is...

area/platform
kubernetes

## What Adds support to configure resources and airbyte-db-container in airbyte-db Statefulset ## How Adds YAML configurations to set resource limits and customize the airbyte-db-container in the Airbyte DB StatefulSet....

area/platform
kubernetes

## What Allows Microsoft Sharepoint connections to be created through the API by providing the source alias `microsoft-sharepoint` instead of its ID ## How Adding the entry to the list...

area/platform
area/server

## What Allow configuring the persistent volume claim size for postgres. 500Mi is a good default but can run out after a few month of runs. This change allows configuring...

area/platform
kubernetes

## What [JOB_KUBE_ANNOTATIONS](https://docs.airbyte.com/operator-guides/configuring-airbyte#jobs) environment variable can be used to define one or more Job pod annotations. The valid value can be a JSON value (see example below). Current logic to...