user
09/13/2024, 6:06 PMsuccessful
(#45426)
647a3e8 Docs: add note about migrating docker uses external integrations (#45406)
5dbce81 airbyte-ci: improve QA checks for airbyte-enterprise (#45393)
a135236 add .kotlin to the .gitignore (#45404)
19335d6 [source-us-census] fix empty fields after sync (#45331)
7056428 Bulk Load CDK: State -> Checkpoint & flush at end (#45377)
b00dac8 feat(source-stripe): ref stream Payment Methods
(#44891)
e679191 ✨ Source Sendgrid: Move contacts stream to async declarative component (#45191)
e4fec50 bulk-cdk: improve AirbyteConnectorRunner and CliRunner (#45374)
03584d5 [source-mysql/mssql] Fix state manager on determining non-resumable streams (#45181)
b6825ee Bulk Load CDK: Simply Interface & Add Check (#45369)
41a242b Remove logging of unhandled debezium events (#45368)
e4c26e8 live-test: improve error message when the selected connection did not run the control version (#45335)
8d7b191 [Source-mysql-v2] : Support to add CDC option (#45366)
5761f46 🤖 Cut version 5.5.2 of source-declarative-manifest
9781dd5 🤖 patch bump Python CDK to version 5.5.2
e6659ad airbyte-cdk: poetry lock before release (#45365)
b672bc0 Remove pandas from extras in file-based (#45362)
e00eaf6 [Source-mysql-v2] : Fix tests to be passing on local (#45363)
eb018e6 🤖 Cut version 5.5.1 of source-declarative-manifest
40a7c94 🤖 patch bump Python CDK to version 5.5.1
9bcfa3d source-mysql-v2: set supportLevel to community (#45341)
b2e63f2 airbyte-ci: relax docs qa checks when sl == 0 (#45360)
c3c8423 .github: fix airbyte-ci-release.yml (#45361)
21348af ref(source-stripe): remove stripe py-package (#45348)
ba63c03 feat(source-zendesk-support): add automations and triggers streams (#44610)
8332ddc 🤖 Cut version 5.5.0 of source-declarative-manifest
c3048c6 🤖 minor bump Python CDK to version 5.5.0
6baf254 feat(cdk): add async job components (#45178)
254f34a 🤖 Cut version 5.4.0 of source-declarative-manifest
698be7e 🤖 minor bump Python CDK to version 5.4.0
e3ce82e feat(airbyte-cdk): add global_state => per_partition transformation (#45122)
bd20b74 🤖 Cut version 5.3.0 of source-declarative-manifest
e2d8c23 🤖 minor bump Python CDK to version 5.3.0
41b8585 fix(connector-builder): add flag to disable cache (#45095)
52744ec feat(source-getlago): ignore 405 response for customer usage (#45193)
bb1833c Destination Databricks: Create namespace if missing in CHECK (#45208)
58989b0 metadata-service[orchestrator]: avoid "too large" errors in generate_registry_reports (#45336)
7ffcd3d feat(source-shopify): update CDK to v5 (#45190)
f216a60 📚 docs: Enable ERDs for 10 top sources. (<https://github.com/airbytehq/airb…
airbytehq/airbyteEmmanuel Lecomte
09/16/2024, 2:12 PMuser
09/17/2024, 5:59 PMuser
09/17/2024, 8:24 PMuser
09/18/2024, 2:26 PMuser
09/24/2024, 1:04 PM_airbyte_meta.errrors
for large records or mistyped data. Read more in our </airbytehq/airbyte/blob/v1.0.0/using-airbyte/core-concepts/typing-deduping#_airbyte_meta-errors|typing & deduping documentation>.
• Large initial CDC syncs are gracefully handled by consuming WAL and acknowledges logs periodically to ensure disk space is freed in a timely manner.
• </airbytehq/airbyte/blob/v1.0.0/understanding-airbyte/jobs#workloads|Workloads> provide a more scalable and reliable architecture to run sync jobs by separating scheduling and orchestration from data movement tasks. This improvement unlocks more automated management of workloads by managing job spikes and enables horizonal scaling (for Cloud and Enterprise users).
Tackling the long-tail of connectors
• We launched our connector Marketplace for our community-maintained connectors. Automated testing ensures our connectors stay high quality, and most connectors have been migrated to low/no-code.
• The Connector Builder seamlessly switches betweem UI and YAML modes, supports custom components, and contains extensive testing and error handling.
• AI Assist now builds connectors from scratch for you with just a link to the API docs.
• Anyone can now contribute new connectors directly from the builder to add a new connector directly to Airbyte's Marketplace. Additionally, connectors can be forked directly from the UI for faster edits, ensuring our connectors stay up-to-date.
• Airbyte supports writing to several vector store destinations, including pgVector, Pinecone, and Snowflake Cortex.
Self-Managed Enterprise
Self-Managed Enterprise extends on Airbyte 1.0 by introducing new classes of functionality: multitenancy and access management, enterprise source connectors , sensitive data masking and enterprise support – all while data never leaves your infrastructure.
• Support for Okta and OpenID Connect (OIDC) SSO
• Availability of </airbytehq/airbyte/blob/v1.0.0/access-management/rbac|Role-based Access Control> and multitenancy
• Columns can now be hashed to protect sensitive data
Announcements
• To ensure adherence to security best practices, Airbyte is migrating all connectors to non-root versions. It is highly recommended that you upgrade your platform version to v0.63.9 or later before October 2024 to ensure your syncs continue to succeed.
• As we prepare to deprecate Docker Compose, we published a </airbytehq/airbyte/blob/v1.0.0/using-airbyte/getting-started/oss-quickstart#migrating-from-docker-compose-optional|migration guide> for those migrating from Docker Compose to abctl.
airbytehq/airbyteMatt 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_deduped
Wesley 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 AM