Hi, someone know if there is a way of installing just the core of Prefect Orion, without the REST API, UI, CLI, just the python API? Thanks in advance.
✅ 1
a
Anna Geller
06/08/2022, 11:39 PM
what are you trying to do? can you explain your use case?
Anna Geller
06/08/2022, 11:41 PM
by default when you run:
Copy code
pip install -U "prefect>=2.0b"
it will install just the Python client and CLI with the option to start a self-hosted API Server using:
Copy code
prefect orion start
API Server is optional and you can totally only use the Python client with the ephemeral API if you choose so
j
Jose Daniel Posada Montoya
06/08/2022, 11:43 PM
We want to use just the Python API (flows, tasks, task runners), and run the flows from local always. I understand that the API Server is optional, but the packages are installed anyway if we use it or not
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.