szymon_dybczak
Esteemed Contributor III

 

Hi @Raj_DB  ,

Yep, you just need to use task values. They let you pass arbitrary values between tasks in a Databricks job.

So, for instance in your notebook you can define values you want to pass to your next job/task in following way. 

 

szymon_dybczak_0-1756393092383.png

 

Then in databricks workflow you can just past them to downstream job/task in following way. So, in above screenshot I defined catalog value that now I can pass to the job parameter:

 

 

{{tasks.ReadConfig.values.catalog}} 

 

szymon_dybczak_0-1756393527142.png

 

 

 Use task values to pass information between tasks | Databricks on AWS

 

 

View solution in original post