We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a task with a parameter with name "my_parameter". If I give it a value using the command line: --my_parameter value
I get this error: luigi: error: unrecognized arguments: --my_parameter value
Everything works as expected if I rename the parameter to "myparameter" in the task and use this in the command line: --myparameter value
The text was updated successfully, but these errors were encountered:
Not very well documented (you can contribute :)), but it is described (implicitly) in example: http://luigi.readthedocs.io/en/stable/example_top_artists.html#running-this-locally _ should be translated to - when passing down from CLI.
_
-
Sorry, something went wrong.
@sisidra , thanks for the answer, I have added a note in the documentation, please have a look at the pull request.
Resolved by #1729
No branches or pull requests
I have a task with a parameter with name "my_parameter". If I give it a value using the command line:
--my_parameter value
I get this error:
luigi: error: unrecognized arguments: --my_parameter value
Everything works as expected if I rename the parameter to "myparameter" in the task and use this in the command line:
--myparameter value
The text was updated successfully, but these errors were encountered: