Authoring Language Sdk Tasks

The language-neutral foundation for Airflow language SDKs — implement task logic in a non-Python language while the DAG stays in Python. Use when the user wants to run an Airflow task in another language (Java, Kotlin, Go, or other JVM/native languages), asks how the Python `@task.stub` pairs with native task code, how task/DAG IDs must match across the two sides, how data passes via XCom as JSON, or which language SDKs exist. This skill owns the shared Python-stub pattern and conceptual model; for a specific language's native API, build, and runtime, use that language's skill (e.g. authoring-java-sdk-tasks, authoring-go-sdk-tasks).

astronomer 4aaa1d0 7.3 KB Updated

File contents

astronomer/agents/tree/main/skills/authoring-language-sdk-tasks commit 4aaa1d075e

Frequently asked questions

npx skillmds@latest add astronomer/authoring-language-sdk-tasks