Hi Team,
I have a requirement in workflow job. Job has two tasks, one is python-task and another one is scala-task (both are running their own cluster).
I have defined dbutils.job.taskValue in python which is not able to read value in scala because of job.taskValue is not supported in scala.
So, the question is,
how to pass custom parameters to task 2 ( scala )?.
Is dbutil.widget can work here by setText in python-task and read widget.get in scala-task ?.
Do we have any approaches?.
Note : We shouldn't use notebook.run.