Changelog
0.12.4
Released on July 14, 2020.
Enhancements
- Improve output formatting of
prefect describe
CLI - #2934 - Add new
wait
kwarg to Flow Run Task for reflecting the flow run state in the task - #2935 - Separate build-time and run-time job spec details in KubernetesJobEnvironment - #2950
Task Library
- Implement RunNamespacedJob task for Kubernetes - #2916
- Add
log_stderr
option toShellTask
andDbtShellTask
for logging the full output from stderr - #2961
Fixes
- Ensure
is_serializable
always uses same executable for subprocess. - #1262 - Fix issue with Mapped tasks not always reloading child state results on reruns - #2656
- Fix
FargateTaskEnvironment
attempting to retrieve authorization token when not present - #2940 - Fix issue with Metastates compounding - #2965