luigi v2.8.3 Release Notes

Release Date: 2019-01-16 // over 5 years ago
  • ➕ Added:

    luigi
    • ➕ Add BaseTIS to the company list #2607
    • ➕ Add Hopper to the company list #2614
    • 0️⃣ give a few default values to opts when setting up logging #2612
    • ➕ Add range functionality for monthly cadence. #2601
    luigi.contrib
    • ➕ Added port to PostgresTarget #2615
    • 👌 Support for Azure Blob Storage Target #2585
    • ➕ Add Datadog contrib for monitoring purpose #2434

    🛠 Fixed:

    luigi
    • 📄 Docs: Fixed a mistake with @inherits syntax in luigi/util.py #2613
    • 🛠 Check type of column before migrating schemas for task db history for postgres dialect (fixes #2563) #2564
    luigi.contrib
    • S3: Fix call to message from TypeError not working with Python 3.6 #2617
    • 👉 Use proper API call in bigtable.py's make_dataset #2618
    • 🛠 Sqla: Fix the table name when reflect is True in sqla.CopyToTable (fixes #2604) #2605

    🔄 Changed:

    luigi.contrib
    • 🔄 Changed to buffered reads when using GCSTarget #2588