orbitra.flows.client.client
Functions
get_flows_client
environment: The environment to get the API URL from. Defaults to “prod”.
- An authenticated OrbitraFlowsClient instance.
Classes
OrbitraFlowsClient
A wrapper around SyncPrefectClient for interacting with Orbitra Flows.
Methods:
api_url
run_deployment_by_name
deployment_name: The name of the deployment to run in the format <FLOW_NAME>/<DEPLOYMENT_NAME>.parameters: Parameters to pass to the flow run. Defaults to None.
- The ID of the created flow run.