Update references to Airflow instead of Airbyte (#13438)

This commit is contained in:
Vlad 2023-10-04 15:44:40 -05:00 committed by GitHub
parent 6bbb274e11
commit c505b638d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@ slug: /connectors/pipeline/airflow/yaml
# Run the Airflow Connector Externally
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)
@ -40,8 +40,8 @@ The ingestion using Airflow version 2.3.3 as a source package has been tested ag
## 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,
@ -52,7 +52,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 %}