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
on_success
Describe the bug
The on_success method is being passed the actual successful events:
snowplow-python-tracker/snowplow_tracker/emitters.py
Line 330 in cb7e434
However, the docs here
Line 86 in cb7e434
The docs here are similarly incorrect: https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/python-tracker/emitters/#on_success
To Reproduce The example in the online docs under on_failure reproduce the problem: https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/python-tracker/emitters/#on_failure
Expected behavior The docs should match the behavior.
The text was updated successfully, but these errors were encountered:
on_sucess
70b30f9
Revert "Update on_success docstring (close #358)"
d3318d3
This reverts commit 70b30f9.
Update on_success docstring (close #358)
fb4247e
PR #366 * Update `on_success` docstring
ea634ec
Successfully merging a pull request may close this issue.
Describe the bug
The on_success method is being passed the actual successful events:
snowplow-python-tracker/snowplow_tracker/emitters.py
Line 330 in cb7e434
However, the docs here
snowplow-python-tracker/snowplow_tracker/emitters.py
Line 86 in cb7e434
The docs here are similarly incorrect:
https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/python-tracker/emitters/#on_success
To Reproduce
The example in the online docs under on_failure reproduce the problem: https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/python-tracker/emitters/#on_failure
Expected behavior
The docs should match the behavior.
The text was updated successfully, but these errors were encountered: