Matt Newman
09/27/2024, 8:16 PMuser
10/03/2024, 6:26 PMSchema Tab▾
Patrick Nilan
10/14/2024, 4:50 PMuser
11/07/2024, 4:53 PMfile-transfers-sftp-bulk-source▾
<http://my-registry.foo.com|my-registry.foo.com>. The value provided in the registry field must have a trailing slash:
global:
image:
registry: my-registry.foo.com/
• XML Support in the Connector Builder: Airbyte now supports custom API connectors built via the Airbyte Connector Builder which return responses as XML format.
xml-builder▾
rbac-1.2▾
[DEPRECATED] Marcos Marx
[DEPRECATED] Marcos Marx
user
12/09/2024, 10:12 PMImproved Log Viewer▾
cluster-admin user. Your Kubernetes namespace will also require the following annotations to ensure that all of the Airbyte resources run as UID 1000 and GID 1000. If you run into any edge cases or issues deploying to OpenShift, as always, please let us know by opening a GitHub issue.
openshift.io/sa.scc.supplemental-groups: 1000/1
openshift.io/sa.scc.uid-range: 1000/1
🚀 Self-Managed Enterprise Changes
• Compliance Mappers in Airbyte API: Airbyte Self-Managed Enterprise now supports field hashing, field encryption (with self-managed encryption keys), field renaming and row filtering for connections from a common interface available in the Airbyte API. This functionality is coming soon to the Airbyte UI. To get started, see our API documentation.
Mappers API Example▾
Lake (Airbyte)
12/10/2024, 10:48 PMKevin Lefevre
12/17/2024, 6:40 PM1.3.1 ? 🙏
I can not see any changelog
thanks 🙂Ashley Tsoi
01/14/2025, 7:48 PMMichael Hult
03/07/2025, 6:43 PMfull_refresh_overwrite_dedupedWesley Verheul
03/10/2025, 9:58 AMairbyte-platform. The current version on the main branch is 6.36.3 but in the latest 1.5.0 release of airbyte the CDK version is still on 6.13. Does anyone know when the CDK upgrade will be released?Rekleuen
05/15/2025, 6:51 AMCarlos Armas
06/18/2025, 8:12 PMMichael
06/20/2025, 12:16 PM--insecure-cookies when installing with abctl doesn't work anymore...
https://docs.airbyte.com/platform/using-airbyte/getting-started/oss-quickstart#running-over-httpAshis Parajuli
06/25/2025, 10:27 PMAshis Parajuli
06/25/2025, 10:28 PMIan Alton
07/07/2025, 9:27 PMClaudio Paladini
08/18/2025, 8:08 AMJulien Ruey
08/19/2025, 2:32 PMjsonb type ? It's actually parsed and loaded into S3 as string type. We have more and more use case of providers and tables from our internal backend db using this type of field. We 're apparently not the only ones facing this challenge (https://airbytehq.slack.com/archives/C021JANJ6TY/p1713996557175259).
Bests,Rachel Ambler
08/25/2025, 4:15 PMINFO Using Kubernetes provider:
Provider: kind
Kubeconfig: /root/.airbyte/abctl/abctl.kubeconfig
Context: kind-airbyte-abctl
SUCCESS Found Docker installation: version 28.3.3
SUCCESS Existing cluster 'airbyte-abctl' found
SUCCESS Cluster 'airbyte-abctl' validation complete
WARNING Found MinIO physical volume. Consider migrating it to local storage (see project docs)
WARNING Psql 13 detected. Consider upgrading to 17
INFO Pulling image airbyte/connector-builder-server:1.8.1
INFO Pulling image airbyte/cron:1.8.1
INFO Pulling image airbyte/server:1.8.1
INFO Pulling image airbyte/worker:1.8.1
INFO Pulling image airbyte/workload-api-server:1.8.1
INFO Pulling image airbyte/workload-launcher:1.8.1
INFO Pulling image temporalio/auto-setup:1.27.2
INFO Namespace 'airbyte-abctl' already exists
INFO Persistent volume 'airbyte-minio-pv' already exists
INFO Persistent volume claim 'airbyte-minio-pv-claim-airbyte-minio-0' already exists
INFO Persistent volume 'airbyte-volume-db' already exists
INFO Persistent volume claim 'airbyte-volume-db-airbyte-db-0' already exists
INFO Starting Helm Chart installation of 'airbyte/airbyte' (version: 2.0.10)
ERROR Failed to install airbyte/airbyte Helm Chart
ERROR Unable to install Airbyte locally
ERROR unable to install airbyte chart: unable to install helm: cannot patch "airbyte-abctl-connector-builder-server" with kind Deployment: Deployment.apps "airbyte-abctl-connector-builder-server" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"airbyte":"connector-builder-server", "<http://app.kubernetes.io/instance|app.kubernetes.io/instance>":"airbyte-abctl", "<http://app.kubernetes.io/name|app.kubernetes.io/name>":"connector-builder-server"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable && cannot patch "airbyte-abctl-cron" with kind Deployment: Deployment.apps "airbyte-abctl-cron" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"airbyte":"cron", "<http://app.kubernetes.io/instance|app.kubernetes.io/instance>":"airbyte-abctl", "<http://app.kubernetes.io/name|app.kubernetes.io/name>":"cron"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable && failed to create patch: The order in patch list:...Sachit Kumbhat
08/26/2025, 7:38 AM胡得潮
08/26/2025, 7:43 AMPaul
10/05/2025, 7:12 AMRoberto Tolosa
10/07/2025, 4:07 PMJhonatas Kleinkauff
10/08/2025, 2:05 PMAadarsh Mahala
10/11/2025, 8:50 PMin OSS i am using "abctl local credentials" command but while using it the client-id and client-secret in calling <http://localhost:8006/api/public/v1/source> i am getting 401 unauthorized error why is that?Quang Nguyen
10/29/2025, 4:08 AMv3.0.x.
I'm using a pipeline from PostgreSQL → BigQuery, and now the sync is failing with this error:
java.lang.ClassCastException: class io.airbyte.cdk.load.data.NullValue cannot be cast to class io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue
(io.airbyte.cdk.load.data.NullValue and io.airbyte.cdk.load.data.TimestampWithoutTimezoneValue are in unnamed module of loader 'app')
This wasn’t happening before — the sync worked fine when I were on a < 3.0.x version of the connector.
Unfortunately, downgrading isn’t an option at the moment because v3.0.x no longer uses the airbyte_internal dataset for temporary data storage, which we’ve already removed/configured around.
Any ideas on how to work around this or if a patch is on the way?Jimmy Phommarath
11/10/2025, 7:19 PMunable to initialize local command: error communicating with kubernetes: unable to fetch kubernetes server version: Get "<https://127.0.0.1:46427/version>": EOF - error from a previous attempt: read tcp 127.0.0.1:51296->127.0.0.1:46427: read: connection reset by peer