You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/24 15:04:56 UTC

[airflow-site] branch main updated: Add python client link in documentation (#439)

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 0bc1b65  Add python client link in documentation (#439)
0bc1b65 is described below

commit 0bc1b65050c1ffc39b0cc6751643210916b8073a
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Thu Jun 24 17:02:55 2021 +0200

    Add python client link in documentation (#439)
    
    Fixes: https://github.com/apache/airflow-client-python/issues/26
---
 landing-pages/site/content/en/docs/_index.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md
index 80e94a9..6286900 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -182,3 +182,8 @@ Airflow has an official Helm Chart that will help you set up your own Airflow on
         }
     }
 </style>
+
+## [Python API Client](https://github.com/apache/airflow-client-python)
+
+Airflow releases official Python API client that can be used to easily interact with Airflow REST API from Python code.
+[See the client repository](https://github.com/apache/airflow-client-python)