qubole/qds-sdk-py

Cannot pass named arguments to shell command

dropoftruth opened this issue · 0 comments

If my shell command uses "getopts" for named arguments in bash script, this script cannot be called via qds python api.

For example,

my bash script expects a named parameter " -- date or -d ", When I pass " --date=2016-01-01 " in "parameters" argument for shell command, the invocation fails.