Skip to content
New issue

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

source-stripe-native: Continue on failures #1782

Closed
jonwihl opened this issue Aug 7, 2024 · 3 comments
Closed

source-stripe-native: Continue on failures #1782

jonwihl opened this issue Aug 7, 2024 · 3 comments
Assignees
Labels
bug Something isn't working python Pull requests that update Python code

Comments

@jonwihl
Copy link
Contributor

jonwihl commented Aug 7, 2024

Source Stripe Native should continue when the access token does not have sufficient permissions for a stream.

Image

@jonwihl
Copy link
Contributor Author

jonwihl commented Aug 7, 2024

Including a log line like this should suffice:

"------ Skipping stream 'x' due to insufficient privileges -------"

@Luishfs
Copy link
Collaborator

Luishfs commented Aug 7, 2024

The above issue is being cause due to the credential used being a stripe restricitive api key. We currently do not support restrictive keys, only secret keys.
I will add the support for both keys discovery and this should fix the issue

@Luishfs Luishfs added bug Something isn't working python Pull requests that update Python code labels Aug 7, 2024
@jonwihl
Copy link
Contributor Author

jonwihl commented Sep 11, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

3 participants