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: 

Passing values

AIDENEMAN
New Contributor

Hello how I can pass a value of a parameter between two jobs that are not nested and have separated terraform and notebooks

1 REPLY 1

Rafael-Sousa
Contributor II

Currently, there is no dedicated parameter store or variables section in Databricks for easily sharing values between jobs. One approach is to save the parameter in the Hive metastore or an S3 bucket, then retrieve it in each job. Alternatively, you could use Databricks Secrets to store and access the parameter securely. Using tables to store parameters is also an option.

Rafael Sousa

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now