vida
Databricks Employee
Databricks Employee

Also note that in Databricks Cloud, variables in a cell may be broadcast so they can be accessed from the worker nodes. If you don't need to use that variable ever in a transformation on a worker node, another fix is to declare the variable @TransformersPorryient in a scala notebook:

@transient val myNonSerializableObjectThatIDoNotUseInATransformation = ....