@Kaniz Hi. Is that not exactly what I suggested before? Sorry for stupid questions, but I am learning rules or earning kudos and getting solutions approved, therefore suggestions from your end would be appreciated. Thank you.
I had the same. Chrome is really bad in memory management. After switching to version 119 it got a bit better. The only things which I figured out was to keep minimum open number of tabs, and kill other memory consuming programs, working in the backg...
HI, are you closing connection at the end?cursor.close()
connection.close()Also, can you elaborate what you mean by saying "when I reload the table"Cheers
Sorry for formatting. This editor drives me crazy. Python code once again:#Install SDK first
%pip install databricks-sdk --upgrade
#Restart Python kernel
dbutils.library.restartPython()
#List your queries history:
from databricks.sdk import Worksp...