This release includes some small improvements that we want to deliver immediately instead of bundling them with the next big release.
-
The prefect.testing
module is now correctly included in the package on PyPI.
-
The Prefect UI no longer uses a hard-coded API URL pointing at localhost
. Instead, the URL is pulled from the PREFECT_ORION_UI_API_URL
setting.
- This setting defaults to
PREFECT_API_URL
if set. Otherwise, the default URL is generated from PREFECT_ORION_API_HOST
and PREFECT_ORION_API_PORT
.
- If providing a custom value, the aforementioned settings may be templated into the given string.
Give it a try
pip install -U "prefect>=2.0b5"
Docs to get started: Prefect 2.0
All release notes