Elena Hearty
07/09/2025, 6:56 PMMorgan Kerle
07/15/2025, 4:36 AMSarang Kanfade
07/16/2025, 5:34 PMRaphaël Hidalgo
07/17/2025, 11:56 AMWilliam Guicheney
07/17/2025, 3:51 PMAlan Chan
07/18/2025, 12:37 AMJono Kumarich
07/20/2025, 10:43 PM1.0.1 to 1.0.2. We are now getting a missing certificate JDBC error and are not able to rectify it on our side. I have confirmed this occurs on our organisation account as well as on a separate Snowflake trial account. As we use cloud, we are unable to roll back to the previous release.
java.lang.RuntimeException: Column name discovery query failed: JDBC driver internal error: Max retry reached for the download of chunk#0 (Total chunks: 1) retry: 7,
error: net.snowflake.client.jdbc.SnowflakeSQLLoggedException: JDBC driver encountered communication error. Message: No trusted certificate found
Verify that the hostnames and portnumbers in SYSTEM$ALLOWLIST are added to your firewall's allowed list. To troubleshoot your connection further, you can refer to this article: <https://docs.snowflake.com/en/user-guide/client-connectivity-troubleshooting/overview>.
I have contacted support 5 days ago but have not received a reply. Would love some sort of guidance or assistance as this has completely broken some of our critical syncs.Shakar Bakr
07/30/2025, 11:14 AMv1.7.2
Hello good people,
I'm having this issue in deploying Airbyte, when I try to deploy it using the helm chart I'm getting this error:
Could not determine release state: unable to determine cluster state: Deployment/data-pipelines/airbyte-workload-api-server dry-run failed: failed to create typed patch object (data-pipelines/airbyte-workload-api-server; apps/v1, Kind=Deployment): .spec.template.spec.containers[name="airbyte-workload-api-server-container"].env: duplicate entries for key [name="AB_JWT_SIGNATURE_SECRET"]
the issue is the charts has duplicate entries for AB_JWT_SIGNATURE_SECRET env variable which is inside workload-api-server chart -> templates -> deployment.yaml:
- name: WORKLOAD_API_BEARER_TOKEN
valueFrom:
secretKeyRef:
name: {{ index .Values "workloadApi" "bearerTokenSecretName" | default (printf "%s-airbyte-secrets" .Release.Name ) }}
key: {{ index .Values "workloadApi" "bearerTokenSecretKey" | default "WORKLOAD_API_BEARER_TOKEN" }}
- name: AB_JWT_SIGNATURE_SECRET ---------------------------------------> First Entry here <----------------------------------------------------------------------
valueFrom:
secretKeyRef:
name: {{ .Values.global.auth.secretName | default "airbyte-auth-secrets" | quote }}
key: {{ .Values.global.auth.jwtSignatureSecretKey | default "jwt-signature-secret" | quote }}
- name: MICRONAUT_ENVIRONMENTS
valueFrom:
configMapKeyRef:
name: {{ .Release.Name }}-airbyte-env
key: WORKERS_MICRONAUT_ENVIRONMENTS
- name: AB_JWT_SIGNATURE_SECRET ---------------------------------------> Second Entry here <---------------------------------------------------------------------
valueFrom:
secretKeyRef:
name: {{ .Values.global.auth.secretName | default "airbyte-auth-secrets" | quote }}
key: {{ .Values.global.auth.jwtSignatureSecretKey | default "jwt-signature-secret" | quote }}Stockton Fisher
08/06/2025, 3:58 PMJillian Moore
08/06/2025, 8:46 PMRowan Moul
08/14/2025, 9:27 PMwebapp.ingress in values.yaml for the server container. I see no github issues about this (open or closed). Surely I am not the only person in the world who was using this portion of the helm chart? Now it seems I have to separately deploy an ingress resource to make the webapp available again, which is a rather large breaking change in the chart itself. This could have easily been migrated seamlessly in the chart by reading webapp.ingress and using those values to make an ingress resource for the server container. Then this backfill functionality could be removed in the v2 helm chart in place of a dedicated server.ingress section in values.yaml
I created the following issue for this:
https://github.com/airbytehq/airbyte/issues/64941Aya Zeplovitch
08/26/2025, 12:00 AMabctl local uninstall and all my data and connectors are now gone. https://docs.airbyte.com/platform/using-airbyte/getting-started/oss-quickstart#uninstall-airbytegaurav vivek
09/01/2025, 6:05 AMLillian Jiang
09/03/2025, 8:16 PMGavin Acres
09/11/2025, 4:28 PMunfrgivn
09/17/2025, 4:37 PMThiago
09/26/2025, 2:12 PMAnudhyan Datta LT-23
09/29/2025, 6:02 AMAlan Chan
10/01/2025, 3:11 AMSteven Ayers
10/02/2025, 6:10 AMTanuj Shriyan
10/07/2025, 8:56 AMNeal Morris
10/08/2025, 12:39 PMBala Chandar
10/11/2025, 5:59 PMThiago
10/15/2025, 1:37 PMThiago
10/15/2025, 1:44 PMsp33dy
10/16/2025, 11:54 PM{{- if .Values.airbyteBootloader.extraVolumeMount }}
volumeMounts:
{{- toYaml .Values.airbyteBootloader.extraVolumeMounts | nindent 8 }}
First line is missing "s". It should be like this:
{{- if .Values.airbyteBootloader.extraVolumeMounts }}
/airbyte/templates/airbyte-bootloader/pod.yaml, line 99
I noticed it in 2.0.12, but I've checked now and it's still there in 2.0.18deng ganyin
10/20/2025, 8:40 AMsp33dy
10/21/2025, 11:06 AMAymen NEGUEZ
10/24/2025, 1:25 PMVinicius Nunes
10/27/2025, 4:58 PM