"See namespaced job run, RunNamespacedJob run"
Changelog
0.12.4
Released on July 14, 2020.
Enhancements
- Improve output formatting of
prefect describeCLI - #2934 - Add new
waitkwarg 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_stderroption toShellTaskandDbtShellTaskfor logging the full output from stderr - #2961
Fixes
- Ensure
is_serializablealways uses same executable for subprocess. - #1262 - Fix issue with Mapped tasks not always reloading child state results on reruns - #2656
- Fix
FargateTaskEnvironmentattempting to retrieve authorization token when not present - #2940 - Fix issue with Metastates compounding - #2965