Hi All,
I want to get the saved query by name using rest API or databricks SDK. So It do not find any direct end point or method which can give us the saved query by name.
I have one solution as given below:
- get the list all queries
- filter the my queries from list of queries
But databricks is saying that if you are calling list all queries end point (List queries ) multiple then it might ban temporarily.
Can you suggest us how can I get the query without using list all queries end point?
mahfooz.iiitian