Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 09:14 PM
Hello,
I am trying to explore triggering for sql queries from Databricks notebook to serverless sql warehouse along with nest-asyncio module.
Both the above are very new for me and need help on the same.
For triggering the API from notebook, I am using the link to avoid the authentication issues, w.queries: Queries — Databricks SDK for Python beta documentation
When I try to execute the query, it says, AttributeError: module 'databricks.sdk.service.sql' has no attribute 'CreateQueryRequestQuery'.
Can anyone shed some light with an example if you have tried this option.
Also let me know if any better option available.
Thanks
Sathya