cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
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
Esteemed Contributor III
Esteemed Contributor III

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! 

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.