luigi v2.7.9 Release Notes

Release Date: 2018-09-28 // over 5 years ago
  • โž• Added

    luigi.contrib:
    • โž• Added optional choice for hdfs clients (#2487)
    • ๐Ÿ—„ s3client check for deprecated host keyword and raise error with the details (#2493)
    • โž• Add a "capture_output" parameter to ExternalProgramTask (#2430)

    ๐Ÿ›  Fixed

    luigi:
    • ๐Ÿ›  Fix exception when toml lib is not installed (#2506)
    • Replace direct attribute accessing by using built-n function getattr (#2509)
    • set upper bound of python-daemon (#2536)
    luigi.contrib:
    • ๐Ÿ›  Fix S3Client.copy return value consistency (#2488)
    • Update MockTarget mode to accept r* or w* (#2519)