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
In order to submit an issue, please ensure you can check the following. Thanks!
python --version
Running
GOBBLE_AUTH_TOKEN=mytoken dpp run ./2017-18/national/estimates-of-national-expenditure-south-africa-2017-18
outputs
INFO :Main :Skipping redis connection, host:None, port:6379 INFO :Main :RESULTS:
and exists with exit code zero giving no feedback that something went wrong or what went wrong.
The text was updated successfully, but these errors were encountered:
this is the relevant code - https://github.com/frictionlessdata/datapackage-pipelines/blob/master/datapackage_pipelines/cli.py#L110
I think that we need to add a condition there, something like -
if len(results) == 0: exitcode=1
Sorry, something went wrong.
also, output a friendly error message -
no results, please check the pipeline id / processor names
also, you can add this condition to our cli exit codes test.. https://github.com/frictionlessdata/datapackage-pipelines/blob/master/tests/exit-codes/test_cli_exit_codes.sh
Good suggestion. On it.
akariv
No branches or pull requests
In order to submit an issue, please ensure you can check the following. Thanks!
python --version
)Running
outputs
and exists with exit code zero giving no feedback that something went wrong or what went wrong.
The text was updated successfully, but these errors were encountered: