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.โ
โ