-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add databricks sql client #133
Comments
Which API are you referring to? Can you also describe how you plan to use that API? |
Databricks sql: https://docs.databricks.com/api/workspace/dashboards/list |
Thanks for the links. I'll take a look. |
@memoryz is there any chance to have .net driver as well? I've attempted to connect to Databricks SQL using the ODBC driver on Mac M1. However, due to the limitations with 64-bit compatibility on the M1, it's been challenging. The only alternative I've found is using Colima, but it hasn't been an optimal solution. |
To give an update on this: I'm looking into Unity Catalog API but having trouble testing it because I don't have permission to enable unity catalog at tenant level in my organization, and I'm trying to hunt down the Databricks account administrators. This will take some time. |
We have implemented sql query history api, would you be interested in PR ? |
Yes of course! Community contribution is very much appreciated! |
We have built a low and mid layer for the SQL API, I haven't submitted it because it requires a change in the base classes that feels like a hack, but the last release it looked like someone was heading in the right direction with config overrides for headers, is that work complete? The SQL API requires a different header and auth than the standard calls. The low level happy to share, the mid layer is probably unique to us and might not actually belong in the base classes. |
No description provided.
The text was updated successfully, but these errors were encountered: