This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 b58269ec97 Add Astro SDK to the integration tools section (#722)
b58269ec97 is described below
commit b58269ec97590c84839d41eb2bc0d3c2abf7c736
Author: Phani Kumar <[email protected]>
AuthorDate: Tue Jan 10 22:01:36 2023 +0530
Add Astro SDK to the integration tools section (#722)
Co-authored-by: Pankaj Koti <[email protected]>
---
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 e019b2e796..5110a3fb74 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -117,6 +117,8 @@ Apache Airflow releases the [Official Apache Airflow
Community Chart](https://ai
[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.
+[Astro SDK](https://github.com/astronomer/astro-sdk) - Astro SDK allows rapid
and clean development of Extract, Load, Transform workflows using Python and
SQL, powered by Apache Airflow and maintained by Astronomer.
+
[Chartis](https://github.com/trejas/chartis) - Python package to convert
Common Workflow Language (CWL) into Airflow DAG.
[CWL-Airflow](https://github.com/Barski-lab/cwl-airflow) - Python package to
extend Apache-Airflow 1.10.11 functionality with CWL v1.2 support.