spotify / luigi

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
Apache License 2.0
17.71k stars 2.39k forks source link

In the configuration docs, batch_notifier should be batch_email #3294

Open ccmaymay opened 2 months ago

ccmaymay commented 2 months ago

In the Configuration documentation, the batch email section is listed as batch_notifier. However, in the code, the respective config class is batch_email.