Custom deployment

If don’t use one of the supported platforms (Kubernetes, AWS Batch, Airflow, and SLURM. ), you can deploy using the Python API.

Every Ploomber pipeline is represented as a ploomber.DAG object, which contains all the information you need to orchestrate the pipeline in any platform, that’s how we export to other platforms: we load the user’s pipeline as a DAG object and then convert it.

If you need help or have questions, open an issue or send us a message on Slack.