Forum Discussion
franciscoamores
12 months agoContributor II
Hi,
it's also important to understand how the SQL REST API works, implications and limitations. For example, you may get data in the response and status 200 (sync pattern) or request status url and status 202 (async pattern). In the second scenario you will have to check if the request is completed (that's another REST API call) and then retrieve data when completed (that's another REST API call)
The SF SQL REST API is very well documented:
https://docs.snowflake.com/en/developer-guide/sql-api/index
https://docs.snowflake.com/en/developer-guide/sql-api/submitting-requests
https://docs.snowflake.com/en/developer-guide/sql-api/handling-responses
Related Content
- 4 months ago
- 3 months ago
- 11 months ago
- 8 months ago