This is an automated email from the ASF dual-hosted git repository.
tfeng 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 a7f94c1 Add Amundsen to airflow ecosystem page (#460)
a7f94c1 is described below
commit a7f94c1d28afa10059621a4b9e634cd2f43d3ccb
Author: Tao Feng <[email protected]>
AuthorDate: Fri Jul 30 13:32:00 2021 -0700
Add Amundsen to airflow ecosystem page (#460)
---
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 076c817..28b322a 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -81,6 +81,8 @@ Apache Airflow releases the [Official Apache Airflow
Community Chart](https://ai
[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.
+[Amundsen](https://github.com/amundsen-io/amundsen) - Amundsen is a data
discovery and metadata platform for improving the productivity of data
analysts, data scientists and engineers when interacting with data. It can
surface which Airflow task generates a given table.
+
[Apache-Liminal-Incubating](https://github.com/apache/incubator-liminal) -
Liminal provides a domain-specific-language (DSL) to build ML/AI workflows on
top of Apache Airflow. Its goal is to operationalise the machine learning
process, allowing data scientists to quickly transition from a successful
experiment to an automated pipeline of model training, validation, deployment
and inference in production.
[Chartis](https://github.com/trejas/chartis) - Python package to convert
Common Workflow Language (CWL) into Airflow DAG.