'How to setup Podbean api with Snowflake and store json data?
I have a difficulty creating connection from Podbean api to Snowflake. i have fetched the data using Curl in Podbean API but there is no analytics and stuff in Podbean ,so need to create a connection between podbean and snowflake for further analytics.
Solution 1:[1]
You can have the connection done using the External OAuth wherein using the client_credentials flow or the auth_code flow, the connection to Snowflake can be achieved.
Details on External Oauth for SF are here: https://docs.snowflake.com/en/user-guide/oauth-ext-overview.html
Details for PodBean API authentication are here: https://developers.podbean.com/podbean-api-docs/#api-Authentication-Login_Dialog
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Srinath Menon |
