Skip to content

Commit

Permalink
Update references to Airflow instead of Airbyte (open-metadata#13438)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladm authored Oct 4, 2023
1 parent 6bbb274 commit c505b63
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
Expand All @@ -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 %}

Expand Down

0 comments on commit c505b63

Please sign in to comment.