Release 2.19.3
New method for generating parameter schemas without dependencies
prefect deploy
now works even when dependencies are missing from the current environment. This can speed up deployment via CI by removing the need to install dependencies before deploying your flows.
See the following pull requests for implementation details:
Enhancements
- Provide URL in CLI output upon work pool creation — #13597
Fixes
- Ensure graceful cancellation of flow runs corresponding to deleted deployments — #13669
Integrations
- Add loading state to concurrency limits table in the Prefect UI — PrefectHQ/prefect-ui-library#2483
- Remove old schema properties from deployments in the Prefect UI — PrefectHQ/prefect-ui-library#2482
- Add handling for multi-word dbt CLI commands — #13616
All changes: 2.19.2...2.19.3