Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ scheduling remain in Python; individual tasks delegate to a JVM subprocess that
:local:
:depth: 2

API reference
-------------

The generated API reference for the Java SDK is published with the Airflow documentation at
`Java SDK API Reference <https://airflow.apache.org/docs/java-sdk/stable/>`__.

Prerequisites
-------------

Expand Down Expand Up @@ -226,9 +232,7 @@ Register tasks manually in a ``BundleBuilder``:
}
}

See the Java SDK's published JavaDoc for more details.

.. TODO: (AIP-108) Put a link here once we publish the JavaDoc.
See the `Java SDK API Reference <https://airflow.apache.org/docs/java-sdk/stable/>`__ for more details.

.. _java-sdk/logging:

Expand Down
Loading