Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented way for starting Luigi tasks inside Python code #2301

Merged
merged 3 commits into from
Feb 26, 2018

Commits on Dec 6, 2017

  1. Additional way to start Luigi tasks

    This way can be useful if user wants to get dynamic params from anywhere before start the task and pass them automatically
    nryanov authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    445ebac View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Additional way to start luigi tasks

    1. Rename command_line file to running_luigi
    2. Add description how to start luigi tasks using luigi.build function from luigi.interface module
    nryanov committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    4de14ac View commit details
    Browse the repository at this point in the history
  2. Tox tests fix

    nryanov committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    20fa07e View commit details
    Browse the repository at this point in the history