Hi!
I am experiencing something that I cannot find in the documentation: in databricks, using the databricks runtime 13.X, when I start a streaming query (using .start method), it creates a new query and while it is running I can execute other code in other cells of the notebook. Even if that cells raises an exception, the query continues until I interrupt the cell execution or use the stop method for the query.
However, since databricks runtime 14.3 (I don't know if it happens in 14.2 and 14.1), if the code run in a new cell causes an exception the query is stopped. Is it configurable? Where is that documented?
Thank you!