You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2023/01/10 16:31:41 UTC

[airflow-site] branch main updated: Add Astro SDK to the integration tools section (#722)

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 <94...@users.noreply.github.com>
AuthorDate: Tue Jan 10 22:01:36 2023 +0530

    Add Astro SDK to the integration tools section (#722)
    
    Co-authored-by: Pankaj Koti <pa...@gmail.com>
---
 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.