cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pass variable values from one task to another

swzzzsw
New Contributor III

I created a Databricks job with multiple tasks. Is there a way to pass variable values from one task to another. For example, if I have tasks A and B as Databricks notebooks. Can I create a variable (e.g. x) in notebook A and later use that value in notebook B?

1 ACCEPTED SOLUTION

Accepted Solutions

-werners-
Esteemed Contributor III
5 REPLIES 5

-werners-
Esteemed Contributor III

Hi,

check this: notebook workflows

swzzzsw
New Contributor III

Thank you, Werner! From my understanding, if I put a notebook in %run command, I won't have it as a separate task in the job. However, I'd also like to keep the ability to see it in the task view for transparency. Is there a way to achieve that?

-werners-
Esteemed Contributor III

hm I donยดt think so as actually the notebooks will run within the same task.

-werners-
Esteemed Contributor III

you could also consider using an orchestration tool like Data Factory (Azure) or Glue (AWS). there you can inject and use parameters from notebooks.

The job scheduling of databricks also has the possibility to add parameters, but I do not know if you can dynamically determine the input (based on another task).

swzzzsw
New Contributor III

Thank you! We're on Azure. Will explore Data Factory!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group