I am using Azure Data Studio to write notebooks and run queries against a sql database instance.
When I try running two different cells I get the errore:
Maximum Call Stack size Exceeded.
Is there a way to allow parallel execution or even just make it so it executes the second cell as soon as the first cell completes (like in jupyter for example)?