This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
[AIRFLOW] added airflow preflight check dag doc #320
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DAG Code has been approved by @JDarDagran here
Problem
People face difficulty when setting up OpenLineage in Airflow. There is a lack of an easy way to verify if OpenLineage has been setup correctly and is able to send events, which can lead to difficulties in debugging.
Solution
Introducing a new DAG named "openlineage_preflight_check_dag" This DAG is designed to be executed by users who wish to verify their OpenLineage setup within Airflow. It serves as a diagnostic tool to ensure that OpenLineage has been integrated properly and is capable of sending events as expected.
The beauty of this solution lies in its compatibility with all versions and distributions of Airflow, making it a versatile tool for users across different environments.
This DAG takes care of both openlineage-airflow library as well as apache-airflow-providers-openlineage package
I have created placeholders for areas which require community inputs and task to be executed in case lineage backend is not Marquez
One-line summary:
openlineage_preflight_check_dag
DAG which can be executed if user need to check if OpenLineage has been set up correctly or not.SPDX-License-Identifier: Apache-2.0
Copyright 2018-2024 contributors to the OpenLineage project