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