I have cluster in Databricks and i want ot run my local code on this cluster using DBX. But i have some issues with named_parameters
How can I use the correct format of dictionary({"t": "hello"}
) in named_parameters
to run my code in cluster and get this parameters value?
My code: