"Endpoint not found for /2.0/sql/statements/"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2023 06:38 AM
Hey everyone! I´m trying to access table row using databricks api. Using Insomnia or postman, to test and the error are the same:
{
"error_code": "ENDPOINT_NOT_FOUND",
"message": "Endpoint not found for /2.0/sql/statements/"
}
Below is my request:(for obvious reasons, I hid the codes)
curl --request POST \
--url https://YYYYYYYYY.databricks.com/api/2.0/sql/statements/ \
--header 'Authorization: Bearer WWWWWWWWWWW' \
--header 'Content-Type: application/json' \
--data '{
"warehouse_id": "XXXXXXXX",
"catalog": "hive_metastore",
"schema": "default",
"statement": "SELECT id FROM deals"
}'
Any ideias, how to fix that?
- Labels:
-
Databricks api
-
SQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 09:18 AM
Hi, could you please try with one of the SQL statement ID to check if the endpoint works?
https://${DATABRICKS_HOST}/api/2.0/sql/statements/${SQL_STATEMENT_ID}
Please tag @Debayan with your next comment so that I will get notified. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 01:30 AM
Hi @Denis Macedo
Thank you for posting your question in our community! We are happy to assist you.
To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?
This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance!