2024-06-18 15:53:06 +02:00
|
|
|
---
|
2025-06-20 19:46:38 +05:30
|
|
|
title: Airbyte Connector | OpenMetadata Pipeline Integration
|
2024-06-18 15:53:06 +02:00
|
|
|
slug: /connectors/pipeline/airbyte
|
|
|
|
---
|
|
|
|
|
|
|
|
{% connectorDetailsHeader
|
|
|
|
name="Airbyte"
|
|
|
|
stage="PROD"
|
|
|
|
platform="OpenMetadata"
|
|
|
|
availableFeatures=["Pipelines", "Pipeline Status", "Lineage"]
|
|
|
|
unavailableFeatures=["Owners", "Tags"]
|
|
|
|
/ %}
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
- [Metadata Ingestion](#metadata-ingestion)
|
2025-04-04 13:59:31 +05:30
|
|
|
- [Troubleshooting](/connectors/pipeline/airbyte/troubleshooting)
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2024-12-12 11:34:09 +05:30
|
|
|
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/airbyte/yaml"} /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
|
|
|
## Metadata Ingestion
|
|
|
|
|
|
|
|
{% partial
|
2024-12-12 11:34:09 +05:30
|
|
|
file="/v1.7/connectors/metadata-ingestion-ui.md"
|
2024-06-18 15:53:06 +02:00
|
|
|
variables={
|
|
|
|
connector: "Airbyte",
|
2024-12-12 11:34:09 +05:30
|
|
|
selectServicePath: "/images/v1.7/connectors/airbyte/select-service.png",
|
|
|
|
addNewServicePath: "/images/v1.7/connectors/airbyte/add-new-service.png",
|
|
|
|
serviceConnectionPath: "/images/v1.7/connectors/airbyte/service-connection.png",
|
2024-06-18 15:53:06 +02:00
|
|
|
}
|
|
|
|
/%}
|
|
|
|
|
|
|
|
{% stepsContainer %}
|
|
|
|
{% extraContent parentTagName="stepsContainer" %}
|
|
|
|
|
|
|
|
#### Connection Details
|
|
|
|
|
|
|
|
- **Host and Port**: Pipeline Service Management UI URL
|
|
|
|
|
2025-01-07 12:41:56 +05:30
|
|
|
- **Username**: Username to connect to Airbyte.
|
|
|
|
|
|
|
|
- **Password**: Password to connect to Airbyte.
|
|
|
|
|
|
|
|
- **API Version**: Version of the Airbyte REST API by default `api/v1`.
|
|
|
|
|
2024-06-18 15:53:06 +02:00
|
|
|
{% /extraContent %}
|
|
|
|
|
2024-12-12 11:34:09 +05:30
|
|
|
{% partial file="/v1.7/connectors/test-connection.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2024-12-12 11:34:09 +05:30
|
|
|
{% partial file="/v1.7/connectors/pipeline/configure-ingestion.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2024-12-12 11:34:09 +05:30
|
|
|
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
|
|
|
{% /stepsContainer %}
|