This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8c5ded37fe adding a new tool integrating with Airflow (#1124)
8c5ded37fe is described below
commit 8c5ded37fee5d93ac7630a77c0ac2a979eac1c01
Author: Alvaro Leandro Cavalcante Carneiro <[email protected]>
AuthorDate: Mon Feb 10 03:31:09 2025 -0300
adding a new tool integrating with Airflow (#1124)
Changing the ecosystem page by adding a new Airflow tool!
---
landing-pages/site/content/en/ecosystem/_index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/landing-pages/site/content/en/ecosystem/_index.md
b/landing-pages/site/content/en/ecosystem/_index.md
index 5f744b9467..5340c6ed6c 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -141,6 +141,8 @@ Apache Airflow releases the [Official Apache Airflow
Community Chart](https://ai
[airflow-maintenance-dags](https://github.com/teamclairvoyant/airflow-maintenance-dags)
- [Clairvoyant](https://clairvoyantsoft.com/) has a repo of Airflow DAGs that
operator on Airflow itself, clearing out various bits of the backing metadata
store.
+[airflow-parse-bench](https://github.com/AlvaroCavalcante/airflow-parse-bench)
- A Python tool (CLI) to measure and compare the parse time of your DAGs in
your local machine.
+
[AirflowK8sDebugger](https://github.com/Javier162380/AirflowKuberentesDebugger)
- A library for generate k8s pod yaml templates from an Airflow dag using the
KubernetesPodOperator.
[Airflow Ditto](https://github.com/angadsingh/airflow-ditto) - An extensible
framework to do transformations to an Airflow DAG and convert it into another
DAG which is flow-isomorphic with the original DAG, to be able to run it on
different environments (e.g. on different clouds, or even different container
frameworks - Apache Spark on YARN vs Kubernetes). Comes with out-of-the-box
support for EMR-to-HDInsight-DAG transforms.