DBX `named_parameters` are not working correctly

109 views Asked by At

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:

enter image description here

Run with this named_parameters: enter image description here

Run with correct named_parameters: enter image description here

1

There are 1 answers

0
rupaj On

use below in deployment.yaml

named_parameters:
  t: 'hello'