Add TypeScript SDK guide to language SDKs docs#70219
Merged
jason810496 merged 6 commits intoJul 24, 2026
Merged
Conversation
jason810496
force-pushed
the
docs/ts-sdk/typescript-language-sdk-doc
branch
from
July 22, 2026 07:50
b85a1ee to
66cc73a
Compare
phanikumv
reviewed
Jul 22, 2026
Co-authored-by: Phani Kumar <94376113+phanikumv@users.noreply.github.com>
The warning directive body was not indented under it, so Sphinx found no content block and the warnings-as-errors docs build failed.
The npm package name is not an official Apache release, so the README should not instruct users to install it from the registry.
The coordinator reference listed the Java and native-executable coordinators but not the Node.js one that the TypeScript SDK guide links to.
jason810496
force-pushed
the
docs/ts-sdk/typescript-language-sdk-doc
branch
from
July 23, 2026 13:42
24f5154 to
fdf3f88
Compare
guan404ming
approved these changes
Jul 23, 2026
guan404ming
left a comment
Member
There was a problem hiding this comment.
Nit: LocalExecutor runs tasks inside the scheduler, so "accessible from the worker" in Prerequisites points those users at the wrong process. We could consider add the note go.rst has about where the [sdk] config and bundles need to live
guan404ming
approved these changes
Jul 24, 2026
Member
|
Thanks for the update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The Non-Python Task SDKs docs cover the Java and Go SDKs, but the TypeScript SDK (
ts-sdk/, launched byNodeCoordinator) has no guide and is missing from the language-SDKs index.What
airflow-core/docs/authoring-and-scheduling/language-sdks/typescript.rstfollowing the same structure as the existinggo.rst/java.rst: prerequisites, quick start (Python stub Dag + TypeScript implementation + coordinator config), writing tasks (TaskHandlerArgs,TaskClientsurface), logging, XCom type mapping, building and packaging withairflow-ts-pack,NodeCoordinatorconfiguration, and limitations.esbuildandESMtodocs/spelling_wordlist.txt.Was generative AI tooling used to co-author this PR?