2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: Airbyte
|
|
|
|
slug: /connectors/pipeline/airbyte
|
|
|
|
---
|
|
|
|
|
|
|
|
# Airbyte
|
|
|
|
|
|
|
|
In this section, we provide guides and references to use the Airbyte connector.
|
|
|
|
|
|
|
|
Configure and schedule Airbyte metadata and profiler workflows from the OpenMetadata UI:
|
|
|
|
|
|
|
|
- [Requirements](#requirements)
|
|
|
|
- [Metadata Ingestion](#metadata-ingestion)
|
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.1/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/airbyte/yaml"} /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
{%inlineCallout icon="description" bold="OpenMetadata 0.12 or later" href="/deployment"%}
|
|
|
|
To deploy OpenMetadata, check the Deployment guides.
|
|
|
|
{% /inlineCallout %}
|
|
|
|
|
|
|
|
## Metadata Ingestion
|
|
|
|
|
|
|
|
{% partial
|
2023-09-12 12:22:40 +02:00
|
|
|
file="/v1.1/connectors/metadata-ingestion-ui.md"
|
2023-08-27 10:55:55 +02:00
|
|
|
variables={
|
|
|
|
connector: "Airbyte",
|
2023-09-12 12:22:40 +02:00
|
|
|
selectServicePath: "/images/v1.1/connectors/airbyte/select-service.png",
|
|
|
|
addNewServicePath: "/images/v1.1/connectors/airbyte/add-new-service.png",
|
|
|
|
serviceConnectionPath: "/images/v1.1/connectors/airbyte/service-connection.png",
|
2023-08-27 10:55:55 +02:00
|
|
|
}
|
|
|
|
/%}
|
|
|
|
|
|
|
|
{% stepsContainer %}
|
|
|
|
{% extraContent parentTagName="stepsContainer" %}
|
|
|
|
|
|
|
|
#### Connection Details
|
|
|
|
|
|
|
|
- **Host and Port**: Pipeline Service Management UI URL
|
|
|
|
|
|
|
|
{% /extraContent %}
|
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.1/connectors/test-connection.md" /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.1/connectors/pipeline/configure-ingestion.md" /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.1/connectors/ingestion-schedule-and-deploy.md" /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
{% /stepsContainer %}
|
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.1/connectors/troubleshooting.md" /%}
|