- 11405 Views
- 2 replies
- 3 kudos
By default, we return back up to 1000 query results when a user runs a cell in Databricks. E.g., if you run display(storeData) and you have ten million customers, the UI will show the first 1000 results. If you graph that by age of customer, similarl...
- 11405 Views
- 2 replies
- 3 kudos
Latest Reply
This is simple in Databricks SQL, just uncheck LIMIT 1000 in the drop down.
1 More Replies
- 6507 Views
- 2 replies
- 2 kudos
Is there any way to change the 1000 for the display row limit at workspace, cluster and notebook level?
- 6507 Views
- 2 replies
- 2 kudos
Latest Reply
This is simple in Databricks SQL, just uncheck LIMIT 1000 in the drop down.
1 More Replies