Is there any limitation in querying the no. of SQL queries in Databricks SQL workspace.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 10:29 PM
Is there any limitation in querying the no. of SQL queries in Databricks SQL workspace.
Labels:
- Labels:
-
Databricks SQL
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 11:35 AM
By default it's 1000.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 01:36 PM
If you would like to query more then you can either declare / create a function and call it recursively to override 1000 query limit or call one notebook from the other and then keep querying.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 10:10 PM
1000 has been documented to be by default, though I have never checked the correctness.

