From b445503ac7a033678d03830249fbeb91e91759cd Mon Sep 17 00:00:00 2001 From: Philip Krauss <35487337+philkra@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:34:58 +0100 Subject: [PATCH] Mark Airbyte integration as alpha (#295) as titled. --- 070-Integrations/010-airbyte.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/070-Integrations/010-airbyte.mdx b/070-Integrations/010-airbyte.mdx index 241bf812..9e06c3fb 100644 --- a/070-Integrations/010-airbyte.mdx +++ b/070-Integrations/010-airbyte.mdx @@ -5,6 +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 --- [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).