Workflows : pass parameters to a "run job" task

pygreg
New Contributor

Hi folks!

I would like to know if there is a way to pass parameters to a "run job" task.

For example:

Let's have a Job A with:

  • a notebook task A.1 that takes as input a parameter year-month in the format yyyymm
  • a "run job" task A.2 that calls a Job B

I would like to pass the parameter yyyymm to tasks in the job B.

 

btafur
Databricks Employee
Databricks Employee

This feature will be available soon as part of Job Parameters. Right now it is not possible to easily pass parameters to a child job.

View solution in original post