Skip to content

2.8.3

Compare
Choose a tag to compare
@NatashaL NatashaL released this 16 Jan 13:53
· 388 commits to master since this release

Added:

luigi
  • Add BaseTIS to the company list #2607
  • Add Hopper to the company list #2614
  • 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