luigi v2.8.1 Release Notes

Release Date: 2018-12-11 // over 5 years ago
  • Note: Broken due to a runtime error in LuigiConfigParser. See #2592.

    โž• Added:

    luigi
    • โž• Add some docs to interface.run #2582
    • ๐Ÿ”ง Configure logging via TOML config #2483
    luigi.contrib
    • โž• Added port property to CopyToTable #2561
    • ๐Ÿ‘‰ Make it so we can do from luigi.contrib.hdfs import HdfsFlagTarget #2594
    • contrib: Add ExternalDailySnapshot #2591

    ๐Ÿ›  Fixed:

    luigi
    • โšก๏ธ (docstring) Update task.py #2589
    • ๐Ÿ“„ Docs: Fixed "Github" to fit to the rest of the doc #2596
    • ๐Ÿ›  Fix inspect.getargspec() DeprecationWarning in PY3 #2579
    luigi.contrib
    • ๐Ÿ›  Fix Travis Moto Test Failures #2586
    • โฌ‡๏ธ Reduce TravisCI Test Runtime #2541

    ๐Ÿ”„ Changed:

    luigi
    • ๐Ÿ–จ Make Worker parameter task_process_context an OptionalParameter #2574
    luigi.contrib
    • S3Client improvements #2569