cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

"Endpoint not found for /2.0/sql/statements/"

DenisMcd
New Contributor

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?

2 REPLIES 2

Debayan
Databricks Employee
Databricks Employee

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!

Anonymous
Not applicable

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! 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group