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

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