Prefect v0.13.18 Release Notes

Release Date: 2020-11-30 // over 3 years ago
  • ๐Ÿ”„ Changelog

    0.13.18

    ๐Ÿš€ Released on November 30, 2020.

    โœจ Enhancements

    • Display formatted graphql errors on client request failure - #3632
    • ๐ŸŽ Refactor Core Client API calls for performance - #3730

    Task Library

    • ๐Ÿ”จ Refactor execute query code for PostgresExecute, PostgresExecuteMany, and PostgresFetch tasks - #3714
    • ๐Ÿ›  Fix PicklingError in BigQueryLoadFile and BigQueryLoadGoogleCloudStorage - #3724
    • ๐Ÿ‘ Allow custom exporter for ExecuteNotebook task - #3725
    • Properly forward location parameter in bigquery tasks - #3726
    • ๐Ÿ‘Œ Support passing helper_script to ShellTask/DBTShellTask at runtime - #3729

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix bug with docker storage throwing exception while trying to display output - #3717

    Contributors