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
Calling CLI tap-facebook returns exit code 0 even when it fails.
tap-facebook
Failed call should return exit code 1.
This is important for instance when calling the tool from airflow: airflow thinks the task succeeded when it did not.
This is caused by litl/backoff#72
Set on_giveup to a function raising an exception.
on_giveup
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description of the bug
Calling CLI
tap-facebook
returns exit code 0 even when it fails.Expected behavior
Failed call should return exit code 1.
This is important for instance when calling the tool from airflow: airflow thinks the task succeeded when it did not.
Investigation
This is caused by litl/backoff#72
Proposal
Set
on_giveup
to a function raising an exception.The text was updated successfully, but these errors were encountered: