From f931c4e5688818fb2aa6af37ecc0441255194d36 Mon Sep 17 00:00:00 2001 From: Philip Krauss <35487337+philkra@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:29:52 +0100 Subject: [PATCH] Mark Airbyte as beta (#298) move from alpha to beta --- 070-Integrations/010-airbyte.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/070-Integrations/010-airbyte.mdx b/070-Integrations/010-airbyte.mdx index 9e06c3fb..83d3f3ab 100644 --- a/070-Integrations/010-airbyte.mdx +++ b/070-Integrations/010-airbyte.mdx @@ -5,7 +5,7 @@ keywords: ['airbyte', 'migrate data'] description: Use Xata with Airbyte, the integration platform that enables efficent data management from multiple sources slug: integrations/airbyte published: true -status: alpha +status: beta --- [Airbyte](https://airbyte.com/) is an ETL platform to connect your databases and data warehouses. Xata has [contributed](https://github.com/airbytehq/airbyte/pull/24192) a [Destination Connector](https://docs.airbyte.com/integrations/destinations/xata/) that enables you to ingest data from various sources into your Xata workspace. Under the hood, the connector leverages the [BulkProcessor](/docs/python-sdk/bulk-processor) of the [Python SDK](/docs/python-sdk/overview).