NandiniN
Databricks Employee
Databricks Employee

Hi @boitumelodikoko ,

I just created the dummy df, and the code did not throw any exception. 

You can encounter RETRIES_EXCEEDED error when trying to display a DataFrame in a Python notebook using Databricks serverless computewhen the maximum number of retries for a certain operation has been exceeded, which can be due to various reasons such as network issues, resource limitations, or specific configurations.

If you can throw some light on the df that you have and how you are getting them, that can bring in any network issue.

But if it is not connecting to any third party, I would suggest you to review the compute and check, if you are able to submit commands. Are there enough resources. In the logs, you should be having another log, which indicates, what is being retried, that will give you an idea, what is the cause of failure.

This error in itself, is just indicating the max limit of retry has been reached.