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 084787321c Add task-sdk docs in airflow-site landing page (#1215)
084787321c is described below
commit 084787321c5d6f006d1b3b037be9feb03ea46d7d
Author: Ankit Chaurasia <[email protected]>
AuthorDate: Thu Jul 3 16:46:05 2025 +0545
Add task-sdk docs in airflow-site landing page (#1215)
---
landing-pages/site/content/en/docs/_index.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/landing-pages/site/content/en/docs/_index.md
b/landing-pages/site/content/en/docs/_index.md
index 56ff49cb37..e2e1b212e0 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -14,6 +14,13 @@ menu:
Apache Airflow Core, which includes webserver, scheduler, CLI and other
components that are needed for minimal Airflow installation.
[Read the documentation >>](/docs/apache-airflow/stable/index.html)
+## [Task SDK](/docs/task-sdk/stable/index.html)
+
+The Task SDK provides python-native interfaces for defining DAGs,
+executing tasks in isolated subprocesses and interacting with Airflow resources
+(e.g., Connections, Variables, XComs, Metrics, Logs, and OpenLineage events)
at runtime. The goal of task-sdk is to decouple DAG authoring from Airflow
internals (Scheduler, API Server, etc.), providing a forward-compatible, stable
interface for writing and maintaining DAGs across Airflow versions.
+[Read the documentation >>](/docs/task-sdk/stable/index.html)
+
## [Providers packages](/docs/apache-airflow-providers/index.html)
Providers packages include integrations with third party projects. They are
versioned and released independently of the Apache Airflow core.