API reference

API reference#

You can interact with your Union deployment in the following ways:

  • Use the flytekit and union Python SDKs in your workflow code.

  • Use the union CLI to access your Union deployment via the command line.

  • Use UnionRemote to access your Union deployment from a Python script or runtime environment.

To get started, install union:

pip install -U 'union[byoc]'
pip install -U "union[byoc]"

This will install the flytekit and union SDKs, the union CLI, and UnionRemote.