-
Notifications
You must be signed in to change notification settings - Fork 0
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
New spotify example #69
base: main
Are you sure you want to change the base?
Conversation
|
Co-authored-by: Rishabh Ghosh <[email protected]>
Co-authored-by: Rishabh Ghosh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes made
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please await another approval before merging. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before merging, please attach a screenshot in PR description for 'fivetran debug' to ensure that code works properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requirements are missing
This example uses the Spotify API to get a list of albums for an artist. It then gets the tracks for each album. No pagination is used since we have other examples of that.
It also uses the Spotipy library. This was created as an example for a customer to do an API call for each result from a previous call.