Authoring Java Sdk Tasks

Writes Airflow task logic in Java, Kotlin, or any JVM language using the Airflow Java SDK. Use when the user wants to implement Airflow tasks in Java/JVM, asks about `@Builder.Dag`/`@Builder.Task`/`@Builder.XCom`, the `Task`/`BundleBuilder` interfaces, reading connections/variables/XComs from Java, the JSON-to-Java type mapping, or logging from Java tasks. This skill covers the Java-specific native API; the shared Python-stub pattern and conceptual model live in authoring-language-sdk-tasks. For building/shipping the bundle see deploying-java-sdk-bundles; for coordinator config see configuring-airflow-language-sdks.

astronomer d6d0711 10.4 KB Updated

File contents

astronomer/agents/tree/main/skills/authoring-java-sdk-tasks commit d6d07119fa

Frequently asked questions

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