Fix Airbyte -> Airflow typo in the documentation (#20148)

Co-authored-by: Maxim Logvinenko <logarithm@users.noreply.github.com>
Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com>
This commit is contained in:
Maxim Logvinenko 2025-03-10 12:25:59 +00:00 committed by GitHub
parent b48d9b9c97
commit 0387298908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View File

@ -11,9 +11,9 @@ availableFeatures=["Pipelines", "Pipeline Status", "Lineage", "Owners"]
unavailableFeatures=["Tags"]
/ %}
In this section, we provide guides and references to use the Airbyte connector.
In this section, we provide guides and references to use the Airflow connector.
Configure and schedule Airbyte metadata and profiler workflows from the OpenMetadata UI:
Configure and schedule Airflow metadata and profiler workflows from the OpenMetadata UI:
- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)
@ -47,8 +47,8 @@ Instead, just run `pip3 install "openmetadata-ingestion"`.
## Metadata Ingestion
All connectors are defined as JSON Schemas.
[Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/airbyteConnection.json)
you can find the structure to create a connection to Airbyte.
[Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/airflowConnection.json)
you can find the structure to create a connection to Airflow.
In order to create and run a Metadata Ingestion workflow, we will follow
the steps to create a YAML configuration able to connect to the source,
@ -59,7 +59,7 @@ The workflow is modeled around the following
### 1. Define the YAML Config
This is a sample config for Airbyte:
This is a sample config for Airflow:
{% codePreview %}

View File

@ -11,9 +11,9 @@ availableFeatures=["Pipelines", "Pipeline Status", "Lineage", "Owners"]
unavailableFeatures=["Tags"]
/ %}
In this section, we provide guides and references to use the Airbyte connector.
In this section, we provide guides and references to use the Airflow connector.
Configure and schedule Airbyte metadata and profiler workflows from the OpenMetadata UI:
Configure and schedule Airflow metadata and profiler workflows from the OpenMetadata UI:
- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)
@ -47,8 +47,8 @@ Instead, just run `pip3 install "openmetadata-ingestion"`.
## Metadata Ingestion
All connectors are defined as JSON Schemas.
[Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/airbyteConnection.json)
you can find the structure to create a connection to Airbyte.
[Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/airflowConnection.json)
you can find the structure to create a connection to Airflow.
In order to create and run a Metadata Ingestion workflow, we will follow
the steps to create a YAML configuration able to connect to the source,
@ -59,7 +59,7 @@ The workflow is modeled around the following
### 1. Define the YAML Config
This is a sample config for Airbyte:
This is a sample config for Airflow:
{% codePreview %}

View File

@ -11,9 +11,9 @@ availableFeatures=["Pipelines", "Pipeline Status", "Lineage", "Owners"]
unavailableFeatures=["Tags"]
/ %}
In this section, we provide guides and references to use the Airbyte connector.
In this section, we provide guides and references to use the Airflow connector.
Configure and schedule Airbyte metadata and profiler workflows from the OpenMetadata UI:
Configure and schedule Airflow metadata and profiler workflows from the OpenMetadata UI:
- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)
@ -47,8 +47,8 @@ Instead, just run `pip3 install "openmetadata-ingestion"`.
## Metadata Ingestion
All connectors are defined as JSON Schemas.
[Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/airbyteConnection.json)
you can find the structure to create a connection to Airbyte.
[Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/airflowConnection.json)
you can find the structure to create a connection to Airflow.
In order to create and run a Metadata Ingestion workflow, we will follow
the steps to create a YAML configuration able to connect to the source,
@ -59,7 +59,7 @@ The workflow is modeled around the following
### 1. Define the YAML Config
This is a sample config for Airbyte:
This is a sample config for Airflow:
{% codePreview %}