API#

This section provides the reference material for all Union APIS, SDKs and CLIs.

To get started, install union:

pip install -U union

This will install the flytekit and union SDKs, the union CLI, and UnionRemote. See Quick start for more details.

Flytekit SDK

Flytekit is the main Python SDK for building workflows.

Flytekit SDK
Union SDK

The Union SDK adds additional features to Flytekit.

Union SDK
Union CLI

The Union CLI is the command-line interface for interacting with your Union instance.

union CLI
UnionRemote

The UnionRemote Python API lets you manage Union workflows with Python code.

UnionRemote