Skip to content

Instantly share code, notes, and snippets.

@chhantyal
Last active November 8, 2018 08:58
Show Gist options
  • Save chhantyal/f9b88e42d06cb98b31b87141184267cf to your computer and use it in GitHub Desktop.
Save chhantyal/f9b88e42d06cb98b31b87141184267cf to your computer and use it in GitHub Desktop.
Command for running Luigi with Python 3

Python 3

python -m luigi --module my_module MyTask --x 100 --local-scheduler

Python 2

luigi --module my_module MyTask --x 123 --y 456 --local-scheduler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment